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
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