[Chicken-users] chicken-setup infinite loop

2009-03-27 Thread underspecified
Greetings, Under chicken 3.4.0, I have noticed that I can make chicken-setup enter into an infinite loop by telling it to fetch, but not install the http egg. I posit that the cause is a circular dependency somewhere among http's many dependencies, because eggs like rss with simpler dependencies

Re: [Chicken-users] Chicken 3.4 Ubuntu packages

2009-03-27 Thread underspecified
True. We could set up a PPA just for the scheme packages I suppose, but I already know how to add new packages to Ubuntu NLP, and my school doesn't mind hosting it, so I have no immediate incentive to switch. --underspecified 2009/3/27 Stephen Eilert spedr...@gmail.com: Well, if it is

Re: [Chicken-users] testing release candidate for 4.0.0

2009-03-27 Thread Leonardo Valeri Manera
Ok, admittedly its been ages since I've used MSVC on the commandline, but: make PLATFORM=msvc PREFIX=blah === (eventually) link -nologo -dll -implib:libchicken.lib \ -out:libchicken.dll library.obj eval.obj data-structures.obj ports.obj files.obj extras.obj lolevel.obj utils.obj

Re: [Chicken-users] testing release candidate for 4.0.0

2009-03-27 Thread felix winkelmann
2009/3/27 Leonardo Valeri Manera l.valeriman...@gmail.com: Ok, admittedly its been ages since I've used MSVC on the commandline, but: make PLATFORM=msvc PREFIX=blah === (eventually) link -nologo -dll -implib:libchicken.lib \          -out:libchicken.dll library.obj eval.obj

Re: [Chicken-users] testing release candidate for 4.0.0

2009-03-27 Thread John Cowan
felix winkelmann scripsit: link -nologo -dll -implib:libchicken.lib \          -out:libchicken.dll library.obj eval.obj data-structures.obj ports.obj files.obj extras.obj lolevel.obj utils.obj tcp.obj srfi-1.obj srfi-4.obj srfi-13.obj srfi-14.obj srfi-18.obj srfi-69.obj posixwin.obj

Re: [Chicken-users] testing release candidate for 4.0.0

2009-03-27 Thread Leonardo Valeri Manera
That's likely. The README mentions GNU make and other POSIX utilities and I just added the whole of GnuWin32 to the PATH. In that case, I have a couple of questions: 1) Exactly which POSIX Utilities are necessary? 2) Does it really need forward-slashes for PREFIX? Leo 2009/3/27 John Cowan

Re: [Chicken-users] testing release candidate for 4.0.0

2009-03-27 Thread Leonardo Valeri Manera
Ok, you need coreutils, but without link - for cat. Possibly you just need cat? So far so good, now it dies at: link -nologo chicken-bug.obj -out:chicken-bug.exe \ libchicken-static.lib ws2_32.lib advapi32.lib cc-c -o chicken.import.o chicken.import.c process_begin:

Re: [Chicken-users] testing release candidate for 4.0.0

2009-03-27 Thread Alex Queiroz
Hallo, On 3/27/09, Leonardo Valeri Manera l.valeriman...@gmail.com wrote: Ok, you need coreutils, but without link - for cat. Possibly you just need cat? So far so good, now it dies at: link -nologo chicken-bug.obj -out:chicken-bug.exe \ libchicken-static.lib ws2_32.lib