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

Gcc with C++ 0x flags doesn't compile #55

Open
mbarnach opened this issue Feb 6, 2012 · 2 comments
Open

Gcc with C++ 0x flags doesn't compile #55

mbarnach opened this issue Feb 6, 2012 · 2 comments

Comments

@mbarnach
Copy link

mbarnach commented Feb 6, 2012

If we try to compile with GCC (4.4.6) with the c++ Ox support (gcc -std=c++0x ), OpenNI doesn't compile.
It seems the linux flag is not defined anymore. May be GCC 4.4.6 has changed it?
If we define the linux flag in the CFLAGS variable in OpenNI/Plateform/Linux-x86/Build/CommonMakefile
CFLAGS += -malign-double -std=c++0x -Dlinux
it works fine.

@vobject
Copy link

vobject commented Apr 22, 2012

Same problem here for GCC 4.6 and 4.7 with -std=c++0x.

@dennis-hamester
Copy link

See: #74

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

3 participants