Where to load FFI?

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

Where to load FFI?

Javier Diaz-Reinoso
I am upgrading a project, now working in 4.1 who depends of FFI, I try loading from http://source.squeakfoundation.org/FFI with MC, this work in 4.1 and 4.2, but fails > 4.3 with:

MessageNotUnderstood: ExternalFunction class>>callingConventionModifierFor:

who is called in: Parser>>externalFunctionDeclaration (nice 9/6/2013).

So, is other newer version in other site?


Reply | Threaded
Open this post in threaded view
|

Re: Where to load FFI?

Chris Muller-3
SqueakMap.

On Tue, Jun 28, 2016 at 4:48 PM, Javier Diaz-Reinoso
<[hidden email]> wrote:
> I am upgrading a project, now working in 4.1 who depends of FFI, I try loading from http://source.squeakfoundation.org/FFI with MC, this work in 4.1 and 4.2, but fails > 4.3 with:
>
> MessageNotUnderstood: ExternalFunction class>>callingConventionModifierFor:
>
> who is called in: Parser>>externalFunctionDeclaration (nice 9/6/2013).
>
> So, is other newer version in other site?
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Where to load FFI?

Javier Diaz-Reinoso
Searching for FFI in SqueakMap Package Loader, squeak 5.0:
> No package matching FFI

> On Jun 28, 2016, at 20:31, Chris Muller <[hidden email]> wrote:
>
> SqueakMap.
>
> On Tue, Jun 28, 2016 at 4:48 PM, Javier Diaz-Reinoso
> <[hidden email]> wrote:
>> I am upgrading a project, now working in 4.1 who depends of FFI, I try loading from http://source.squeakfoundation.org/FFI with MC, this work in 4.1 and 4.2, but fails > 4.3 with:
>>
>> MessageNotUnderstood: ExternalFunction class>>callingConventionModifierFor:
>>
>> who is called in: Parser>>externalFunctionDeclaration (nice 9/6/2013).
>>
>> So, is other newer version in other site?
>>
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: Where to load FFI?

Chris Muller-4
Yellow click on the package list, then select "Clear all filters" from the menu.

Then you'll be able to scroll down to FFI.  If you're upgrading to
4.6, 5.0 or trunk (which I
recommend), then load the (head) version.

 - Chris

On Tue, Jun 28, 2016 at 9:10 PM, Javier Diaz-Reinoso
<[hidden email]> wrote:

> Searching for FFI in SqueakMap Package Loader, squeak 5.0:
>> No package matching FFI
>
>> On Jun 28, 2016, at 20:31, Chris Muller <[hidden email]> wrote:
>>
>> SqueakMap.
>>
>> On Tue, Jun 28, 2016 at 4:48 PM, Javier Diaz-Reinoso
>> <[hidden email]> wrote:
>>> I am upgrading a project, now working in 4.1 who depends of FFI, I try loading from http://source.squeakfoundation.org/FFI with MC, this work in 4.1 and 4.2, but fails > 4.3 with:
>>>
>>> MessageNotUnderstood: ExternalFunction class>>callingConventionModifierFor:
>>>
>>> who is called in: Parser>>externalFunctionDeclaration (nice 9/6/2013).
>>>
>>> So, is other newer version in other site?
>>>
>>>
>>
>