Skip navigation.
 
mlRubyCocoa
FROM : Adam Salter
DATE : Fri Nov 02 06:09:25 2007

OK,
I loved all the 'hype' about RubyCocoa so I thought I'd jump in...
First install XCode 3.0, no real issues...
Second try a RubyCocoa example... ahh issues :) Just like the good old 
days :)

OK so i'm trying to compile _any_ of the example RubyCocoa code in 
Examples/Ruby/RubyCocoa
Take RoundTransparentWindow for instance...
It won't compile off-the-bat.
But a new RubyCocoa application from "File > New Project" will, so I 
thought I'd just copy the setup from that...

Anway long story short it's still not compiling...
I have the RubyCocoa framework installed, but it still can't find 
RubyCocoa/RBRuntime.h
It seems you have to import the Cocoa.h beforehand, but this isn't 
working because I get many errors about 'unable to find 
WebServicesCore.h' and others...

I've cleaned my project and I still get the same errors.

Has anybody tried compiling any of the RubyCocoa example projects?

TIA,
-Adam

Related mailsAuthorDate
mlRubyCocoa Adam Salter Nov 2, 06:09
mlRe: RubyCocoa Bill Bumgarner Nov 2, 06:45
mlRe: RubyCocoa Adam Salter Nov 5, 01:33
mlRe: RubyCocoa Bill Bumgarner Nov 6, 20:10