dmacvicar / ruby-sfcc

ruby bindings for sblim client
MIT License
6 stars 6 forks source link

Install on osx #3

Closed richardbowden closed 13 years ago

richardbowden commented 13 years ago

Hello all, i am trying to get this to install on osx 10.6.6

so far i have run the following commands

gem build sfcc.gemspec

this works ok, then i run, gem install sfcc-0.1.2.gem

this is where I get an error,

In file included from cim_class.h:5, from cim_class.c:2: sfcc.h:12:31: error: CimClientLib/cmci.h: No such file or directory sfcc.h:13:33: error: CimClientLib/cmcidt.h: No such file or directory

I am not to sure where to get these files from ? Has anyone else got this to work on the mac ? I am using rvm and ruby 1.9.2 and gem 1.3.7

Cheers

Richard

dmacvicar commented 13 years ago

How did you install sfcb (SBLIM CIM Broker) client libraries?

richardbowden commented 13 years ago

Hello, thanks for the reply, I installed them via source, got them compiled again and the error has gone.

Cheers

Rich