If you go for ppa you have two options. Compile everything when building the package or just packaging binaries. So have to set either
Build-Depends: libcairo2-dev or/and Depends: libcairo2 in the debian/control file. The architecture you build your stuff for is i386. With the modern multi-arch support you can install e.g. a i386 version in an amd64 environment. Much better than to force a 64bit shell for a 32bit executable. Norbert Am 16.04.2013 um 13:40 schrieb Igor Stasenko <siguc...@gmail.com>: > P.S. i also asked Damien to look for the ways how we can tell system > that installation depends on cairo-32 bit package (for ppa distro). > > On 16 April 2013 13:35, Igor Stasenko <siguc...@gmail.com> wrote: >> On 16 April 2013 13:23, kilon <theki...@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. >>> >> For mac and windows we bundle VM together with cairo library. >> For linux, since they have a standardized way of installing third-party libs, >> you're on your own. >> >> Yes, it would be nice if we can get a precise instructions how to >> install 32-bit libs >> so other people can use them. >> >>> Pavel , you mid sharing how you installed 32 bit cairo, because I googled it >>> and I could not find anything on the subject. Thanks. >>> >>> 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. >> >> Sure, I will check and try to answer them. >> >>> I have read >>> Cairo documentation and now all i need is to decypher athens so be prepared >>> for a bombarment of questions. >>> >> You're welcome. >> >>> >>> >>> -- >>> View this message in context: >>> http://forum.world.st/Understanding-Athens-tp4681820p4681847.html >>> Sent from the Pharo Smalltalk mailing list archive at Nabble.com. >>> >> >> >> >> -- >> Best regards, >> Igor Stasenko. > > > > -- > Best regards, > Igor Stasenko. >