Loading Curl Pb (was: Google Maps API Services Geocoding ( resend for wrong format ))

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

Loading Curl Pb (was: Google Maps API Services Geocoding ( resend for wrong format ))

cedreek
Hi
 

Or
Curl new getContentsUrl: '....'

long time I wanted to give Curl a try.
When I try to load CurlPlugin from squeaksource, I get:

This package depends on the following classes:
  SmartSyntaxInterpreterPlugin
You must resolve these dependencies before you will be able to load these definitions:
  CurlPlugin

I use seasde 2.9 and Pharo 10231.

Any ideas what I'm missing  ?

Thx

 


Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



--
Cédrick

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Loading Curl Pb (was: Google Maps API Services Geocoding ( resend for wrong format ))

Paul DeBruicker
The missing bits for CurlPlugin are in VMMaker, which needs Speech and
FFI.  All of which can be found on squeaksource or the Universe
browser.  VMMaker is under System.  Speech is under Uncategorized and
FFI is under System.

But I'm not sure they'll load properly.  I tend to get errors and go
back to using HTTPSocket.  I've tried with Squeak 3.10.2 and Damiens
Pharo and Squeak-web images.


But if you load them and don't get errors let me know and I'll try again.

Thanks

Paul





On Thu, Feb 12, 2009 at 12:23 PM, Cédrick Béler <[hidden email]> wrote:

> Hi
>
>>
>> Or
>> Curl new getContentsUrl: '....'
>
> long time I wanted to give Curl a try.
> When I try to load CurlPlugin from squeaksource, I get:
>
> This package depends on the following classes:
>   SmartSyntaxInterpreterPlugin
> You must resolve these dependencies before you will be able to load these
> definitions:
>   CurlPlugin
>
> I use seasde 2.9 and Pharo 10231.
>
> Any ideas what I'm missing  ?
>
> Thx
>
>
>>
>> Cheers
>> Philippe
>> _______________________________________________
>> seaside mailing list
>> [hidden email]
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
>
> --
> Cédrick
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Loading Curl Pb (was: Google Maps API Services Geocoding ( resend for wrong format ))

Philippe Marschall
In reply to this post by cedreek
2009/2/12 Cédrick Béler <[hidden email]>:

> Hi
>
>>
>> Or
>> Curl new getContentsUrl: '....'
>
> long time I wanted to give Curl a try.
> When I try to load CurlPlugin from squeaksource, I get:
>
> This package depends on the following classes:
>   SmartSyntaxInterpreterPlugin
> You must resolve these dependencies before you will be able to load these
> definitions:
>   CurlPlugin
>
> I use seasde 2.9 and Pharo 10231.
>
> Any ideas what I'm missing  ?

If you already have the plugin (the binary for you VM) then you can
load CurlHack from:
http://www.squeaksource.com/monticellossl.html
otherwise you need to build a VM.

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside