[Maxview-user] compilation error on Slackware-12.1
Status: Alpha
Brought to you by:
chch-kiwi
|
From: Heinz W. <HMW...@bn...> - 2008-08-12 10:07:27
|
Hi! I stumbled over maxview on a research about paperport alternatives for linux. I tried building the latest cvs-version but it failed with the following error: g++ -c -pipe -Wall -W -g -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt/mkspecs/default -I. -Iqi -I/usr/local/lib -I/usr/lib/qt/include -I.ui/ -I. -I.moc/ -o .obj/mainwidget.o mainwidget.cpp mainwidget.cpp: In member function ‘void Mainwidget::scan()’: mainwidget.cpp:337: error: ‘SANE_FRAME_JPEG’ was not declared in this scope mainwidget.cpp:373: error: ‘SANE_FRAME_JPEG’ was not declared in this scope mainwidget.cpp: At global scope: mainwidget.cpp:635: warning: unused parameter ‘num’ make: *** [.obj/mainwidget.o] Error 1 My guess is it searches for a library or a header that is not in the include path, but I'm not sure. Any help appreciated. Grs, Heinz |