-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing make rule on Fedora #2177
Comments
Btw, it appears the command that causes the failure is The gmake command happens directly after
|
From me it looks like an issue with the PMR which was experimental. we tried making it optional and therefore future safe. please try with the clang profile to see if this is the case.. |
I wonder if I made some PMR changes in my last PR, perhaps its fixed now? |
I am attempting to compile the hello_world example following the instructions in the wiki, on a Fedora installation. I have installed all the listed dependencies. I am running the following command:
conan install ../hello_world -pr gcc-9.2.1-linux-x86_64 --build
With the corresponding conan profile:
Which gives the following error:
When I copy out the cmake command, and remove the '-j4' flag, I get a bunch of syntax errors:
When I add '-n' to the make flags to show all executed commands, I see the following error:
I am currently using a newer version of gcc than the instructions (9.2.1), could that have something to do with it? Any help would be appreciated!
The text was updated successfully, but these errors were encountered: