As I said in a previous question, I'm a newbie trying to compile a windows app to javascript.
I have another problem. I'm getting a compile error. Here is the command line and the error. It seems the error is complaining about something in the command line but I don't see it. C:\Program Files (x86)\Emscripten\emscripten\1.8.2\emcc.bat -o Emscripten/Debug/PGBASICS.o -DWIN32EMUL_COMPILE -D_WIN32 -D_X86_ -DEMSCRIPTEN -D__STDC__ -MD -MF "Emscripten/Debug/PGBASICS.d" -O0 -I../../../Headers -I../../../Headers/win32-hdrs -Wno-parentheses -Wno-deprecated-declarations -Wno-typedef-redefinition -Wno-ignored-attributes -Wno-unused-value -x c ../../../Source/PGBASICS.C 1>GCCCOMPILE : error : invalid argument '-std=c++03' not allowed with 'C/ObjC' Also, my app had already built properly. Why is there another compile happening? -- 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/groups/opt_out.
