wxruby-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wxruby-dev] Corrections for Windows build error


From: Roy Varghese
Subject: Re: [Wxruby-dev] Corrections for Windows build error
Date: Sat, 19 Jul 2003 19:42:06 -0700

----- Original Message ----- 
From: "Park Heesob" <address@hidden>

> >
> I can see your error when $WXVERSION is '24d'(Debug DLL
> version:wxmsw24d.lib)
> Retry with  $WXVESION= '24' (Release DLL version:wxmsw24.lib) please.

OK I'll try that. I had just finished compiling the mingw binaries for
wxWindows, so tried mingw on wxruby just for the heck of it
and here's what I get.

g++ -Os

`wx-config --cxxflags`  -I. -IC:/Apps/msys/1.0/local/lib/ruby/1.8/i386-mingw
32 -IC:/Apps/msys/1.0/local/lib/ruby/1.8/i386-mingw32 -I.  -I/usr/local/ming
w/include -I/usr/local/include -c app.cpp
In file included from app.cpp:25:
app.h:36:33: macro "Yield" passed 1 arguments, but takes just 0
In file included from app.cpp:25:
app.h:36: variable or field `Yield' declared void
app.cpp: In static member function `static VALUE WxApp::GetClassNameA(long
   unsigned int)':
app.cpp:174: no matching function for call to `wxAppWithCallbacks::
   GetClassNameA()'
app.cpp:197:29: macro "Yield" passed 1 arguments, but takes just 0
app.cpp: At global scope:
app.cpp:198: syntax error before `{' token
app.cpp:200: syntax error before `->' token
app.cpp: In constructor `WxApp::ZAutoDefineWxApp::ZAutoDefineWxApp()':
app.cpp:209: parse error before `;' token
make: *** [app.o] Error 1

Has anybody done the mingw build, any changes required?

Thx
Roy





reply via email to

[Prev in Thread] Current Thread [Next in Thread]