From: klaas.holwerda <kho...@xs...> - 2006-12-10 00:16:21
|
Hi, Latest CVS, VC2003. wxWidgets.2.8.3rc I have several problems. During build i get errors, same as with the latest download of wxstedit. See the down here. Easy to correct, but needs some switches here and there. Next i did not manage to build in release: nmake -f makefile.vc BUILD=release does nothing if debug is already build. Next i did not find lua5.1.exe anymore? Is that right? I used it to generate my own bindings. Should i use wxLua.exe?? Rest of the changes i did manage :-) Thanks, Klaas ..\..\..\modules\wxbind\include\wxbind.h(2679) : warning C4099: 'wxVideoMode' : type name first seen using 'struct' now seen using 'class' D:\soft\wxwin\wxMSW-2.8.3s\include\wx\vidmode.h(20) : see declaration of 'wxVideoMode' ..\..\wxbindstc\src\stc.cpp(40) : error C2039: 'GetCaretLineBackground' : is not a member of 'wxStyledTextCtrl' D:\soft\wxwin\wxMSW-2.8.3s\contrib\include\wx\stc\stc.h(1740) : see decl aration of 'wxStyledTextCtrl' ..\..\wxbindstc\src\stc.cpp(58) : error C2039: 'SetCaretLineBackground' : is not a member of 'wxStyledTextCtrl' D:\soft\wxwin\wxMSW-2.8.3s\contrib\include\wx\stc\stc.h(1740) : see decl aration of 'wxStyledTextCtrl' NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio .NET 2003\ VC7\BIN\nmake.exe"' : return code '0x2' Stop. |