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

QDraw.h error compiling: ISO C++ forbids declaration of 'Q_SCENE_GRAPH_NODE' with no type [-fpermissive] #4

Open
ghost opened this issue Mar 4, 2013 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 4, 2013

Getting the following error when trying to compile QDraw.h:

../../include/QDraw.h:34:29: error: ISO C++ forbids declaration of 'Q_SCENE_GRAPH_NODE' with no type [-fpermissive]
@ghost
Copy link
Author

ghost commented Mar 4, 2013

As per recommendation in thread for #3 I have removed QDraw.cpp and QDraw.h from my project. Be nice if this compiled out of the box though.

@sbc100
Copy link
Contributor

sbc100 commented Mar 16, 2013

Hmm, which compiler are you using? I've ported to linux in this branch and run through GCC without seeing this error:

https://github.com/sbc100/OpenQuick/commits/linux_port

@sbc100
Copy link
Contributor

sbc100 commented Mar 16, 2013

Sorry, I take that back.. I also remove this file from the build :)

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

1 participant