This is wrong. It is FFI-Pools not FFI-Pool. But I am sure I tested
it. So, it seems
Andreas has changed it again. So, it must be:

ScriptLoader>>loadFFI
        self new installer monticello http: 'source.squeakfoundation.org';
                project: 'FFI';
                install: 'FFI-Pools';
                install: 'FFI-Kernel';
                install: 'FFI-Tests';
                install: 'FFI-Examples'.                
        (Smalltalk at: #ExternalType) initialize.
        (Smalltalk at: #ExternalStructure) compileAllFields.    
        Smalltalk recreateSpecialObjectsArray.





On Wed, Nov 25, 2009 at 12:33 PM, Mariano Martinez Peck <
[email protected]> wrote:

> yes, it is 1478 issue
>
>
> On Wed, Nov 25, 2009 at 4:35 AM, Adrian Lienhard <[email protected]> wrote:
>
>> Isn't this issue http://code.google.com/p/pharo/issues/detail?id=1478 ?
>>
>> Adrian
>>
>> On Nov 25, 2009, at 01:48 , Schwab,Wilhelm K wrote:
>>
>> > At least your email system *HAS* a refresh button.  Could somebody
>> > please tell me what stranglehold MS has on the market???  I thought
>> > group wise was bad when they foisted that on us :(
>> >
>> >
>> >
>> >
>> > -----Original Message-----
>> > From: [email protected] [mailto:
>> [email protected]
>> > ] On Behalf Of Henrik Sperre Johansen
>> > Sent: Tuesday, November 24, 2009 7:21 PM
>> > To: [email protected]
>> > Subject: Re: [Pharo-project] Scriptloader class>>loadFFI
>> >
>> > Have.. to... hit... refresh button before replying! ;)
>> >
>> > On 25.11.2009 01:18, David T. Lewis wrote:
>> >> Yes, that is probably it. The separate Pools package was set up to
>> >> permit VMMaker to have just the Pools package as a prerequisite,
>> >> rather than the entire FFI package.
>> >>
>> >> Dave
>> >>
>> >> On Tue, Nov 24, 2009 at 06:56:53PM -0500, Schwab,Wilhelm K wrote:
>> >>
>> >>> I think I found it: Andreas added a Pools sub-package, so #loadFFI
>> >>> needs to load it before the kernel.  Right??
>> >>>
>> >>>
>> >>> -----Original Message-----
>> >>> From: [email protected]
>> >>> [mailto:[email protected]] On Behalf Of
>> >>> Schwab,Wilhelm K
>> >>> Sent: Tuesday, November 24, 2009 6:52 PM
>> >>> To: [email protected]
>> >>> Subject: [Pharo-project] Scriptloader class>>loadFFI
>> >>>
>> >>> Does
>> >>>
>> >>>   Scriptloader loadFFI
>> >>>
>> >>> work in RC1?  It's barking at me about FFIConstants.
>> >>>
>> >>> Bill
>> >>>
>> >>>
>> >> _______________________________________________
>> >> Pharo-project mailing list
>> >> [email protected]
>> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>> >>
>> >>
>> >>
>> >
>> >
>> > _______________________________________________
>> > Pharo-project mailing list
>> > [email protected]
>> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>> >
>> > _______________________________________________
>> > Pharo-project mailing list
>> > [email protected]
>> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [email protected]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to