Hi.It is me again ;) with the previous version of VS2010 plugin I used GLM math lib which is header only. Now,with the current version it looks like the comiler can't correctly read the headers locations.
I am getting this warning: GCCCOMPILE : warning root: -I or -L of an absolute path "-IC:/Users/Michael/Documents/OpenGL_Stuff/glm-0.9.4.1/glm" encountered. If this is to a local system header/library, it may cause problems (local system files make sense for compiling natively on your system, but not necessarily to JavaScript). Pass '-Wno-warn-absolute-paths' to emcc to hide this warning. But also I am getting error warnings when I specify 'glm' namespace.Also intelisence doesn't show GLM types at all. -- -- 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.
