Warnings on unresolved symbols are not necessarily a problem. It's only an issue if they are called at runtime and an abort happens.
Btw, those -L to local system paths are potentially dangerous - emscripten can't use local system libs, which are x86 and tied to your local OS, instead it needs portable bitcode. Emscripten should warn about that though. - Alon On Mon, Mar 24, 2014 at 8:11 PM, Erasme Beck <[email protected]> wrote: > Hello! > here is my naive attempt to build my project: > > em++ -L/usr/local/lib -L/usr/lib/i386-linux-gnu > -L/home/erasme/Sources/ogre/lib -o "project.html" > ./OgreBasicTutorial1/TutorialApplication.o ./BaseApplication.o > -lOgreMain -lOIS -lOgreOverlay -lOgreTerrain -lOgrePaging -lboost_system > > following these lines in the console, I get a whole bunch of "warning: > unresolved symbol". > > Thank you for your patience! > > -- > 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. > -- 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.
