[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wxruby-dev] New build failure on Mac OS X
From: |
John Platte |
Subject: |
[Wxruby-dev] New build failure on Mac OS X |
Date: |
Fri, 11 Jul 2003 08:56:05 -0500 |
Straight from a fresh checkin:
ruby wxpp.rb button.t
g++ -fno-common -g -O2 -fno-common -pipe `wx-config --cxxflags` -I.
-I/usr/local/lib/ruby/1.8/powerpc-darwin6.6
-I/usr/local/lib/ruby/1.8/powerpc-darwin6.6 -I. -c button.cpp
button.cpp:8:21: control.h: No such file or directory
button.cpp:12:20: window.h: No such file or directory
button.cpp: In static member function `static void
WxButton::DefineClass()':
button.cpp:21: `WxControl' undeclared (first use this function)
button.cpp:21: (Each undeclared identifier is reported only once for
each
function it appears in.)
button.cpp:21: parse error before `::' token
button.cpp:22: parse error before `::' token
make: *** [button.o] Error 1
rm button.cpp
address@hidden ~/packages/wxruby/src]$
As I edit the Makefile and retry, I'm getting a similar error for
"button", "calendar", "checkbox", "choice"...
I wish I knew more about C++...on the other hand, maybe I'm glad I
don't?
Attached is a diff of my hacked working copy (the one that actually
builds, then sorta works) against the CVS head.
john-platte-1.diff
Description: Binary data
--
John Platte
Principal Consultant, NIKA Consulting
http://nikaconsulting.com/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wxruby-dev] New build failure on Mac OS X,
John Platte <=