Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » How to compile svn-package with NoGTK?
Re: How to compile svn-package with NoGTK? [message #41599 is a reply to message #41598] Sat, 04 January 2014 12:46 Go to previous messageGo to previous message
slashupp is currently offline  slashupp
Messages: 231
Registered: July 2009
Experienced Member
Didn't work with the command ending in: e=
but when I added TIME= it seems to do something but failed with:

//snip..
_out/CtrlLib/GCC.GUI.LINUX.NOGTK.POSIX/CtrlLib.a(StatusBar.c pp.o):(.rodata._ZTVN3Upp8InfoCtrlE[_ZTVN3Upp8InfoCtrlE]+0x10 ): undefined reference to `Upp::Ctrl::EventProc(Upp::Ctrl::XWindow&, _XEvent*)'
_out/CtrlLib/GCC.GUI.LINUX.NOGTK.POSIX/CtrlLib.a(StatusBar.c pp.o):(.rodata._ZTVN3Upp8InfoCtrlE[_ZTVN3Upp8InfoCtrlE]+0x18 ): undefined reference to `Upp::Ctrl::HookProc(_XEvent*)'
_out/CtrlLib/GCC.GUI.LINUX.NOGTK.POSIX/CtrlLib.a(TreeCtrl.cp p.o):(.rodata._ZTVN3Upp10OptionTreeE[_ZTVN3Upp10OptionTreeE] +0x10): undefined reference to `Upp::Ctrl::EventProc(Upp::Ctrl::XWindow&, _XEvent*)'
_out/CtrlLib/GCC.GUI.LINUX.NOGTK.POSIX/CtrlLib.a(TreeCtrl.cp p.o):(.rodata._ZTVN3Upp10OptionTreeE[_ZTVN3Upp10OptionTreeE] +0x18): undefined reference to `Upp::Ctrl::HookProc(_XEvent*)'
_out/CtrlLib/GCC.GUI.LINUX.NOGTK.POSIX/CtrlLib.a(TreeCtrl.cp p.o):(.rodata._ZTVN3Upp8TreeCtrlE[_ZTVN3Upp8TreeCtrlE]+0x10) : undefined reference to `Upp::Ctrl::EventProc(Upp::Ctrl::XWindow&, _XEvent*)'
_out/CtrlLib/GCC.GUI.LINUX.NOGTK.POSIX/CtrlLib.a(TreeCtrl.cp p.o):(.rodata._ZTVN3Upp8TreeCtrlE[_ZTVN3Upp8TreeCtrlE]+0x18) : undefined reference to `Upp::Ctrl::HookProc(_XEvent*)'
collect2: error: ld returned 1 exit status
make[1]: *** [_out/bin/ide] Error 1
\e[1mPackage\e[0m \e[1;34mide\e[0m\e[1m finished ...\e[0m
for pkg in ide; do \
if [ "0" = "1" ]; then \
for target in "" "_out/bin/" "_out/bin/$pkg"; do \
[ -f "$target" ] && break; \
done; \
[ -e "$target" ] && { [ "0" = "1" ] || echo "Running $target"; } && $target; \
fi; \
done
~$
//..snip
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: g++-4.8
Next Topic: freetype problem
Goto Forum:
  


Current Time: Tue May 07 13:04:07 CEST 2024

Total time taken to generate the page: 0.01918 seconds