felix winkelmann writes:
> On Sun, Feb 1, 2009 at 6:49 PM, Adam C. Emerson wrote:
> Hm... setup-download.so should not be linked with the static libchicken
> (which seems to be the case here). This is on Linux, right?
>
> Could you send me a build log, please?
I did a slurp
setup-download.so] Error 1
make[1]: *** Waiting for unfinished jobs
--
Adam C. Emerson
JID: az...@azureprime.com http://azureprime.com/
GPG: 1024D/59F7168E 561A 5D34 96A0 04FD D293 28C0 0604 A4E3 59F7 168E
"It is the absence
Good evening, gentle creatures,
Whatever overhaul the interface and model get, I think the
implementation needs some work, too. I/O blocking everything (with
the exception of TCP and the REPL) is somewhat annoying. Having green
threads keeps Scheme programs from taking advantage of multiple
pro
Good evenong, gentle creatures,
I have just packaged up the Unicode normalization stuff from Scheme48
into an egg and I would very much like to make it available.
(Especially since I plan to make another egg that depends on it.)
So, in accord with the tutorial on the wiki, I ask for access to
Su
Good evening,
As the Debian chicken packages are a bit out of date, I'm installing
Chicken from source and using GNU Stow to keep it separated in a
directory of its own.
As such, I am installing with the DESTDIR=/usr/local/stow/chicken
option. While this worked perfectly well for a while, I now
Zbigniew <[EMAIL PROTECTED]> writes:
> How about something along the lines of
>
> (let ((event (make-xevent)))
> (xnextevent dpy event)
> (print (xevent-type event)))
Thank you, that worked perfectly.
___
Chicken-users mailing list
Chicken-users@n
___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users
I'm experimenting with the xlib egg, and I'm having some trouble with
the xnextevent procedure. As far as I can ascertain, I need to pass
in a C pointer. So I tried this:
(let* ((e (make-vector 1))
(l (make-locative e 0)))
(xnextevent dpy l)
(vector-ref e 0))
However, what I
In order to get the eggs to compile cleanly on my system:
In the openssl egg:
--- openssl.scm.old 2006-08-21 13:54:20.893334192 -0400
+++ openssl.scm 2006-08-21 13:54:31.042791240 -0400
@@ -50,11 +50,7 @@
#include
<#
-#>:
-ERR_load_crypto_strings();
-SSL_load_error_strings();
-SSL_libra
[EMAIL PROTECTED] (Adam C. Emerson) writes:
> I noticed similar problems in the s11n and openssl eggs, it looks to
> me like the Scheme source
Sorry about that, minor slip of the finger. It looks to me like the
scheme source has random punctuation floating around inside #>
I noticed similar problems in the s11n and openssl eggs, it looks to
me like the Scheme source
___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users
should work. Iwould also be surprised if creating an
empty file named _darcs/format didn't solve the problem.
--
Adam C. Emerson <[EMAIL PROTECTED]>
JID: [EMAIL PROTECTED]
GPG: 1024D/7CA5EDB1 28B9 5D85 C183 8FE0 8CDD EDF7 07C6 DC8
12 matches
Mail list logo