PDA

View Full Version : Qwt on Mac



munna
5th November 2006, 08:25
Hi,

I am building an application on mac that uses Qwt. I am getting the following errors and therefore its not building.




-L/Developer/Qt/3.3.6/lib /Developer/Qt/Qwt/4.2.0/lib/libqwt.dylib -lqt
/usr/bin/ld: warning can't open dynamic library: libqt-mt.3.dylib referenced from: /Developer/Qt/Qwt/4.2.0/lib/libqwt.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
/usr/bin/ld: warning prebinding disabled because dependent library: libqt-mt.3.dylib can't be searched
/usr/bin/ld: Undefined symbols:

QPtrCollection::newItem(void*) referenced from libqwt expected to be defined in libqt-mt.3.dylib
QGList::compareItems(void*, void*)referenced from libqwt expected to be defined in libqt-mt.3.dylib
QGList::read(QDataStream&, void*&) referenced from libqwt expected to be defined in libqt-mt.3.dylib
QGList::clear() referenced from libqwt expected to be defined in libqt-mt.3.dylib



PATH TO Qt lib = /Developer/Qt/3.3.6/lib
PATH TO Qwt lib = /Developer/Qt/Qwt/4.2.0/lib

libqt-mt.3.dy.lib is an alias to libqt-mt.3.3.6.dylib

Any ideas how I can solve this ?

Thanks a lot.

munna
5th November 2006, 17:19
Any ideas on this one?