Advertisement
Guest User

svn compile error gentoo

a guest
Jan 15th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. cd monkey/ && make -f Makefile
  2. make[1]: Entering directory `/home/shane/Projects/mkstrunk/monkey'
  3. g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DSYSTEM_QSCINTILLA -DMONKEY_CORE_BUILD -DHAVE_REGCOMP -DHAVE_STDLIB_H -DHAVE_FGETPOS -DHAVE_SYS_STAT_H -DHAVE_FCNTL_H -DHAVE_REGEX -DHAVE_UNISTD_H -DHAVE_STRSTR -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4 -Ibuild/Linux-x86_64/release/ui -Isrc -I/usr/include/qt4/Qsci -I../fresh/objects -I../fresh/widgets -I../ctags/ctags -I../qCtagsSense/src -I/usr/X11R6/include -Ibuild/Linux-x86_64/release/moc -Ibuild/Linux-x86_64/release/ui -o build/Linux-x86_64/release/obj/UISettings.o src/maininterface/ui/UISettings.cpp
  4. In file included from build/Linux-x86_64/release/ui/ui_UISettings.h:41:0,
  5. from src/maininterface/ui/UISettings.h:25,
  6. from src/maininterface/ui/UISettings.cpp:19:
  7. ../fresh/widgets/pEnvironmentVariablesEditor.h:23:44: fatal error: ui_pEnvironmentVariablesEditor.h: No such file or directory
  8. compilation terminated.
  9. make[1]: *** [build/Linux-x86_64/release/obj/UISettings.o] Error 1
  10. make[1]: Leaving directory `/home/shane/Projects/mkstrunk/monkey'
  11. make: *** [sub-monkey-make_default-ordered] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement