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. [...]
>
> >[...]
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
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 =
>>
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
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