PDA

View Full Version : Problems w/ "make" in SEQ



DHogsett
02-07-2002, 02:31 PM
Im running Mandrake 8.1, have all gcc3's installed, everything is dl'd correctly from CVS. I can ./configure properly but when i make i get spammed w/ Errors saying

<inssert.cpp.here> undefinded refererence to Qstring:<insert ref here>

Im guessing its a qt problem, but im not sure

fryfrog
02-07-2002, 05:40 PM
did you export your QT-2.3.2 dir before compiling? it looks like it is trying to compile against EITHER qt-2.3.1 (/usr/lib/qt2 in mdk) or against qt-2.3.2 which was NOT compiled with gcc3. check these two things :)

DHogsett
02-07-2002, 05:50 PM
Aye, i forgot to compile qt w/ gcc3, so now going back and trying to compile it, getting some errors, but trying to work through them on my own.