I am not familiar with eclipse myself. But I am sure you can get it to show all the commandline stuff it ran? Look there to make sure it linked to the library containing the symbol that you get an error about it being undefined. Use llvm-nm to show which symbols are defined in a library or object file when that is helpful.
- Alon On Mon, Mar 24, 2014 at 1:44 PM, Erasme Beck <[email protected]> wrote: > Hello! > > I'm sorry for my newbie questions but I don't want to give up! > > The web console tells me there are unresolved (many) symbols. > I guess it means I didn't linked properly the different needed libraries... > > Alon, you told me to add the libraries manually to my project. > I think this is what I did wrong. > I simply added the boost directory at the root of my project... > Ain't that right? > > Again, I'm sorry to waste your time with dummy questions. But if I succeed > to show something on the screen I promise I make a tutorial for building a > project with Eclipse! > > -- > 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.
