Evan, let us know how it goes! This is important to understand what’s going on
Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Mar 10, 2016, at 5:57 AM, Thierry Goubier <thierry.goub...@gmail.com> > wrote: > > Hi Evan, Ben, > > I believe you need to install the 32 bits version of libcairo2, with for > example > > $ sudo apt-get install libcairo2:i386 > > Regards, > > Thierry > > 2016-03-10 9:26 GMT+01:00 Ben Coman <b...@openinworld.com > <mailto:b...@openinworld.com>>: > On Thu, Mar 10, 2016 at 3:19 PM, Evan Donahue <emdon...@gmail.com > <mailto:emdon...@gmail.com>> wrote: > > Hello, > > > > I'm trying to learn Roassal, but I can't seem to get the first visualization > > from > > https://dl.dropboxusercontent.com/u/31543901/AgileVisualization/QuickStart/0101-QuickStart.html > > > > <https://dl.dropboxusercontent.com/u/31543901/AgileVisualization/QuickStart/0101-QuickStart.html> > > working on any combination of image and vm. I've tried the vm+40 and vm+50 > > from get.pharo and the moose 6.0 image from the moose site. > > > > The issue seems to be that CairoLibrary>>unixModuleName does not contain the > > /usr/lib/x86_64-linux-gnu/libcairo.so.2 path where 64-bit Ubuntu installs > > cairo. If I symlink that library, I get an Error: External module not found > > from AthensCairoSurface. I don't really know enough about the external > > module system to know what this is telling me. Any ideas would be much > > appreciated. > > > > Thanks, > > Evan > > Pharo 5 is only 32-bit, so cannot use the 64-bit Cario libraries. You > would need to install the 32 bit Cario libraries, I guess similar to > "Other" here... > http://pharo.org/gnu-linux-installation > <http://pharo.org/gnu-linux-installation> > > cheers -ben > >