-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi I have a clean install of pretty much everthing on a Raspberry Pi Running Raspbian. But can't get the library to install... (help!).
scons: Reading SConscript files ...
scons: warning: Could not detect qt, using moc executable as a hint (QTDIR=/usr)
File "/home/pi/qt_projects/ofq/ofq/SConstruct", line 4, in
Checking for QtCore 4.2 or higher...(cached) yes
Checking for QtGui 4.2 or higher...(cached) yes
Checking for QtNetwork 4.2 or higher...(cached) yes
scons: warning: The env.Copy() method is deprecated; use the env.Clone() method instead.
File "/home/pi/qt_projects/ofq/ofq/libofqf/SConscript", line 5, in
scons: done reading SConscript files.
scons: Building targets ...
g++ -o libofqf/qoscclient.os -c - W a l l " " - W e r r o r " " - g " " - f p i c -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtNetwork -fPIC -I/usr/include -Ilibofqf libofqf/qoscclient.cpp
g++: error: W: No such file or directory
g++: error: a: No such file or directory
etc...