Skip to content
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

Changes to .h files are not compiled unless render.cpp has been edited. #10

Closed
roberthjack opened this issue Jun 28, 2016 · 2 comments
Closed

Comments

@roberthjack
Copy link
Contributor

This should be noted on the wiki.

Solution is to edit render.cpp or clean project before running.

@LBDonovan
Copy link
Contributor

@giuliomoro I'm fairly sure this is a problem with the Makefile, probably something to do with how it reads the .d dependency files. This post details the issue:

http://stackoverflow.com/questions/297514/how-can-i-have-a-makefile-automatically-rebuild-source-files-that-include-a-modi

The .d file seems to be created correctly, but for whatever reason a recompile is not forced. I know this did not happen with the old IDE Makefile, but I'm afraid I don't know why...

@giuliomoro
Copy link
Contributor

Sure it is a Makefile issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants