Hello!
I'm having trouble with Ogre and Emscripten.
Compiling Ogre with gcc doesn't cause any problem.

Here is my command line:
 em++ -I/usr/include -I/usr/include/i386-linux-gnu -I/usr/include/boost 
-I/usr/include/ois -I/usr/local/include/OGRE 
-I/usr/local/include/OGRE/Overlay -I/usr/local/include/OGRE/Terrain -O0 -g3 
-Wall -c -fmessage-length=0 -c TutorialApplication.cpp

(I know I shouldn't use -I of an absolute path, but I don't know how to 
make em++ find the include files...).

Here one error I get:
In file included from 
/home/erasme/Sources/emscripten/system/include/libcxx/iosfwd:90:
/usr/include/wchar.h:614:9: error: unknown type name '__gnuc_va_list'
                      __gnuc_va_list __arg)

Can some help with this issue?
Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to