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

Igor Stasenko siguctua at gmail.com
Wed Jul 6 14:42:48 UTC 2011


On 6 July 2011 16:39, Esteban Lorenzano <estebanlm at gmail.com> wrote:
>
> btw... ConfigurationOfCog should load latest version of FT2Plugin, and it is not doing it...
> how your builds are working?
>
huh? it loads them. Have you updated to latest ConfigurationOfCog?

version23: spec
	<version: '2.3' imports: #('1.6-baseline' )>

	spec for: #'common' do: [
		spec blessing: #'development'.
		spec description: 'Added freetype plugin'.
		spec author: 'IgorStasenko'.
		spec timestamp: '4/07/2011 11:15'.
		spec
			package: 'FFI-Pools' with: 'FFI-Pools-eem.3';
			package: 'SharedPool-Speech' with: 'SharedPool-Speech-dtl.2';
			package: 'Balloon-Engine-Pools' with: 'Balloon-Engine-Pools-JB.2';
			package: 'Alien-Core' with: 'Alien-Core-IgorStasenko.68';
			package: 'Sound' with: 'Sound-StephaneDucasse.62';
			package: 'VMConstruction-Plugins-OSProcessPlugin' with:
'VMConstruction-Plugins-OSProcessPlugin-dtl.27';
>>>			package: 'Freetype-Plugin' with: 'Freetype-Plugin-IgorStasenko.61';
			package: 'Cog' with: 'Cog-eem.44';
			package: 'VMMaker-oscog' with: 'VMMaker-oscog-IgorStasenko.92';
			package: 'Qwaq-VMProfiling-Plugins' with: 'Qwaq-VMProfiling-Plugins-JB.5';
			package: 'CMakeVMMaker' with: 'CMakeVMMaker-IgorStasenko.115'. ].

> El 06/07/2011, a las 10:08a.m., Igor Stasenko escribió:
>
>>
>> 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 ;)
>>
>>> 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.
>
>



-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Vm-dev mailing list