Re: [Wxlua-users] wxLua build on mingw/msys

2006-08-08 Thread John Labenski
On 8/7/06, Doug Currie <[EMAIL PROTECTED]> wrote: > Monday, August 7, 2006, 5:13:59 PM, John Labenski wrote: > > > On 8/6/06, Doug Currie <[EMAIL PROTECTED]> wrote: > >> Here are some things I did to build > >> wxLua_Snapshot_2006-08-04.tar.gz > >> on Windows XP using mingw/msys. [...] > > >[...]

Re: [Wxlua-users] wxLua build on mingw/msys

2006-08-08 Thread John Labenski
On 8/7/06, John Labenski <[EMAIL PROTECTED]> wrote: > > 2. in modules/wxluadebug/src/splttree.cpp add: > > > > #ifdef __MINGW32__ > > #undef UNREFERENCED_PARAMETER > > #endif > > > > after includes and before: > > > > static wxTreeItemId defaultTreeItemId; > > Added. The error is really just from

Re: [Wxlua-users] wxLua build on mingw/msys

2006-08-07 Thread Doug Currie
Monday, August 7, 2006, 5:13:59 PM, John Labenski wrote: > On 8/6/06, Doug Currie <[EMAIL PROTECTED]> wrote: >> Here are some things I did to build >> wxLua_Snapshot_2006-08-04.tar.gz >> on Windows XP using mingw/msys. [...] >[...] >> 4. in {my-build}/apps/Makefile change: >> >> WX_RESCOMP = >>

Re: [Wxlua-users] wxLua build on mingw/msys

2006-08-07 Thread John Labenski
On 8/6/06, Doug Currie <[EMAIL PROTECTED]> wrote: > Here are some things I did to build wxLua_Snapshot_2006-08-04.tar.gz > on Windows XP using mingw/msys. I don't pretend that these are the > "right" fixes for wxLua sources. Many are to generated files rather > than source files -- done out of igno

[Wxlua-users] wxLua build on mingw/msys

2006-08-06 Thread Doug Currie
Here are some things I did to build wxLua_Snapshot_2006-08-04.tar.gz on Windows XP using mingw/msys. I don't pretend that these are the "right" fixes for wxLua sources. Many are to generated files rather than source files -- done out of ignorance of the full build process. Others may interfere with