QextSerialPort build problem
-
a simple program that receives data in a serial port but there is a certain error i cant figure out.
@
libs/qextserialport/build/libqextserialport.so: undefined reference toQListData::detach(int)' libs/qextserialport/build/libqextserialport.so: undefined reference to
QListData::detach_grow(int*, int)'
collect2: ld returned 1 exit status
make: *** [../bin/SerialPortProgram] Error 1
@this error only appears when i build it in ubuntu 10.04
i tested it in fedora 15, opensuse 11.3, opensuse 11.4, ubuntu 10.10 & ubuntu 11.04 and it was a success.
the error appears after the build. -
QextSerialPort 1.2-beta1 has been released, perhaps you can give a try to it.
http://code.google.com/p/qextserialport/wiki/QextSerialPort_1_2_Beta1