-
Notifications
You must be signed in to change notification settings - Fork 108
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
cmake _CORRADE_INCLUDE_DIR and _CORRADE_CONFIGURE_FILE missing #68
Comments
Hi and thanks! sorry for the slightly late reply -- this notification fell through the cracks. Looks like you're installing to the default location on Linux, which is
Hmm, actually -- it's interesting that you managed to build & install Magnum without hitting the same error 🤔 In some cases it worked for me to just re-run cmake second time with the same parameters, somehow the second time it was able to convince itself to find the stuff correctly. But try the two options above first, if you aren't doing those already. Hope this helps! :) |
Ok, i'll do that, thanks. :) Tried building with Microsoft (R)-Build-Engine, Version 16.1.76+g14b0a930a7 for .NET Framework Example errors:
|
Is that with VS 2019? Sorry about that, it's on my list of things to fix -- right now you'd need to enable |
That worked, thanks.
I tried setting the DCMAKE_PREFIX_PATH:
I don't understand why building Magnum worked and building the examples not. |
It's Besides that, doing |
I finally got it working, thank you very much for the private support :) |
Hi mosra,
I followed the manual build and install instructions for magnum and corrade. Afterwards i tried building the object picking example also following the instructions.
I get the following cmake error message:
Im working on a Void Linux machine. Probably i forgot sth but i dont know what.
Greetings
jonas
PS: Thanks for the great introduction you gave at the LMU a few weeks ago.
The text was updated successfully, but these errors were encountered: