On 2/25/06, John Labenski <[EMAIL PROTECTED]> wrote:
> On 2/25/06, klaas.holwerda <[EMAIL PROTECTED]> wrote:
> > I get this now.
> >
> > I think the defines are not double, and therefore generate errors?
> >
> > If i e.g replace the firs __WIN32__ with 1.0 that one is oke.
> > Is it only VC6 with those errors?
> >
> >
> > --------------------Configuration: mod_wxbind - Win32 Debug
> > Multilib--------------------
> > Compiling...
> > wx_define.cpp
> > d:\soft\lua\wxluacvs\wxLua\modules\wxbind\src\wx_define.cpp(107) : error
> > C2059: syntax error : ','
>
> Opps, sorry. I added all the defines __WIN32__, __WXGTK__, and what
> not. Unfortunately some of them are
> #define __WXGTK__ 1
> but I think your problem is that others are only
> #define __WIN32__  // no value
>
> I'll see what I can do to fix it ASAP. In the meantime you can rem out
> those lines in wx_define.cpp, but don't commit it since I'll try to
> fix it properly.

Fixed, hopefully. You can now have

%define __WIN32__ 1

so that you can assign arbitrary values to %defines.

-John Labenski


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wxlua-users mailing list
Wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to