Re: Tortoise tutorial

2011-12-16 Thread zx spectrumgomas
Sorry, the source code is here: http://pastebin.com/dXz6QGz1

Tortoise tutorial

2011-12-16 Thread luis souto
Hello from Spain. I installed Guile 2.0.3 and it works well. I've tried Tortoise tutorial: http://www.gnu.org/software/guile/docs/guile-tut/tutorial.html and it compiled well, Gnuplot window pops up, but (tortoise-move 3) doesn't draw. The source code is: /* Simple backend for a Logo like tortoise

Re: can't build guile 2.0.3

2011-12-16 Thread Dongyoon Oh
Hi, Andy Thanks for your comment! So I waited patiently and move onto the next stage but I still got an error in make: make all-am CC readline.lo readline.c: In function 'init_bouncing_parens': readline.c:445: warning: implicit declaration of function 'rl_get_keymap_name' readline.c:445: w

Re: can't build guile 2.0.3

2011-12-16 Thread Andy Wingo
Hi Dongyoon, On Fri 16 Dec 2011 14:58, Dongyoon Oh writes: > makeinfo --force -o guile-procedures.txt guile-procedures.texi || test -f > guile-procedures.txt > /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11408: > Cross reference to nonexistent node `Backslash Escapes'

Re: Guile-SDL 0.4.0 available

2011-12-16 Thread Andy Wingo
On Fri 16 Dec 2011 12:10, Thien-Thi Nguyen writes: > () Ian Price > () Fri, 16 Dec 2011 01:32:29 + > >Andy Wingo writes: > >> It works with Guile 2.0 if you replace: >> >> #define MAKE_HASH_TABLE(size) \ >> (scm_make_vector (REASONABLE_BUCKET_COUNT (size), SCM_

Re: can't build guile 2.0.3

2011-12-16 Thread Dongyoon Oh
BTW, I'm using Mac OS X 10.7.2(Lion) Thanks, Dongyoon On Fri, Dec 16, 2011 at 5:58 AM, Dongyoon Oh wrote: > Hi, > > I installed all the dependencies ( libgmp, libiconv, libintl, libltdl, > libunistring,libgc, libffi) of guile 2.0.3 > but I get build errors when I use the 'make' command. > > >./

can't build guile 2.0.3

2011-12-16 Thread Dongyoon Oh
Hi, I installed all the dependencies ( libgmp, libiconv, libintl, libltdl, libunistring,libgc, libffi) of guile 2.0.3 but I get build errors when I use the 'make' command. >./configure #it worked > make rm -f guile-procedures.txt makeinfo --force -o guile-procedures.txt guile-procedures.texi

Re: Guile 2.0.3 manual published

2011-12-16 Thread Julian Graham
I've already ordered a copy! Thanks, Brian! On Fri, Dec 16, 2011 at 4:45 AM, Andy Wingo wrote: > On Fri 16 Dec 2011 00:07, Brian Gough writes: > >> I just wanted to officially confirm that the Guile 2.0.3 manual is now >> available as a printed book (ISBN 9781906966157). >> >> Details at http:

Re: Guile-SDL 0.4.0 available

2011-12-16 Thread Thien-Thi Nguyen
() Ian Price () Fri, 16 Dec 2011 01:32:29 + Andy Wingo writes: > It works with Guile 2.0 if you replace: > > #define MAKE_HASH_TABLE(size) \ > (scm_make_vector (REASONABLE_BUCKET_COUNT (size), SCM_EOL)) > > with > > #define MAKE_HASH_TABLE(size) \

Re: Guile 2.0.3 manual published

2011-12-16 Thread Andy Wingo
On Fri 16 Dec 2011 00:07, Brian Gough writes: > I just wanted to officially confirm that the Guile 2.0.3 manual is now > available as a printed book (ISBN 9781906966157). > > Details at http://www.network-theory.co.uk/guile/manual/ > > It's a hefty volume - over 900 pages, the price is 29.95 USD