[qlc-devel] Can't build qlc on debian sid 64bit
Status: Abandoned
Brought to you by:
hjunnila
|
From: Michael J. <ko...@ri...> - 2012-09-28 13:00:48
|
Hi there! Tried to build qlc-3.2.2 (no svn) on a 64-bit debian sid... # dpkg-buildpackage [...] make[1]: Leaving directory `/home/mitsch/src/qlc-3.2.2' dh_clean dpkg-source -b qlc-3.2.2 dpkg-source: Warnung: kein Quellformat in debian/source/format angegeben, lesen Sie dpkg-source(1) dpkg-source: Information: Quellformat »1.0« wird verwendet dpkg-source: Information: qlc wird in qlc_3.2.2.tar.gz gebaut dpkg-source: Information: qlc wird in qlc_3.2.2.dsc gebaut debian/rules build qmake /usr/bin/make make[1]: Entering directory `/home/mitsch/src/qlc-3.2.2' cd engine/ && /usr/bin/qmake /home/mitsch/src/qlc-3.2.2/engine/engine.pro -o Makefile cd engine/ && /usr/bin/make -f Makefile make[2]: Entering directory `/home/mitsch/src/qlc-3.2.2/engine' cd src/ && /usr/bin/qmake /home/mitsch/src/qlc-3.2.2/engine/src/src.pro -o Makefile cd src/ && /usr/bin/make -f Makefile make[3]: Entering directory `/home/mitsch/src/qlc-3.2.2/engine/src' echo "# ifndef CONFIG_H" > qlcconfig.h && echo "# define CONFIG_H" >> qlcconfig.h && echo "# define APPNAME \"Q Light Controller\"" >> qlcconfig.h && echo "# define FXEDNAME \"Fixture Definition Editor\"" >> qlcconfig.h && echo "# define APPVERSION \"3.2.1\"" >> qlcconfig.h && echo "# define DOCSDIR \"/usr/share/qlc/documents\"" >> qlcconfig.h && echo "# define INPUTPROFILEDIR \"/usr/share/qlc/inputprofiles\"" >> qlcconfig.h && echo "# define USERINPUTPROFILEDIR \".qlc/inputprofiles \"" >> qlcconfig.h && echo "# define FIXTUREDIR \"/usr/share/qlc/fixtures\"" >> qlcconfig.h && echo "# define USERFIXTUREDIR \".qlc/fixtures\"" >> qlcconfig.h && echo "# define INPUTPLUGINDIR \"/usr/lib/qt4/plugins/qlc/input\"" >> qlcconfig.h && echo "# define OUTPUTPLUGINDIR \"/usr/lib/qt4/plugins/qlc/output\"" >> qlcconfig.h && echo "# define TRANSLATIONDIR \"/usr/share/qlc/translations\"" >> qlcconfig.h && echo "# endif" >> qlcconfig.h g++ -c -m64 -pipe -Werror -g -D_REENTRANT -Wall -W -fPIC -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I../../plugins/interfaces -I. -o qlccapability.o qlccapability.cpp g++ -c -m64 -pipe -Werror -g -D_REENTRANT -Wall -W -fPIC -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I../../plugins/interfaces -I. -o qlcchannel.o qlcchannel.cpp g++ -c -m64 -pipe -Werror -g -D_REENTRANT -Wall -W -fPIC -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I../../plugins/interfaces -I. -o qlcfile.o qlcfile.cpp qlcfile.cpp: In static member function ‘static QString QLCFile::currentUserName()’: qlcfile.cpp:154:45: error: ‘getuid’ was not declared in this scope make[3]: *** [qlcfile.o] Fehler 1 make[3]: Leaving directory `/home/mitsch/src/qlc-3.2.2/engine/src' make[2]: *** [sub-src-make_default] Fehler 2 make[2]: Leaving directory `/home/mitsch/src/qlc-3.2.2/engine' make[1]: *** [sub-engine-make_default] Fehler 2 make[1]: Leaving directory `/home/mitsch/src/qlc-3.2.2' make: *** [build] Fehler 2 dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2 I'm not a coder, so, I need your help fixing this... If you need more information, please tell! Greets! Mitsch |