GIJoe wrote: just wanted to try it out again after some years and i get "rld: Fatal error: attempted access to unresolvable symbol in ./blender: _xpg5_vsnprintf"
how to make it work?
edit: blender 2.33 on 6.5.12
That missing symbol problem was a result of the move to Python 2.3.
The configure script in Python 2.3 looks for that symbol in libc, which
it finds in Irix >= 6.5.20, and the dependency gets compiled in.
I've built a version of python that doesn't depend on that symbol
and compiled recent cvs with it. You might want to test if it
works on your system (also try out some of the latest features
-- new unwrapper, creased subsurfs, etc -- to ensure they run on Irix):
http://bebop.cns.ualberta.ca/~cwant/ble ... ips.tar.gz
You may wish to report any problems you find to the blender
bug tracker (be sure to specify that the problem is with recent cvs,
and include as much information about your system as possible):
http://projects.blender.org/tracker/?at ... unc=browse
Regards,
Chris