sudo port install cairo +universal universal is important, so it builds 32-bit binary.
if you just do without it, it will buuild 64-bit library version, without chance to be used by Cog VM. On 20 April 2012 00:09, Sean P. DeNigris <[email protected]> wrote: > > EstebanLM wrote >> >>> And then, after commenting out the offending part, I end up with Error: >>> function unavailable in NBFFICallout - This by running: >> > > After installing cairo via macports & copying libcairo.2.dylib into the vm's > Resources folder, I got this same error. > > I also tried modifying #generateCall:module: to use just the lib name (not > the hardcoded path), thinking maybe it would use the one in Resources, with > no luck... > > Sean > > > -- > View this message in context: > http://forum.world.st/The-video-about-Athens-tp4571100p4572293.html > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > -- Best regards, Igor Stasenko.
