[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Top10-devel] Build problems ..
From: |
Johann Deneux |
Subject: |
Re: [Top10-devel] Build problems .. |
Date: |
Tue, 14 Sep 2004 17:17:13 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040117 |
address@hidden wrote:
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:
The complete steps are the following:
automake -a -c (that will create compile, depends...)
aclocal -I .
autoconf
./configure
make
Sometimes, "make" will decide to rerun aclocal, autoconf, configure (no
idea why), and will fail, complaining about ACX_CHECK_GLU.
To solve this, just redo a "aclocal -I .;autoconf;configure".
make
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.
Maybe Debug.cpp should be added/removed from src/util/Makefile.am. I'll
check that...
--
Johann
- [Top10-devel] Build problems .., seger, 2004/09/14
- Re: [Top10-devel] Build problems ..,
Johann Deneux <=
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Re: [Top10-devel] Build problems .., Johann Deneux, 2004/09/30