Bert
unread,Aug 12, 2009, 4:42:56 PM8/12/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to G3D Users
Hello everybody.
Thanks for the nice work so far. I am looking forward to the new 8.0
Version of the G3D Engine because of the large enhancements you did
regarding the new ray tracing features.
I am trying to build G3D 8.00 beta 1 on Ubuntu Linux 9.04. I have
everything installed (gcc, python, doxygen and so on) but when trying
to execute buildg3d --install all i get the following error message:
: No such file or directory
When i run buildg3d with: "python buildg3d --install all" i get the
following error message:
iCompile options: []
Traceback (most recent call last):
File "./buildg3d", line 172, in <module>
initOS()
File "./buildg3d", line 110, in initOS
raise Exception('icompile --info returned unparsable data: ' +
info)
: No such file or directoryreturned unparsable data: /usr/bin/env:
python
When i go to the bin directory in the G3D folder and run icompile with
"python icompile" i get:
You have never run iCompile in this directory before.
Current Directory: /home/nexus/Programming/G3D/bin
Contains 1 directory (ice)
Subdirectories contain no C++ files
Are you sure you want to compile the 'bin' project? (Y/N)
Would you like to generate a set of starter files for the 'bin'
project? (Y/N)
Select a project template:
[H]ello World
[G]3D
mkdir build
mkdir source
mkdir doc-files
mkdir data-files
_______________________________________________________________________
Building bind
Computing dependencies
Detected dependency on ../G3D.lib from inclusion of G3D/G3DAll.h by
source/App.cpp
Path ../G3D.lib/../build/linux-i686-g++4.3/lib/ specified in
configuration file does not exist.
Detected dependency on ../GLG3D.lib from inclusion of GLG3D/GLG3D.h by
source/App.cpp
Path ../GLG3D.lib/../build/linux-i686-g++4.3/lib/ specified in
configuration file does not exist.
_______________________________________________________________________
Building libG3Dd.a
Computing dependencies
Detected dependency on ../GLG3D.lib from inclusion of GLG3D/
glheaders.h by source/ImageFormat.cpp
Detected dependency on ../zip.lib from inclusion of zip/zip.h by
source/fileutils.cpp
Compiling
source/Stopwatch.cpp
source/GImage_tga.cpp
source/Intersect.cpp
...
So G3D seems to get build then. At least i get in the G3D/build/linux-
i686-g++4.3/lib the files:
libG3Dd.a libGLG3Dd.a but nothing more (no demos, no
documentation ...).
I would be glad if you could give me any hints on what is going wrong
here and how i could fix this. Thank you very much in advance.