On Sat, Apr 30, 2005 at 07:07:13PM +0200, Joris van der Hoeven wrote: > On Wed, Apr 27, 2005 at 05:16:28PM -0400, Kostas Oikonomou wrote: > > When trying to build TeXmacs 1.0.5 with gcc 3.4.3, I get the following > > error: > > > [Joris: on Solaris, if I'm right] > > > > g++ -I./System -I./System/Boot -I./System/Classes -I./System/Files > > -I./System/Link -I./System/Misc -I./Classes/Abstract -I./Classes/Atomic > > -I./Classes/Compound -I./Data/Drd -I./Data/String -I./Data/Tree > > -I./Data/Convert -I./Guile -I./Resource -I./Window -I./Typeset > > -I./Typeset/Bridge -I./Typeset/Concat -I./Typeset/Page -I./Edit -I./Plugins > > -I./Texmacs -I./Edit/Editor -I./Edit/Interface -I./Edit/Modify > > -I/opt/csw/include/freetype2 -I/opt/csw/include -I/opt/csw/include -Wall > > -Wno-return-type -O2 -fno-rtti -fno-exceptions -c > > ./Edit/Interface/edit_complete.cpp -o Objects/edit_complete.o > > In file included from ./Edit/Interface/edit_interface.hpp:16, > > from ./Edit/Interface/edit_complete.cpp:13: > > ./System/Classes/timer.hpp:28: error: `ftime' does not name a type > > make[1]: *** [Objects/edit_complete.o] Error 1 > > make[1]: *** Waiting for unfinished jobs.... > > make[1]: Leaving directory `/home/build/TeXmacs-1.0.5-src/src' > > make: *** [TEXMACS] Error 2 > > $ > > Any proposal for solving this issue?
Not really. I usually compile with gcc-3.4 since this is now the standard compiler for debian. I just tried to compile with gcc 3.4.3 (on i686/linux) and it compiled without any problems. The offending code is in a "#ifdef OS_SUN ... #endif". Maybe you can try to comment this part out. This is just a blind guess, though. -Ralf. -- _______________________________________________ Texmacs-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/texmacs-dev
