Hi Igor,

thanks for the updated VM set.

I used version 1.4. of ConfigurationOfAthens with the new
NBCog VM's.

The CairoLibraryLoader class #getLibraryPath is lacking
the switch for the windows DLL which can be fixed by adding: 



        (NativeBoost platformId = NativeBoostConstants win32PlatformId) ifTrue: 
[
                ^ 'libcairo-2.dll'
        ].

After that it is working on Windows too. Can you give me
access on Squeaksource so I can add it or will you integrate it?

Also it would be nice to have a #stable in ConfigurationOfAthens 
and a copy of ConfigurationOfAthens moved to the 1.4 repo (NativeBoost
also).

This would allow easy installation via in-image ConfigurationBrowser.
Especially since the Pharocast points to the outdatet version 1.1:
http://www.pharocasts.com/2012/06/athens-and-native-boost-at-work.html

Would make access, adoption and life a little bit easier ...

Thx
Torsten


Reply via email to