I've been working on upgrading some of my "test" systems to play with the new Ice. Ran into one "gotcha" so far:
I used the prebuilt package of OSX. I next installed IceCS, and that worked great. Next I tried to build IceRuby, but it complained:
caleb-tennis-computer:~/Desktop/IceRuby-3.2b caleb$ make
config/Make.rules:131: /opt/Ice-3.2b/config/Make.rules.Darwin: No such file or directory
config/Make.rules:177: *** You need to define mkshlib in Make.rules.Darwin. Stop.
It seems that the binary package for OSX doesn't come with a Darwin config file that IceRuby would like to have for the install.

Reply With Quote