From: John L. <jla...@gm...> - 2006-02-25 16:54:32
|
On 2/25/06, John Labenski <jla...@gm...> wrote: > On 2/25/06, klaas.holwerda <kho...@xs...> 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) : erro= r > > 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 |