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

hxx extension causes cc1plus warnings #8

Closed
gamedev-mario opened this issue Jun 14, 2018 · 1 comment
Closed

hxx extension causes cc1plus warnings #8

gamedev-mario opened this issue Jun 14, 2018 · 1 comment
Assignees

Comments

@gamedev-mario
Copy link
Contributor

Compiling the application causes warnings for every header file with the extension .hxx. The warnings look like this:

cc1plus: warning: /home/badrmari/personal/software/IsometricEngine/src/engine/cell.hxx: not a directory

I am running Ubuntu 16.04 and using gcc version 6.4.0 with CLion 2018 v1.3 as my IDE.

Refactoring the header files to have a .hpp extension instead of .hxx takes care of the warnings. If you would like, I could submit a pull request with the change. If you agree with the change, you may also want to change cxx to cpp to be consistent, though gcc does not complain about the cxx extension.

@SimplyLiz
Copy link
Contributor

The problem is not with the cxx extension, but with the "globbed" header files used wrongly in include_directories()
I ignored that warning until now, because the cmake system is due to some refactoring anyway. I think ill tackle #9 next week.

bangboomboomboom added a commit that referenced this issue Sep 8, 2019
* Made changes to tileData.json to align with how its meant to be for devblog #8

* failed to commit TileData.json
SimplyLiz pushed a commit that referenced this issue Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants