Salut,
I try to compile Sablot-0.50 on DgUx but it breaks along the way, here is
the output :
$ ./configure
$ gmake
Making all in Sablot
gmake[1]: Entering directory `/u/webadm/local/build/Sablot-0.50/Sablot'
Making all in engine
gmake[2]: Entering directory
`/u/webadm/local/build/Sablot-0.50/Sablot/engine'
/bin/sh ../../libtool --mode=compile
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c parser.cpp
rm -f .libs/parser.lo
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c parser.cpp -DPIC -o
.libs/parser.lo
mv -f .libs/parser.lo parser.o
(cd . && ln -s parser.o parser.lo)
/bin/sh ../../libtool --mode=compile
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c platform.cpp
rm -f .libs/platform.lo
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c platform.cpp -DPIC -o
.libs/platform.lo
platform.cpp: In function `double getMillisecs()':
platform.cpp:95: implicit declaration of function `int ftime(...)'
gmake[2]: *** [platform.lo] Error 1
gmake[2]: Leaving directory
`/u/webadm/local/build/Sablot-0.50/Sablot/engine'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/u/webadm/local/build/Sablot-0.50/Sablot'
gmake: *** [all-recursive] Error 1
I use the following gcc version :
webadm:local/build/Sablot-0.50 $ gcc -v
Reading specs from /opt/gnu/lib/gcc-lib/alpha-dec-osf4.0f/2.95.2/specs
gcc version 2.95.2 19991024 (release)
If anyone can help me , I will appreciate....
Thx.