top10-devel
[Top][All Lists]
Advanced

[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: Wed, 22 Sep 2004 22:10:46 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040618

Lars Segerlund wrote:
 Ok I shall look, but it would be nice to get it all to build, I sorted out the 
qt problem, ( I needed the qt3 c++ developement classes .. stupid of me ).

 Now however I have another problem, the following:

Making all in trackedit
make[2]: Entering directory `/home/seger/src/gfx/top10/top10/src/trackedit'
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"top10\" -DVERSION=\"0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MKDIR=1 -DHAVE_TIME=1 
-DHAVE_CTIME=1  -I. -I.  -I/usr/include/qt3/ -I/usr/X11R6/include  -I/usr/X11R6/include  -I/usr/include/SDL -D_REENTRANT -I/usr/include/SDL    -g -O2 
-I../../src/ -Wall -MT tracked.o -MD -MP -MF ".deps/tracked.Tpo" \
  -c -o tracked.o `test -f 'tracked.cpp' || echo './'`tracked.cpp; \
then mv -f ".deps/tracked.Tpo" ".deps/tracked.Po"; \
else rm -f ".deps/tracked.Tpo"; exit 1; \
fi
In file included from tracked.cpp:36:
TrackEditDlg.hh:7:23: trackdlg.hh: No such file or directory
[...]

This file is supposed to be generated by uic. The dependency is in Makefile.am, but for some reason, make won't create it when needed. Well, actually I just tried here at home and it works. Beats me. I have mixed feelings of hate and love for automake and autoconf. Anyway, a make trackdlg.hh should solve the problem.

(CC: added to the mailing list, in the unlikely event that someone else tries to build the game, won't give up after the first failure, and finally looks in the ML archives...)

--
Johann




reply via email to

[Prev in Thread] Current Thread [Next in Thread]