Re: GSoC 2011

2011-04-05 Thread Andreas Rottmann
Diogo F. S. Ramos diogo...@gmail.com writes: Noah Lavine noah.b.lav...@gmail.com writes: I've started trying to port librepository to guile from the ground up, using just C. While doing so people at #introspection point me to the great port of zeenix (guile-gir), as yourself. What does

Re: Guile with win32 cross compiling

2011-04-05 Thread Mike Gran
    Portability fixes for win32 cross compiling     http://www.mail-archive.com/guile-devel@gnu.org/msg05308.html In any case, I don't understand the mechanism here, but I believe the point was to make it so that #include libguile.h would not pull in iconv headers.  gen-scmconfig looks

[PATCH] Undeprecate read syntax for uniform complex vectors

2011-04-05 Thread Mark H Weaver
FYI, I just pushed this fix. Mark From df941b5b62721d061ce5381a1a6400609e8a10b8 Mon Sep 17 00:00:00 2001 From: Mark H Weaver m...@netris.org Date: Tue, 5 Apr 2011 19:42:06 -0400 Subject: [PATCH] Undeprecate read syntax for uniform complex vectors * libguile/read.c (scm_read_sharp): Move the

Re: Guile with win32 cross compiling

2011-04-05 Thread Volker Grabsch
Mike Gran schrieb: Gen-scmconfig is a code generator, so it has to be built using the native toolchain. However, it is supposed to write take its values from the uniconv.h of the cross tool chain. Thus, the /usr/include equivalent of the cross tool chain is added to the include path when