I'm trying to get my logitech quickcam 4000pro webcam to work in RHEL 4.
I have the pwc driver installed already but am getting errors trying to install camstream.
When I try to ciompile it gives a whole bunch of errors that look like this:
Code:
/usr/local/src/camstream/camstream-0.26.3/camstream/lib/FTPClient.moc.cc:259:
undefined reference to `QObject::activate_signal(char const*, int)'
lib/lib.a(FTPClient.moc.o)(.text+0x395): In function
`CFTPClient::StateChange(int, int, int, QString const&)':
/usr/local/src/camstream/camstream-0.26.3/camstream/lib/FTPClient.moc.cc:161:
undefined reference to `QObject::receivers(char const*) const'
lib/lib.a(FTPClient.moc.o)(.text+0x3b9): In function
`CFTPClient::StateChange(int, int, int, QString const&)':
/usr/lib/qt-2.3.1//include/qlist.h:111: undefined reference to
`QGListIterator::QGListIterator(QGList const&)'
lib/lib.a(FTPClient.moc.o)(.text+0x3dd):/usr/lib/qt-2.3.1//include/qlist.h:130:undefined
reference to `QGListIterator::operator++()'
lib/lib.a(FTPClient.moc.o)(.text+0x402):/usr/lib/qt-2.3.1//include/qlist.h:112:undefined
reference to `QGListIterator::~QGListIterator()'
lib/lib.a(FTPClient.moc.o)(.text+0x4c0):/usr/lib/qt-2.3.1//include/qlist.h:112:undefined
reference to `QGListIterator::~QGListIterator()'
lib/lib.a(FTPClient.moc.o)(.gnu.linkonce.r._ZTV10CFTPClient+0x10): undefined
reference to `QObject::event(QEvent*)'
lib/lib.a(FTPClient.moc.o)(.gnu.linkonce.r._ZTV10CFTPClient+0x14): undefined
reference to `QObject::eventFilter(QObject*, QEvent*)'
lib/lib.a(FTPClient.moc.o)(.gnu.linkonce.r._ZTV10CFTPClient+0x20): undefined
reference to `QObject::setName(char const*)'
lib/lib.a(FTPClient.moc.o)(.gnu.linkonce.r._ZTV10CFTPClient+0x40): undefined
reference to `QObject::checkConnectArgs(char const*, QObject const*, char
const*)'
lib/lib.a(FTPClient.moc.o)(.gnu.linkonce.r._ZTI10CFTPClient+0x8): undefined
reference to `typeinfo for QObject'
collect2: ld returned 1 exit status
make[1]: *** [camstream] Error 1
rm CamStreamMainWindow.moc.cc WebCamViewer.moc.cc CamWindow.moc.cc
make[1]: Leaving directory `/usr/local/src/camstream/camstream-0.26.3/camstream'
make: *** [all] Error 2
Only there are alot more of them. I'm using camstream0.26.3, qt-2.3.1-5,
qt-devel-2.3.1-5, gcc 3.4.4. I've tried using the most recent snapshot and
it gave me errors about the soundcard, I wasn't really expecting that one to
work. But I also tried 0.26.2 and it gave me the same udefined reference
errors. Does anyone have any ideas?