[dbdesign-devel] Problem compiling the
Brought to you by:
horakdan
From: Sebastien B. <sbi...@us...> - 2003-02-25 21:50:15
|
Hi, I have trouble compiling the db schema designer on a linux debian platform. Everything goes fine, from configure to the last step, where= I get this: datadesigner.o(.text+0x2d): In function `wxCreateApp(void)': /home/big/tmp/datadesigner-0.3.1/src/datadesigner.cc:65: undefined refe= rence to=20 g++ -g -O2 -Wall -Wno-unused -o datadesigner datadesigner.o project.o t= oplevel.o schema.o xml.o -pthread -L/home/big/tmp/datadesigner-0.3.1/l= ib/wx-contrib/src/ogl -L/home/big/tmp/datadesigner-0.3.1/src/objects -L= /home/big/tmp/datadesigner-0.3.1/src/servers -lobjects -lservers -logl = -lwx_gtk-2.4 /usr/lib/libexpat.so `wxAppBase::CheckBuildOptions(wxBuildOptions const &)' datadesigner.o(.text+0x45): In function `wxCreateApp(void)': /home/big/tmp/datadesigner-0.3.1/src/datadesigner.h:23: undefined refer= ence to ` wxApp::wxApp(void)' datadesigner.o(.text+0xa4): In function `main': /home/big/tmp/datadesigner-0.3.1/src/datadesigner.cc:65: undefined refe= rence to=20 `wxEntry(int, char **)' [...] /usr/include/wx/gtk/frame.h:45: undefined reference to `wxFrameBase::wx= FrameBase (void)' datadesigner.o(.text+0x394):/usr/include/wx/gtk/frame.h:45: undefined r= eference=20 to `wxFrame virtual table' datadesigner.o(.text+0x3a0):/usr/include/wx/gtk/frame.h:46: undefined r= eference=20 to `wxFrame::Init(void)' [...a lot of undefined reference snipped...] I just cannot make it compile. wxwindow is installed and seems ok, wx-config gives this: $ wx-config --libs ; wx-config --cxxflags -pthread -lwx_gtk-2.4 -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_= OFFSET_BITS=3D64 -D_LARGE_FILES g++ is 2.95.4, and I have the same errors for db schema designer 0.4.20030222 and/or gcc 3.2. The libraries are here in /usr/lib, I tried to additionally set LD_LIBRARY_PATH and add a -L flag, but the same happens. Does anybody have any suggestions on what's happening here? Your help will be greatly appreciated. -- S=E9bastien. |