Re: SRFI-105: syntax error/warning

2013-08-26 Thread Mark H Weaver
Alexandru Cojocaru writes: > when using the SRFI-105 syntax everything works fine, but I receive > syntax warnings > > bash> cat 1.scm > (read-enable 'curly-infix) > (define a {1 + 1}) (newline) > (display a) (newline) The problem is that the expression "(read-enable 'curly-infix

SRFI-105: syntax error/warning

2013-08-26 Thread Alexandru Cojocaru
Hi, when using the SRFI-105 syntax everything works fine, but I receive syntax warnings bash> cat 1.scm (read-enable 'curly-infix) (define a {1 + 1}) (newline) (display a) (newline) bash> guile --debug 1.scm ;;; WARNING: compilation of /home/Joryk/lab/1.scm failed: ;

Re: [ANN] Guile-WM 0.1/Guile XCB 1.1

2013-08-26 Thread Alex Sassmannshausen
Hi Mark, > "mark" == mark d witmer writes: > Do you know what directory the files for guile-wm were installed in? > It should be your guile site directory (/usr/share/guile/site or > something similar to that). If the directory they are in isn't in the > %load-path variable that's defined whe

Re: [ANN] Guile-WM 0.1/Guile XCB 1.1

2013-08-26 Thread dsmich
mark.d.wit...@gmail.com wrote: > Alex Sassmannshausen writes: > > When I start guile up, the variable %load-path is the list '("./" > "/usr/share/guile/2.0" "/usr/share/guile/site/2.0" > "/usr/share/guile/site" "/usr/share/guile"). Beware! You really should not have "." in your %load-pat

Re: [ANN] Guile-WM 0.1/Guile XCB 1.1

2013-08-26 Thread mark . d . witmer
Alex Sassmannshausen writes: > Hello, > > Don't know if anyone else has had any further luck getting guile-wm to > run, but I'm currently hitting the error: > ERROR: In procedure scm-error: > ERROR: no code for module (guile-wm shared) > > This is after a successful configure; make; make inst

Re: guile-2.0 on mingw: the sequel

2013-08-26 Thread Eli Zaretskii
> From: Mark H Weaver > Cc: Panicz Maciej Godek , guile-user@gnu.org > Date: Sun, 25 Aug 2013 12:59:43 -0400 > > > Anyway, I looked into this a bit. I can confirm that the simple > > program you mentioned the first time aborts due to "stack overflow" > [...] > > [...] it turns out that GC_get_s

Re: guile-2.0 on mingw: the sequel

2013-08-26 Thread Eli Zaretskii
> From: Mark H Weaver > Cc: dsm...@roadrunner.com, guile-user@gnu.org > Date: Mon, 26 Aug 2013 01:56:19 -0400 > > Okay, again: How exactly do you suggest we determine the location of the > libguile installation from an arbitrary executable that links to it? Like this: Step 1: provide an API

Re: [ANN] Guile-WM 0.1/Guile XCB 1.1

2013-08-26 Thread Alex Sassmannshausen
Hello, Don't know if anyone else has had any further luck getting guile-wm to run, but I'm currently hitting the error: ERROR: In procedure scm-error: ERROR: no code for module (guile-wm shared) This is after a successful configure; make; make install of both guile-xcb and guile-wm. Is there