Another compile error for wxWidgets SVN
Sebastien Senechal
seb at cyberdine.ca
Mon Mar 24 23:59:09 PDT 2008
On March 24, 2008 23:47:28 Vadim Zeitlin wrote:
> You arguably shouldn't because Unicode is the default in wx 3.0 and
Thanks, I wasn't aware. Will remove some builds... :)
There is another compile error I didn't spot it earlier.
in MinGw build:
../src/msw/printdlg.cpp: In member function ‘virtual bool
wxWindowsPrintNativeData::TransferFrom(const wxPrintData&)’:
../src/msw/printdlg.cpp:424: error: invalid conversion from ‘BYTE*’ to ‘char*’
../src/msw/printdlg.cpp:424: error: initializing argument 1 of ‘char*
wxStrncpy(char*, const char*, size_t)’
make: *** [coredll_printdlg.o] Error 1
../configure \
--prefix=/usr/i586-mingw32msvc \
--host=i586-mingw32msvc --target=i586-mingw32msvc \
--enable-gui --with-msw --without-opengl \
--disable-unicode --enable-stdiostreams
regards
More information about the wx-users
mailing list