B. Bogart wrote:
I updated my cvs today, and am now running suse9 with FTGL working! (yay!) The issue with the libGL.la was due to the nvidia driver (bug).
So Have gemcvs configured and the compile fails at:
char*) TextBase.cpp:170: error: `open' undeclared (first use this function) TextBase.cpp:170: error: (Each undeclared identifier is reported only once for each function it appears in.)
Any suggestions?
my first idea was: which version of FTGL are you using ? the current (>2.x) version from the homepage http://homepages.paradise.net.nz/henryj/code/index.html#FTGL or some pre-compiled package from SuSE/novell ? the API of FTGL has changed a lot between 1.x and 2.x
however, having had a look at the TextBase.cpp i noticed that the open()-function is used only in the GLTT-code so i guess, you have mixed something up with the configure-process. <sh> cd src/Gnu rm config.cache ./configure --with-ftgl </sh> you should not need the --with-ftgl since it should autodetect. (if it is installed in the "proper" locations" probably you have to add some include/library-paths with "--includedir"/"--libdir"
mfg.asd.r IOhannes