error compilation with mingw
Michael Wetherell
mike.wetherell at ntlworld.com
Fri Feb 1 09:02:51 PST 2008
On Friday 01 February 2008 16:10, Didier Bretin wrote:
> I'm trying to compile wxMSW-2.8.7 with mingw 5.1.3 and msys 1.0.10
> under windows xp.
>
> I use this configure:
> ../configure --disable-shared --enable-debug --enable-unicode
> --without-zlib
>
> (without-zlib because I have a zlib.h not found error)
Is it just a warning during configure? e.g.:
configure: WARNING: zlib library not found or too old, will use built-in
instead
If so then it should fall back to wxWidget's own zlib.h and build anyway
without the --without-zlib (delete configarg.cache before
reconfiguring).
> and then with make:
> $ make
> /c/wxMSW-2.8.7/msw-debug/bk-deps g++ -c -o baselib_fs_arc.o
> -D__WXMSW__ -I../src/regex -I../src/expat/lib -DwxUSE_GUI=0
> -DwxUSE_BASE=1 -D__WXDEBUG__
> -I/c/wxMSW-2.8.7/msw-debug/lib/wx/include/msw-unicode-debug-static-2.
>8 -I../include -mthreads -Wall -Wundef -Wno-ctor-dtor-privacy -g -O0
> ../src/common/fs_arc.cpp
> ../src/common/fs_arc.cpp:45: error: ISO C++ forbids declaration of
> `wxArchiveEntry' with no type
Fixed these in SVN.
Thanks,
Mike
More information about the wx-users
mailing list