Hi,
Has anyone managed to figure out how to generate the libraries and binary files on Linux? The U3D package only includes versions for win32. Any chance they could be put online somewhere for download?
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've tried compiling on linux by modifying u3d.conf to uncomment the linux options (and comment out the windows ones). I installed XML::Simple and then ran ./build.sh in Source/Tools/BuildSystems:
every component except 1 (CLODAuthor) succeeded:
Pair.h:37: error: extra qualification ‘Pair::’ on member ‘isZero’
make: *** [all] Error 1
any ideas how to fix this?
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Has anyone managed to figure out how to generate the libraries and binary files on Linux? The U3D package only includes versions for win32. Any chance they could be put online somewhere for download?
thanks
I've tried compiling on linux by modifying u3d.conf to uncomment the linux options (and comment out the windows ones). I installed XML::Simple and then ran ./build.sh in Source/Tools/BuildSystems:
every component except 1 (CLODAuthor) succeeded:
Pair.h:37: error: extra qualification ‘Pair::’ on member ‘isZero’
make: *** [all] Error 1
any ideas how to fix this?
thanks