Page 1 of 1

Build error Ubuntu 13.10 64-bit

Posted: Sun Mar 16, 2014 12:05 am
by Matthew Marks
From latest git, I'm getting as far as this:

g++ -c -m64 -pipe -Werror -Wno-unused-local-typedefs -g -D_REENTRANT -Wall -W -fPIC -DUSE_WEBSOCKET -DNO_SSL -DQT_SCRIPT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../engine/src -I../engine/src/audio -I../ui/src -I. -o webaccess.o webaccess.cpp
webaccess.cpp:22:29: fatal error: QNetworkInterface: No such file or directory
#include <QNetworkInterface>

Include path missing? I have /usr/include/qt4/QtNetwork/QNetworkInterface and have done a make distclean/qmake. Thanks.

Build error Ubuntu 13.10 64-bit

Posted: Sun Mar 16, 2014 1:25 am
by Massimo Callegari
Hi Matthew, it's fixed now. Please try again.