I opened the MC repository of Athens in the image that we can get from the ci and I do not understand why there are lot of packages that are not the loaded. Are they current development? Is the CI image really holding the latest stable version? Stef
I tried the latest image
getLibraryPath
(NativeBoost platformId = NativeBoostConstants linux32PlatformId) ifTrue: [ ^ '/usr/lib/libcairo.so' ]. (NativeBoost platformId = NativeBoostConstants mac32PlaformId) ifTrue: [ ^ 'libcairo.2.dylib' ]. self error: 'define your own path'
and I got an error NativeBoostConstants mac32PlaformId DNU ?
:(
I'm sad. Why we do not have a version working with the vm. How can we expect other people to use it?
Stef
On Jan 25, 2013, at 8:41 PM, Stéphane Ducasse wrote:
Ok this is the image but where is the vm that I should use?
Stef
On Jan 20, 2013, at 7:30 PM, Camillo Bruni wrote:
You should not even have to ask for it ;)
https://ci.inria.fr/rmod/job/Athens/
On 2013-01-20, at 16:00, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Because I want to try boids.
Stef