From: Yon Ru <ru...@sh...> - 2008-03-09 06:30:36
|
Hi all, Can anyone tell me how to build a xcode project using RBObject.h without an error? I'm trying to build a obj-c cocoa application which links to RubyCocoa, but whenever I import RBObject.h the project file does not build. Just importing the header file in an empty file causes massive build errors. It looks like osx_ruby.h file, which is imported by RBObject.h file, looks for bunch of ruby header files, but I don't want to modify system framework files. Is the stock version of RubyCocoa on leopard (10.5.2) is broken? or am I missing something? Any advice is appreciated. |