[Pharo-project] installing hyper in pharo
I'm missing something but I'm not sure what... via Monticello I installed the following hyper related packages from squeaksource: Hyper1.333-pmm.14 OpenSkills1.333-pmm.8 Sport-2.031 and when i try to do a simple test like: HyHTTPClient getUsingURIString: 'www.example.com' I end up with SpSocket not understanding the message: recvWithoutBlockingInto:startingAt:for: Am I not installing the correct version of Sport?
For people who wonder what Hyper is. Philippe made a port of Hyper from Gemstone. Here is what you can read from the Gemstone squeaksource: Hyper is a web server written in Smalltalk. It runs on VisualWorks, VisualAge, GemStone and Squeak. Sport is the platform-specific layer. Hyper is licensed as LGPL. Cheers, Alexandre On 12 Nov 2009, at 15:57, Sean Allen wrote:
I'm missing something but I'm not sure what...
via Monticello I installed the following hyper related packages from squeaksource:
Hyper1.333-pmm.14 OpenSkills1.333-pmm.8 Sport-2.031
and when i try to do a simple test like:
HyHTTPClient getUsingURIString: 'www.example.com'
I end up with
SpSocket
not understanding the message:
recvWithoutBlockingInto:startingAt:for:
Am I not installing the correct version of Sport?
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
I end up with
SpSocket
not understanding the message:
recvWithoutBlockingInto:startingAt:for:
Am I not installing the correct version of Sport?
When we evaluated Sport as a platform layer for Seaside we found that the current implementation for Squeak (and Pharo) is extremely outdated, unmaintained, unsupported, untested and there are no plans to change that. Check the Swazoo mailing-list for the full discussion: http://sourceforge.net/mailarchive/message.php?msg_id=66666f210806200113m1c8... Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch
Alexandre Bergel wrote:
For people who wonder what Hyper is. Philippe made a port of Hyper from Gemstone. Here is what you can read from the Gemstone squeaksource: Hyper is a web server written in Smalltalk. It runs on VisualWorks, VisualAge, GemStone and Squeak. Sport is the platform-specific layer. Hyper is licensed as LGPL.
Yeah, but it doesn't work. See the mail of Lukas for why. Cheers Philippe
participants (4)
-
Alexandre Bergel -
Lukas Renggli -
Philippe Marschall -
Sean Allen