Gilles Degottex <gilles.degottex@xxxxxxxxxx> writes: > On Tuesday 23 November 2004 04:56, Jack O'Quin wrote: > > Gilles Degottex <gilles.degottex@xxxxxxxxxx> writes: > > > > > I'm looking for testers to be sure to release a bug-free 1.0 version :) > > > > The INSTALL instructions are not very clear. Trying to follow them, > > it doesn't build on my Debian woody system... > > > > $ make check > > make: *** No rule to make target `check'. Stop. > > $ make prefix=/INSTALL/fmit configure > > make: *** No rule to make target `configure'. Stop. > > *ouch*, I cant beleve I forgot this. > fixed now in: > > http://download.gna.org/fmit/fmit-0.9.1.tar.bz2 That's better, but that YAMakefile stuff doesn't work yet. What does that "ccgnu2-config script not found" message indicate? using Qt library with thread support (Qt directory: /usr/share/qt3) checking Qt user interface compiler: ... ok ( /usr/share/qt3/bin/uic ) checking Qt meta object support code generator: ... ok ( /usr/share/qt3/bin/moc ) checking for requested libraries ... linker libraries paths: -L/usr/X11R6/lib -L/usr/share/qt3/lib linker options: checking Xft ... ok (/usr/X11R6/lib/libXft.so) checking X11 ... ok (/usr/X11R6/lib/libX11.so) checking freetype ... ok (/usr/bin/../lib/libfreetype.so) checking z ... ok (/usr/bin/../lib/libz.so) checking fontconfig ... ok (/usr/bin/../lib/libfontconfig.so) checking Xrender ... ok (/usr/bin/../lib/libXrender.so) checking jack ... ok (/usr/local/lib/libjack.so) checking GL ... ok (/usr/X11R6/lib/libGL.so) checking GLU ... ok (/usr/X11R6/lib/libGLU.so) checking glut ... ok (/usr/bin/../lib/libglut.so) checking qt-mt ... ok (/usr/share/qt3/lib/libqt-mt.so) [31mError[0m appears while checking: requested ccgnu2-config script not found generating config header file config.h (requested by ) [joq@sulphur] fmit-0.9.1/ $ make Qt: generate header ConfigForm.h for interface ConfigForm.ui uic: File generated with too recent version of Qt Designer (3.3 vs. 3.1.2) make: *** [ConfigForm.h] Error 1 That last message looks like the typical problem with Qt designer always writing files that claim to depend on the latest version of the library (whether it does or not). If it really does depend on that version, you need to check for it at configure time. If not, you can probably edit those files to lower the claimed requirement. -- joq