List,
I'm trying to build wxRuby on MacOS X 10.4.6 (intel).
I've come across
some of the problems mentioned on the list, i.e. the
RubyConstant issue
and the "id" keyword conflict issue. however
somethings's happening
that as far as I can see has not been mentioned on the list.
here's the
first few lines of the build fail report:
------------------------------------------------------------
------------
./rake/rakelinux.rb:16: warning: global variable
`$link_wx_statically' not initialized
g++ -c -I/usr/lib/wx/include/mac-ansi-release-2.6
-I/usr/include/wx-2.6 -D__WXMAC__ -D_FILE_OFFSET_BITS=64
-D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -fno-common -pipe
-fno-common -Wno-unused-function -I
/usr/lib/ruby/site_ruby/1.8 -I
/usr/lib/ruby/site_ruby/1.8/i686-darwin8.6.1 -I
/usr/lib/ruby/site_ruby -I /usr/lib/ruby/1.8 -I
/usr/lib/ruby/1.8/i686-darwin8.6.1 -I . -o obj/Mac.o
src/Mac.cpp
(in /usr/local/src/wxruby-cvs/wxruby2)
In file included from
/System/Library/Frameworks/Foundation.framework/Headers/Foun
dation.h:12,
from
/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:1
2,
from src/Mac.cpp:1596:
/System/Library/Frameworks/Foundation.framework/Headers/NSOb
jCRuntime.h:60: error: stray ' ' in program
In file included from
/System/Library/Frameworks/Foundation.framework/Headers/NSOb
ject.h:6,
from
/System/Library/Frameworks/Foundation.framework/Headers/NSAf
fineTransform.h:8,
from
/System/Library/Frameworks/Foundation.framework/Headers/Foun
dation.h:13,
------------------------------------------------------------
------------
NSObjCRuntime.h, around line 60, reads:
------------------------------------------------------------
------------
#define NSFoundationVersionNumber10_3_2 500.3
#define NSFoundationVersionNumber10_3_3 500.54
#define NSFoundationVersionNumber10_3_4 500.56
class NSString;
FOUNDATION_EXPORT NSString *NSStringFromSelector(SEL
aSelector);
FOUNDATION_EXPORT SEL NSSelectorFromString(NSString
*aSelectorName);
FOUNDATION_EXPORT Class NSClassFromString(NSString
*aClassName);
------------------------------------------------------------
------------
any suggestions?
thank you,
--
Rolf Lindgren http://www.roffe.com/
roffe extern.uio.no http://www.dignus.no/
_______________________________________________
wxruby-users mailing list
wxruby-users rubyforge.org
ht
tp://rubyforge.org/mailman/listinfo/wxruby-users
|