On 4 July 2012 22:04, Fernando Olivero <fernando.olivero@usi.ch> wrote:
Hi Stef, surely is happening because the path to the Cairo Lib changed.
It used to in the MacPorts path, but now Igor is shipping NB vm's with Cairo. So we should change the following method.
TCairoLibrary>>nbLibraryNameOrHandle (NativeBoost platformId = NativeBoostConstants linux32PlatformId) ifTrue: [ ^ '/usr/lib/libcairo.so' ]. (NativeBoost platformId = NativeBoostConstants mac32PlaformId) ifTrue: [ ^ '/opt/local/lib/libcairo.2.dylib' ]. self error: 'define your own path'
Fixing it now, will send the new method .
Yes, this needs to be changed.. I changed it in my image.. but not yet published new config. This is because of new VM(s), which became available just yesterday, so i need to synchronize the rest now. And i finally can make text rendering support working properly in Athens. We will be able to use both freetype code + athens code to complement each other.
Fernando
On Wed, Jul 4, 2012 at 7:26 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
ASZoomerMorph new svg: 'Coche_ok_verte.svg' zoom: 0.1; openInWorld
Alex this is the example I was talking to you about.
Igor this is strange when I executed the athens image in which you hacked the animation on the latest NBCog vm it crashes.
Do you know where I can find the latest Athens friendly vm?
Stef
-- Best regards, Igor Stasenko.