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 » theide does not link since r1728 with GCC 4.4
theide does not link since r1728 with GCC 4.4 [message #23946] Wed, 09 December 2009 12:54 Go to previous message
chickenk is currently offline  chickenk
Messages: 169
Registered: May 2007
Location: Grenoble, France
Experienced Member
Hi Mirek,

the revision r1728 adds calls to the Csizeinit() static member function to X11App.cpp and Win32Wnd.cpp. Csizeinit() was previously used only in Ctrl.cpp but with these new calls, GCC 4.4.1 (on Ubuntu) refuses to link:

_out/CtrlCore/GCCMK-Gcc-Gui-Linux-Posix-Shared/CtrlCore.a(X11App.o): In function `Upp::Ctrl::InitX11(char const*)':
X11App.cpp:(.text._ZN3Upp4Ctrl7InitX11EPKc+0x1ca): undefined reference to `Upp::Ctrl::Csizeinit()'


I understand the need of the static keyword so that you don't need to instanciate a Ctrl object, so I am not sure what the solution is...

What do you think ?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: theIDE compile problem under Linux since FindInFiles structure
Next Topic: Problem installing theIDE 2224
Goto Forum:
  


Current Time: Fri Mar 29 14:27:51 CET 2024

Total time taken to generate the page: 0.01740 seconds