Sorry guys, what a stupid mistake! Of course you can't call a 64b library, I hadn't thought about that... For Ubuntu x64 users, here's what you need to do: apt-get install libcairo2-dev:i386 2014/1/6 Bernat Romagosa <tibabenfortlapalanca@gmail.com>
Hi list,
I was just testing the new Pharo 3.0 on an Ubutu box, and I found the Athens Cairo examples are not working. The first bug is just about the path of libcairo.so.2 in Ubuntu x64, which is as follows:
/usr/lib/x86_64-linux-gnu/libcairo.so.2
So, this path should be added to CairoLibraryLoader class >> pathToCairoOnLinux.
Still, after adding it, I get: 'failed to get a symbol address: cairo_image_surface_create', and here I'm lost... any ideas what's going on?
Thanks!
-- Bernat Romagosa.
-- Bernat Romagosa.