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 of the cross tool chain. Thus, the > > "/usr/include" equivalent of the cross tool chain is added to > > the include path wh

[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 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 "#c..." case o

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 would not pull in > > iconv headers.  gen-scmconfig looks u

Re: GSoC 2011

2011-04-05 Thread Andreas Rottmann
"Diogo F. S. Ramos" writes: > Noah Lavine 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 librepository do? > > Sorry,