Problems with building a freetype plugin on linux

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
24 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Freetype plugin archive

David T. Lewis
 
On Tue, May 11, 2010 at 01:58:22PM +0200, Mariano Martinez Peck wrote:
>  
> There as a misunderstood. I know easy_squeakvm is completly reproducible.
> What I was saying is that someone that DOES NOT use easy_squeakvm should be
> reproducible too ;)
> Putting the SVN revision in the Metacello version helps with this.

Yes, I think this is a very good idea.

Dave

Reply | Threaded
Open this post in threaded view
|

Re: Freetype plugin archive

laurent laffont
 

On Tue, May 11, 2010 at 2:03 PM, David T. Lewis <[hidden email]> wrote:

On Tue, May 11, 2010 at 01:58:22PM +0200, Mariano Martinez Peck wrote:
>
> There as a misunderstood. I know easy_squeakvm is completly reproducible.
> What I was saying is that someone that DOES NOT use easy_squeakvm should be
> reproducible too ;)
> Putting the SVN revision in the Metacello version helps with this.

Yes, I think this is a very good idea.

Dave


I've added descriptions in ConfigurationOfVMMaker versions 1.3 and 1.4.  Tell me if it's what you expect.

version13: spec
<version: '1.3' imports: #('1.3-baseline') >

spec for: #common do: [
spec blessing: #release.

spec description: 'Version needed to build 4.0.3.2202 Unix VM.
- SqueakVM svn revision 2202.
- Support FT2Plugin.
- Tested with all plugins external except UUIDPlugin as internal'.

.....


version14: spec 
<version: '1.4' imports: #('1.4-baseline') >

spec for: #common do: [
spec blessing: #development. 

spec description: '- Use SqueakVM svn revision 2203 at least. 
- Added Alien plugin (NewsqueakIA32ABIPlugin)
- FT2Plugin now on SqueakSource.
- do not fixFreeTypePluginForPharo anymore'.

...

Laurent
Reply | Threaded
Open this post in threaded view
|

Re: Freetype plugin archive

David T. Lewis
 
On Tue, May 11, 2010 at 10:12:38PM +0200, laurent laffont wrote:

>  
> On Tue, May 11, 2010 at 2:03 PM, David T. Lewis <[hidden email]> wrote:
>
> >
> > On Tue, May 11, 2010 at 01:58:22PM +0200, Mariano Martinez Peck wrote:
> > >
> > > There as a misunderstood. I know easy_squeakvm is completly reproducible.
> > > What I was saying is that someone that DOES NOT use easy_squeakvm should
> > be
> > > reproducible too ;)
> > > Putting the SVN revision in the Metacello version helps with this.
> >
> > Yes, I think this is a very good idea.
> >
> > Dave
> >
> >
> I've added descriptions in ConfigurationOfVMMaker versions 1.3 and 1.4.
>  Tell me if it's what you expect.
>
> version13: spec
> <version: '1.3' imports: #('1.3-baseline') >
>
> spec for: #common do: [
> spec blessing: #release.
>
> spec description: 'Version needed to build 4.0.3.2202 Unix VM.
> - SqueakVM svn revision 2202.
> - Support FT2Plugin.
> - Tested with all plugins external except UUIDPlugin as internal'.
>
> .....
>
>
> version14: spec
> <version: '1.4' imports: #('1.4-baseline') >
>
> spec for: #common do: [
> spec blessing: #development.
>
> spec description: '- Use SqueakVM svn revision 2203 at least.
> - Added Alien plugin (NewsqueakIA32ABIPlugin)
> - FT2Plugin now on SqueakSource.
> - do not fixFreeTypePluginForPharo anymore'.
>
> ...

Hi Laurent,

These seem to be good descriptions. I'm not actually testing these, but
I think that it is good to document the SVN version associated with a
configuration of VMMaker, so thanks for doing this.

Dave

Reply | Threaded
Open this post in threaded view
|

Re: Freetype plugin archive

Mariano Martinez Peck
In reply to this post by laurent laffont
 
Thanks Laurent. For me is perfect ;)

On Tue, May 11, 2010 at 10:12 PM, laurent laffont <[hidden email]> wrote:
 

On Tue, May 11, 2010 at 2:03 PM, David T. Lewis <[hidden email]> wrote:

On Tue, May 11, 2010 at 01:58:22PM +0200, Mariano Martinez Peck wrote:
>
> There as a misunderstood. I know easy_squeakvm is completly reproducible.
> What I was saying is that someone that DOES NOT use easy_squeakvm should be
> reproducible too ;)
> Putting the SVN revision in the Metacello version helps with this.

Yes, I think this is a very good idea.

Dave


I've added descriptions in ConfigurationOfVMMaker versions 1.3 and 1.4.  Tell me if it's what you expect.

version13: spec
<version: '1.3' imports: #('1.3-baseline') >

spec for: #common do: [
spec blessing: #release.

spec description: 'Version needed to build 4.0.3.2202 Unix VM.
- SqueakVM svn revision 2202.
- Support FT2Plugin.
- Tested with all plugins external except UUIDPlugin as internal'.

.....


version14: spec 
<version: '1.4' imports: #('1.4-baseline') >

spec for: #common do: [
spec blessing: #development. 

spec description: '- Use SqueakVM svn revision 2203 at least. 
- Added Alien plugin (NewsqueakIA32ABIPlugin)
- FT2Plugin now on SqueakSource.
- do not fixFreeTypePluginForPharo anymore'.

...

Laurent


12