[Vm-dev] Fwd: [Pharo-project] Compiling a Squeak VM for Pharo on Ubuntu 8.04 LTS Server (64bit)

Andrew Gaylard ag at computer.org
Sat Aug 8 08:05:32 UTC 2009


On Fri, Aug 7, 2009 at 1:14 PM, Damien Cassou<damien.cassou at gmail.com> wrote:
> NOTE: The configure command adds 2 entries to disable the RomePlugin.
> It looks like it first tests Freetype (not installed so adds an entry
> to disable RomePlugin), and then tests Cairo (not installed, so adds
> *another* entry to disable RomePlugin).  I believe the autoconf files
> need to be fixed for this, but I leave it up to the squeak-dev folks
> to figure that out as I have no knowledge of autoconf.
>
> Make:
> make squeak  (this will error)
>
> To fix the damage from the note above, I had to remove the duplicate
> entry for RomePlugin_exports on line 22 of disabledPlugins.c.
>
> Make:
> make squeak (should be successful)
> make squeak install

Ah. Yeah.  I posted a patch to fix this problem.  See

http://lists.squeakfoundation.org/pipermail/vm-dev/2009-January/002150.html

- Andrew


More information about the Vm-dev mailing list