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
[...]