Re: [linux-audio-user] Instrument Tuner: fmit 0.9.0

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] Instrument Tuner: fmit 0.9.0
From: Jack O'Quin (joq_AT_io.com)
Date: Tue Nov 23 2004 - 20:19:49 EET


Gilles Degottex <gilles.degottex_AT_net2000.ch> writes:

> On Tuesday 23 November 2004 04:56, Jack O'Quin wrote:
> > Gilles Degottex <gilles.degottex_AT_net2000.ch> 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)

Error appears while checking:
        requested ccgnu2-config script not found

generating config header file config.h (requested by )
[joq_AT_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


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Nov 23 2004 - 20:24:42 EET