wxruby-dev
[Top][All Lists]
Advanced

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

Re: [Wxruby-dev] Building on OS X and 1.8...


From: Richard Kilmer
Subject: Re: [Wxruby-dev] Building on OS X and 1.8...
Date: Mon, 30 Jun 2003 23:51:01 -0400

now when I build...

In file included from button.cpp:7:
button.h:77: `wxToggleButton' was not declared in this scope
button.h:77: `pCpp' was not declared in this scope
button.h:77: invalid data member initialization
button.h:77: (use `=' to initialize static data members)
button.h:77: variable or field `validateCppObject' declared void
button.cpp: In static member function `static VALUE
   WxToggleButton::release(long unsigned int)':
button.cpp:479: `wxToggleButton' undeclared (first use this function)
button.cpp:479: (Each undeclared identifier is reported only once for each
   function it appears in.)
button.cpp:479: `pCpp' undeclared (first use this function)
button.cpp:479: template argument 1 is invalid
button.cpp:479: no matching function for call to `GetCpp(VALUE&)'
button.cpp: In static member function `static VALUE
   WxToggleButton::wrapNew(int, VALUE*, long unsigned int)':
button.cpp:488: template argument 1 is invalid
button.cpp:488: no matching function for call to `GetCpp(VALUE&)'
button.cpp:489: `WxToggleButton::validateCppObject' cannot be used as a
   function
button.cpp: At global scope:
button.cpp:495: conflicting types for `void WxToggleButton::validateCppObject' button.h:77: previous declaration as `int WxToggleButton::validateCppObject'
button.cpp:495: variable `void WxToggleButton::validateCppObject' has
   initializer but incomplete type
button.cpp:495: syntax error before `{' token
button.cpp: In static member function `static bool
   WxToggleButton::constructor0(int, VALUE*, long unsigned int)':
button.cpp:548: template argument 1 is invalid
button.cpp:548: no matching function for call to `GetCpp(VALUE&)'
button.cpp:549: `cppResult' undeclared (first use this function)
button.cpp:549: parse error before `(' token
button.cpp: In static member function `static VALUE
   WxToggleButton::GetValue(int, VALUE*, long unsigned int)':
button.cpp:560: template argument 1 is invalid
button.cpp:560: no matching function for call to `GetCpp(VALUE&)'
button.cpp: In static member function `static VALUE
   WxToggleButton::SetValue(int, VALUE*, long unsigned int)':
button.cpp:574: template argument 1 is invalid
button.cpp:574: no matching function for call to `GetCpp(VALUE&)'
button.cpp: In constructor
`WxToggleButton::ZAutoDefineWxToggleButton::ZAutoDefineWxToggleButton()' :
button.cpp:595: parse error before `;' token
make: *** [button.o] Error 1

button.cpp and .h are attached.

-rich

Attachment: button.h
Description: Text document

Attachment: button.cpp
Description: Text document




On Monday, June 30, 2003, at 10:38  PM, Kevin Smith wrote:

I've checked in a
change to:
        parmListString.gsub!(/[()]/, '')

I looked at all the other gsubs, and they all appear to be correct.
They'll still give warnings in 1.8, but they should still do what
they're supposed to.

reply via email to

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