On Thu, Mar 10, 2016 at 3:19 PM, Evan Donahue <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
> 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

cheers -ben

Reply via email to