On Tue, Apr 16, 2013 at 1:23 PM, kilon
<thekilon@yahoo.co.uk> wrote:
Doru , I am using Pharo 2.0 from the main website , also it does not matter
because cairo libraries are looked outside the pharo folder.
If you open system browser and go to the CairoLibraryLoader>>getLibraryPath
(class side) you will see it tries to find cairo libs in
'/usr/lib/libcairo.so' . On the other hand there are cairo libs included for
the windows version inside the pharo folder. Its kinda wierd that they are
not included for macos and linux.
Pavel , you mid sharing how you installed 32 bit cairo, because I googled it
and I could not find anything on the subject. Thanks.
for Fedora it is:
$ yum install cairo.i686
PharoVM itself needs several i686 libraries, this loads next about 30 of them.
I had to change the library path in CairoLibraryLoader class>>#getLibraryPath to�
/usr/lib/libcairo.so.2
Oh and if anyone can answer my stackoverflow questions i will be more than
grateful. I am prepared to contribute to
Athens as much as I can and even port mophic to it BUT i need first to
understrand what is going on. I have read
Cairo documentation and now all i need is to decypher athens so be prepared
for a bombarment of questions.
--
View this message in context: http://forum.world.st/Understanding-Athens-tp4681820p4681847.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.