I am not going to pretend that I am that familiar with Athens code yet, though I try to understand it slow but... Are you sure you are using a Nativeboost CogVM ? I am not even sure Athens suppose to work without it . It means you will need CogVM with Nativeboost plugin (compiled against CogVM) and the Nativeboost packages. Correct me If I am wrong here, my knowledge on these things is still bare bone basic. ________________________________ From: Vanessa Peña Araya <van.c.pena@gmail.com> To: Pharo-project@lists.gforge.inria.fr Sent: Tuesday, 27 November 2012, 22:19 Subject: Re: [Pharo-project] Getting started with Athens Hi Sebastian and Esteban, Thanks for replying. I checked and I already have the libcairo2 installed. I actually can see Roassal working with Cairo in VW so I guess that's ok. I use a 32bits Ubuntu. But I still can't make it work :( This error in particular is because the connection with cairo? Thanks, Vanessa. On 11/27/2012 01:46 PM, Esteban Lorenzano wrote:
be sure to install the 32bits version
On Nov 27, 2012, at 5:37 PM, Sebastian Nozzi <sebnozzi@gmail.com> wrote:
Hello Araya,
you might still need to install the library for your host operating system.
See here:
http://www.pharocasts.com/2012/06/athens-and-native-boost-at-work.html
For Debian/Ubuntu systems you would need to do:
apt-get install libcairo2Â # as root in Debian
Or:
sudo apt-get install libcairo2 # as non-root in Ubuntu
Hope this helps!
Sebastian
P.S. Future versions of Pharo, if I'm not mistaken, will include this dependency... ?
2012/11/27 Vanessa Peña Araya <van.c.pena@gmail.com>:
Hi,
I'm trying to get started with Athens but I'm having the following errors:
Pharo 1.4, loaded last version configurationOfAthens: 'failed to get a symbol address: cairo_image_surface_create'
I also tried in this in a 2.0 image and I got the same error.
I'm trying with this VM:
https://ci.lille.inria.fr/pharo/view/Cog/job/NativeBoost-Cog-VM/Architecture...
Any help, please? :)
Thanks, Vanessa.