[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Top10-devel] Build problems ..
From: |
seger |
Subject: |
[Top10-devel] Build problems .. |
Date: |
Tue, 14 Sep 2004 10:36:08 +0200 |
Hi again,
After checking out of cvs I have some definite build problems, I believe they
are related to automake/autoconf .. and I would need a little help in fixing
them ( and getting the right direction ).
Basicly what I get is some complains about missing ./compile ./depends and
such, but after a touch it rolls on, but at build time I get the following:
>make
lots of stuff , ok ..
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"top10\"
-DVERSION=\"0.1\" -DHAVE_MKDIR=1 -DHAVE_TIME=1 -DHAVE_CTIME=1 -I. -I. -g
-O2 -I../../src/ -Wall -c -o Parse.o `test -f 'Parse.cpp' || echo './'`Parse.cpp
source='UserFile.cpp' object='UserFile.o' libtool=no \
depfile='.deps/UserFile.Po' tmpdepfile='.deps/UserFile.TPo' \
depmode=none /bin/sh ../../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"top10\"
-DVERSION=\"0.1\" -DHAVE_MKDIR=1 -DHAVE_TIME=1 -DHAVE_CTIME=1 -I. -I. -g
-O2 -I../../src/ -Wall -c -o UserFile.o `test -f 'UserFile.cpp' || echo
'./'`UserFile.cpp
source='SlowTime.cpp' object='SlowTime.o' libtool=no \
depfile='.deps/SlowTime.Po' tmpdepfile='.deps/SlowTime.TPo' \
depmode=none /bin/sh ../../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"top10\"
-DVERSION=\"0.1\" -DHAVE_MKDIR=1 -DHAVE_TIME=1 -DHAVE_CTIME=1 -I. -I. -g
-O2 -I../../src/ -Wall -c -o SlowTime.o `test -f 'SlowTime.cpp' || echo
'./'`SlowTime.cpp
rm -f libutil.a
ar cru libutil.a Debug.o PathFinder.o Range.o Parse.o UserFile.o SlowTime.o
ar: Debug.o: No such file or directory
make[2]: *** [libutil.a] Error 1
make[2]: Leaving directory `/home/seger/src/gfx/top10/top10/src/util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/seger/src/gfx/top10/top10/src'
make: *** [all-recursive] Error 1
>
And the problem seems to be that Debug.o never gets built.
This is a recent debian system with:
autoconf (GNU Autoconf) 2.59
aclocal (GNU automake) 1.7.9
automake (GNU automake) 1.7.9
/ regars, Lars Segerlund.
- [Top10-devel] Build problems ..,
seger <=