Re: [PATCH 2/5] [mingw]: Have compiled-file-name produce valid names.

2011-05-02 Thread Andy Wingo
On Sun 01 May 2011 23:48, Mark H Weaver writes: > on some systems (e.g. Windows NT) filenames are considered character > data, or at least so says PEP 383 > Ah, interesting, I was blissfully ignorant; not the desired state when one is hacking file-name

Re: Guile virtual machine targets

2011-05-02 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ewan, On 04/20/11 12:57, Ewan Higgs wrote: > With regards to libJit, I tried to download it and go through the tutorial > code, > but it appears to have been deserted. The link to download the source[2] is > dead > though there is a package on

[Q] unparse-uri is has been canceled?

2011-05-02 Thread B.Tag
hi all. (web uri) unparse-uri is has been canceled of guile 2.0.1? -- http://www.boolsir.com

Re: [Q] unparse-uri is has been canceled?

2011-05-02 Thread Andy Wingo
On Mon 02 May 2011 16:29, "B.Tag" writes: >    (web uri) unparse-uri  is has been canceled of guile 2.0.1? Before 2.0.0 it was changed to uri->string. 2.0.1 does not change that, AFAIK anyway. Happy hacking, Andy -- http://wingolog.org/

Re: Queries about while doc and (ice-9 command-line)

2011-05-02 Thread Neil Jerram
Andy Wingo writes: >> Does this code mean that we load the script twice, in the -ds case? > > I think so, yes; unfortunately. Fixed. Would this merit a quick 2.0.2, > you think? I guess that would be better, if Ludo has time to make the release. >> Do we go interactive after seeing a -e optio

g-wrap - fresh git clone - can't find libguile.h:

2011-05-02 Thread David Pirotte
Hello, After having just installed a guile fresh git clone, g-wrap [fresh git clone too] won't make. Any idea? Cheers, David ;; -- uname -r: 2.6.38-2-amd64 guile: guile (GNU Guile) 2.0.1.17-f3c6 'Related' variables defined: LD_LIBRARY_PAT

guile-gnome gives a strange 'guile not found' message

2011-05-02 Thread David Pirotte
Hello, After having just installed a guile git clone and a fresh guile-gnome-platform git clone too, [even though I still haven't g-wrap installed] I tried ./autogen.sh and got this: ./autogen.sh --prefix=/usr/local ... ... checking for Guile... configure: error: Guile 1.

Re: [PATCH 2/5] [mingw]: Have compiled-file-name produce valid names.

2011-05-02 Thread Ludovic Courtès
Hi, Andy Wingo writes: > Basically I think the plan should be to add scm_from_locale_path, > scm_from_raw_path, etc to filesys.[ch], and change any > pathname-accepting procedure in Guile to accept path objects, producing > them from strings when given strings, and pass the bytevector > represen

Re: [PATCH 2/5] [mingw]: Have compiled-file-name produce valid names.

2011-05-02 Thread Andy Wingo
On Mon 02 May 2011 22:58, l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo writes: > >> Basically I think the plan should be to add scm_from_locale_path, >> scm_from_raw_path, etc to filesys.[ch], and change any >> pathname-accepting procedure in Guile to accept path objects, producing >> them

Re: [PATCH 2/5] [mingw]: Have compiled-file-name produce valid names.

2011-05-02 Thread Ludovic Courtès
Hello! Andy Wingo writes: > On Mon 02 May 2011 22:58, l...@gnu.org (Ludovic Courtès) writes: [...] > The funny thing is that this doesn't matter at all. Well, I mean that > it's valid to construct pathnames with / as the separator on Windows, as > / and \ are equivalent there. Oh, good. > I

Re: [PATCH 2/5] [mingw]: Have compiled-file-name produce valid names.

2011-05-02 Thread Eli Barzilay
[Second attempt, my Emacs has unfortunate issues with Ludovic's name...] An hour ago, Andy Wingo wrote: > On Mon 02 May 2011 22:58, l...@gnu.org (Ludovic Courtès) writes: > > > Andy Wingo writes: > > > >> Basically I think the plan should be to add scm_from_locale_path, > >> scm_from_raw_path,