Re: [ecasound] configure, make...

New Message Reply Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] configure, make...
From: Kai Vehmanen (k@eca.cx)
Date: Wed Sep 19 2001 - 19:16:30 EEST


On Tue, 11 Sep 2001, Peter Presslein wrote:

> --with-qt-dir does not work.
> --with-qt-dir=/usr/lib/qt-2.2.3 the pathvariables are set to 'yes/' :-)
[...]
> make[2]: Entering directory `/root/downloads/ecawave-0.4.0/src'
> c++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/lib/qt-2.2.3/include -I
> -O2 -D_REENTRANT -DNDEBUG -ffast-math -c qeinterface_moc.cpp
> qeinterface_moc.cpp:45: new declaration `static void
> QEInterface::staticMetaObject()'

This is a moc (Qt precompiler) related problem (old version of moc used
with new Qt include/header files). Try:

QTDIR=/usr/lib/qt-2.2.3 ./configure ; make

If fail, you can also try:

MOC=/usr/lib/qt-2.2.3/bin/moc ./configure --with-qt-dir=/usr/lib/qt-2.2.3

... I know, --with-qt-dir should handle this, but at the moment it only
configures Qt library and include paths, not moc path.

PS If someone has the time and energy, there's plenty of elegant
   Qt macros and routines for autoconf in KDE2 sources.

-- 
 http://www.eca.cx
 Audio software for Linux!

-- To unsubscribe send message 'unsubscribe' in the body of the message to <ecasound-list-request@wakkanet.fi>.


New Message Reply Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Wed Sep 19 2001 - 19:13:58 EEST