[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] upgrading to wx-2.9.3
From: |
Greg Chicares |
Subject: |
Re: [lmi] upgrading to wx-2.9.3 |
Date: |
Thu, 15 Dec 2011 18:31:31 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 |
On 2011-12-15 16:16Z, Vaclav Slavik wrote:
>
> I assume you'll want to upgrade to wx 2.9.3 soon
Can you help with this issue, please?
../configure --prefix=/opt/lmi/local --build=i686-pc-cygwin
--host=i686-pc-mingw32 --disable-apple_ieee --disable-compat24
--disable-fswatcher --disable-gif --disable-threads --disable-vararg_macros
--enable-monolithic --enable-shared --enable-std_iostreams --enable-stl
--enable-vendor='gcc-345-6b6003713289ea4d3cd9b49c5db5b721' --without-libjpeg
--without-libtiff --without-regex AR='/MinGW_/bin/ar' AS='/MinGW_/bin/as'
CC='/MinGW_/bin/gcc' CPP='/MinGW_/bin/cpp' CXX='/MinGW_/bin/g++'
DLLTOOL='/MinGW_/bin/dlltool' LD='/MinGW_/bin/ld' NM='/MinGW_/bin/nm'
OBJDUMP='/MinGW_/bin/objdump' RANLIB='/MinGW_/bin/ranlib'
STRIP='/MinGW_/bin/strip' WINDRES='/MinGW_/bin/windres' && make && make install
...
/opt/lmi/wx-scratch/wxWidgets-2.9.3/gcc-345-6b6003713289ea4d3cd9b49c5db5b721/bk-deps
/MinGW_/bin/g++ -c -o monodll_stopwatch.o -D__WXMSW__ -DWXBUILDING
-I../src/png -I../src/zlib -I../src/expat/lib -I../src/stc/scintilla/include
-I../src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS -DwxUSE_BASE=1
-DWXMAKINGDLL -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy
-Woverloaded-virtual -D_LARGEFILE_SOURCE=unknown
-I/opt/lmi/wx-scratch/wxWidgets-2.9.3/gcc-345-6b6003713289ea4d3cd9b49c5db5b721/lib/wx/include/i686-pc-mingw32-msw-unicode-2.9
-I../include -O2 -fno-strict-aliasing ../src/common/stopwatch.cpp
../src/common/stopwatch.cpp:67: error: `wxCriticalSection' does not name a type
../src/common/stopwatch.cpp: In member function `void wxStopWatch::DoStart()':
../src/common/stopwatch.cpp:85: error: `wxCriticalSectionLocker' was not
declared in this scope
../src/common/stopwatch.cpp:85: error: expected `;' before "lock"
../src/common/stopwatch.cpp:85: warning: unused variable
'wxCriticalSectionLocker'
make[2]: *** [monodll_stopwatch.o] Error 1