Can`t build wx-2.9 on Windows (MinGW)

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
van_user
Experienced Solver
Experienced Solver
Posts: 55
Joined: Wed Jun 11, 2008 9:28 pm
Location: UA

Can`t build wx-2.9 on Windows (MinGW)

Post by van_user »

Hello.
I`m failed in build lastest versions of wxWidgets ( wx-2.9.0rc6 and wx-svn) under Windows XP with MinGW:
Creating library file: d:/Installed/wxWidgets_2_9_0/Release/lib/libwx_mswu_Release_core-2.9.dll.a
coredll_printwin.o:printwin.cpp:(.text+0x84e): undefined reference to `wxEnhMetaFileDC::wxEnhMetaFileDC(wxDC const&, wxString const&, int, int, wxString const&)'
coredll_printwin.o:printwin.cpp:(.text+0x948): undefined reference to `wxEnhMetaFileDC::Close()'
coredll_printwin.o:printwin.cpp:(.text+0x9c1): undefined reference to `wxEnhMetaFile::Play(wxDC*, wxRect*)'
collect2: ld returned 1 exit status
make: *** [/d/Installed/wxWidgets_2_9_0/Release/lib/wxmsw291u_Release_core_gcc_custom.dll] Error 1
../configure --disable-debug --enable-stl --enable-std_iostreams --enable-cmd
line --disable-pnm --disable-tga --disable-pcx --disable-iff --disable-gtktes
--with-opengl --with-msw --enable-profile --enable-no_exceptions --enable-no_de
ps --disable-compat28 --enable-threads --disable-metafile --enable-uxtheme --wi
th-flavour=Release
Previous sucsess build was 02/2009 ( also wx-2.9). Can anybody explain what I do wrong?
Post Reply