-
Notifications
You must be signed in to change notification settings - Fork 57
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
Building issues #17
Comments
Hi cidadao, Have you tried running just I got it to generate the make files on my mac doing that (haven't tried windows build yet). James |
Just tried it, but unfortunately Makefile is not generated... |
Sorry I don't have any experience with CMake either :( I can see that GenerateCppResourceFile is defined in cmake\modules directory though. So it should be being picked up correctly and it was for me once I got the right directory specified. One more thing to try if you haven't already, is to try using the full path to your Update-installer directory. eg: That might make the references work correctly? I'm probably going to try to build a windows version of this next week, so if you learn anything useful on the windows side let me know. |
I haven't tried building this project on Windows, but I can tell you that CMake doesn't necessarily generate Makefiles (unless told otherwise) in all platforms. What results do you get in the build directory? Visual studio solution file? (.sln) The path is |
Can you elaborate a bit more on the building process?
I'm trying to build it on Windows 10, with CMake 3.4.3. After creating the "_build" directory inside the project's main folded and "cd" into it I run:
cmake ..
No errors, but after typing:
make
There's no makefile. I get this:
make: *** No targets specified and no makefile found. Stop.
If, instead of
cmake ..
I typecmake ../src
, I get the following error:The text was updated successfully, but these errors were encountered: