U++ framework
Do not panic. Ask here before giving up.

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: 171
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: Wed Sep 09 20:31:23 GMT+2 2026

Total time taken to generate the page: 0.03899 seconds