MakeHuman 0.9 is here, see
http://makehuman.org
, I gave it a try on my linux- and irixbox.
The CVS-checkout builds nicely on linux, I managed to compile it on IRIX too, but:
the confgure-sript assumes g++ on irix. It called for glut, so I installed neko-glut.
Can't I link a g++-.o's against nekoware-glut?
Do I need a g++-built-glut, and maybe even mesa with g++?
The CVS-checkout builds nicely on linux, I managed to compile it on IRIX too, but:
Code: Select all
draco 135% /usr/local/bin/makehuman
75492:/usr/local/bin/makehuman: rld: Error: unresolvable symbol in /usr/local/lib/libanimorph.so.0: _ZNSt24__default_alloc_templateILb1ELi0EE8allocateEj
75492:/usr/local/bin/makehuman: rld: Error: unresolvable symbol in /usr/local/lib/libanimorph.so.0: _ZNSs20_S_empty_rep_storageE
75492:/usr/local/bin/makehuman: rld: Error: unresolvable symbol in /usr/local/lib/libanimorph.so.0: _ZNSt24__default_alloc_templateILb1ELi0EE10deallocateEPvj
75492:/usr/local/bin/makehuman: rld: Fatal Error: this executable has unresolvable symbols
the confgure-sript assumes g++ on irix. It called for glut, so I installed neko-glut.
Can't I link a g++-.o's against nekoware-glut?
Do I need a g++-built-glut, and maybe even mesa with g++?