Re: [ecasound] development release: qtecasound 0.1.0d1 and ecawave 0.3.1d3

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

Subject: Re: [ecasound] development release: qtecasound 0.1.0d1 and ecawave 0.3.1d3
From: Kai Vehmanen (k@eca.cx)
Date: Sun Sep 03 2000 - 21:18:46 EEST


On 2 Sep 2000, Laura Conrad wrote:

> c++ -O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops -L/usr/local/lib/ecasound -lecasound -lkvutils -o .libs/qtecasound debug.o debugtab.o interface.o qtecasound.o debug_if.o rtposition.o chainsetup.o debug_moc.o debugtab_moc.o interface_moc.o chainsetup_moc.o rtposition_moc.o -L/usr/lib -lqt ../libqtecasound/.libs/libqtecasound.so -lecasound -lkvutils -lpthread -lm -lpthread -lm -Wl,--rpath -Wl,/usr/local/lib
> debug.o: In function `QEDebug::QEDebug(QWidget *, char const *)':
> debug.o(.text+0x6c): undefined reference to `QTextView::QTextView(QWidget *, char const *)'
> debug.o: In function `QEDebug::timerEvent(QTimerEvent *)':
> debug.o(.text+0x1ce): undefined reference to `QRegExp::QRegExp(QString const &, bool, bool)'
> debug.o(.text+0x1e7): undefined reference to `QString::replace(QRegExp const &, QString const &)'

All QSomething references are classes in Qt-libraries. So the above
means that Qt-libraries (libqt.so.2) are not found during link-phase. If
the mentioned file is not in /usr/lib, try rerunning configure with
--with-qt-libraries=/path/to/qt-libs and
--with-qt-includes=/path/to/qt-headers.

-- 
 . http://www.eca.cx ... [ audio software for linux ] /\ . 
 . http://www.eca.cx/aivastus ... [ aivastus net radio ] /\ . 
 . http://www.eca.cx/sculpscape [ my armchair-tunes mp3/ra/wav ]

-- 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 : Sun Sep 03 2000 - 22:04:19 EEST