Hello,
I get the following error when I try to build g3d:
This was the code used to download and build g3d, after setting the appropriate environment variables:
svn co --depth immediates
https://svn.code.sf.net/p/g3d/code/ $g3d
svn up --set-depth immediates $g3d/data10
svn up --set-depth infinity $g3d/G3D10
svn up --set-depth infinity $g3d/data10/common
cd $g3d/G3D10
./buildg3d lib data tools
I tried building it again after downloading the full 10GB repo and I received the same error message.
I include the output of 'gcc -v' if that is useful:
Any help or suggestions would be greatly appreciated.
- Ricardo