Yes, the symlink worked in the end. My problem was that I had one called "libcairo.so.2.11..." and I needed one "libcairo.so" :P Thanks for the help! Vanessa. On 11/27/2012 05:29 PM, Esteban Lorenzano wrote:
make a symlink (assuming you are working on linux/mac) where the rest of the plugins are.
Esteban
On Nov 27, 2012, at 9:19 PM, Vanessa Peña Araya <van.c.pena@gmail.com> wrote:
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.