[wx 2.8.7, WinXP,
MingW]wx compiled failed in wxbase28ud_net_gcc_custom.dll
刘凡超
simophin at qq.com
Thu Feb 7 07:47:46 PST 2008
hi,everybody.
i'm working hard on GUI's programming, and I found wxWidgets. When I tried to complie wx with MingW 3.1.0 under WinXP, I got these errors:
Creating library file: ..\..\lib\gcc_dll\libwxbase28ud_net.a
gcc_mswuddll\netdll_socket.o(.text$_ZN16wxObjectListNodeC1EP10wxListBasePS_S2_P8
wxObjectRK9wxListKey+0x1c): In function `ZNK14wxSocketClient12GetClassInfoEv':
D:/wxWidgets/build/msw/../../src/common/socket.cpp:82: undefined reference to `w
xNodeBase::wxNodeBase(wxListBase*, wxNodeBase*, wxNodeBase*, void*, wxListKey co
nst&)'
gcc_mswuddll\netdll_socket.o(.text$_ZN16wxObjectListNodeD1Ev+0x16):D:/wxWidgets/
build/msw/../../src/common/socket.cpp:82: undefined reference to `wxNodeBase::~w
xNodeBase()'
gcc_mswuddll\netdll_socket.o(.text$_ZN16wxObjectListNodeD0Ev+0x16):D:/wxWidgets/
build/msw/../../src/common/socket.cpp:82: undefined reference to `wxNodeBase::~w
xNodeBase()'
mingw32-make: *** [..\..\lib\gcc_dll\wxbase28ud_net_gcc_custom.dll] Error 1
Neither can I compile wx at Cygwin. I follow these steps to build:
at cmd
>cd d:\wxWidgets\build\msw
>mingw32-make -f makefile.gcc BUILD=debug UNICODE=1 USE_ODBC=1 USE_SHARED=1
at cygwin
$cd /cygdrive/d/wxWidgets/
$./configure --enable-unicode
$make
OK, i got same error...Can anybody help me?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20080207/9ed0bd8a/attachment.htm
More information about the wx-users
mailing list