[Vm-dev] New Cog builds available: included Freetype plugin on macs by default

Mariano Martinez Peck marianopeck at gmail.com
Wed Jul 6 13:22:36 UTC 2011


On Wed, Jul 6, 2011 at 3:08 PM, Igor Stasenko <siguctua at gmail.com> wrote:

>
> On 6 July 2011 15:06, Esteban Lorenzano <estebanlm at gmail.com> wrote:
> >
> > hi,
> > yes... this is another case of "premature questioning" :)
> > now... a stupid one: I don't have "configure" tool installed on my
> system. Do you know what I need to install to have it?
> > is a port?
> >
> yes, please read the http://code.google.com/p/cog/wiki/FT2Plugin
> (looks like you asked another premature question ;)
>
>
Igor: if I understand correctly, there is something extra we should do now
while building the VM (this stuff about FT2Plugin). Since Pharo does not use
FT2Plugin by default since Pharo 1.0 what abut letting the default plugins
as easier as possible for people trying to build VMs?  for those that want
FT2Plugin then they can easily do it. Even Hudson can be configured to do:

| config |
config := CogUnixConfig new.
config externalPlugins: (config externalPlugins copyWith: #MyHackyFirstPlugin).
config generateWithSources.





> > cheers,
> > Esteban
> >
> > El 06/07/2011, a las 9:59a.m., Igor Stasenko escribió:
> >
> >>
> >> On 6 July 2011 14:56, Esteban Lorenzano <estebanlm at gmail.com> wrote:
> >>>
> >>> Hi,
> >>>
> >>> El 05/07/2011, a las 12:04p.m., Igor Stasenko escribió:
> >>>
> >>>> Freetype library are built from scratch by downloading library sources
> >>>> directly from git repository (maybe its a bit too much, but it works).
> >>>> See /unixbuild/FT2Plugin/makeFreetype.sh
> >>>>
> >>>> this script is then used by cmake config to build libfreetype.a which
> >>>> is statically linked with freetype plugin.
> >>>>
> >>>
> >>> sorry, this is very unclear for me
> >>> how do I execute makeFreetype.sh? what are expecting as a parameter?
> any further instruction?
> >>>
> >>
> >> The argument is where to copy the resulting libfreetype.a file.
> >>
> >> But see
> >>
> >> MacOSConfig>>configureFT2Plugin: maker
> >>
> >> it is used there.
> >> It should work with cocoa builds without any changes.
> >> So, just try to build it and see what happens :)
> >>
> >>> cheers,
> >>> Esteban
> >>
> >> --
> >> Best regards,
> >> Igor Stasenko AKA sig.
> >
> >
>
>
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>



-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20110706/abe8f1e8/attachment.htm


More information about the Vm-dev mailing list