[Chicken-users] bb won't install on OS X

2013-09-08 Thread well
I'm rather new to Chicken-Scheme, and very new to this mailing list (as well as mailing lists in general!), so my apologies if I am making a silly mistake. When trying to install bb with the command chicken-install bb, I get the following output (put in a clbin because it's ~600 lines)

Re: [Chicken-users] bb won't install on OS X

2013-09-08 Thread Peter Bex
On Sun, Sep 08, 2013 at 02:48:18AM -0700, well wrote: I'm rather new to Chicken-Scheme, and very new to this mailing list (as well as mailing lists in general!), so my apologies if I am making a silly mistake. Hello there, and welcome to chicken-users :) When trying to install bb with the

Re: [Chicken-users] bb won't install on OS X

2013-09-08 Thread well
Hello there, and welcome to chicken-users :) Thank you so much for your quick and helpful reply! In other words, it looks like you don't have FLTK installed, or the config program is not in your $PATH. The setup script continues with the empty stdout of that script, and so it doesn't set the

Re: [Chicken-users] bb won't install on OS X

2013-09-08 Thread Peter Bex
On Sun, Sep 08, 2013 at 03:20:19AM -0700, well wrote: When I ran chicken-install bb again, the output was much shorter, but it still had a line in it, sh: flu-config: command not found I had a look at the setup script and it looks like flu is an optional extension to FLTK, which provides a

Re: [Chicken-users] html-sxml (html-parser egg) does not decode entities in html attributes, ideas why?

2013-09-08 Thread Alex Shinn
On Thu, Sep 5, 2013 at 12:39 AM, Philip Kent phi...@knodium.com wrote: Hi Alex, Excellent! Thanks for looking into it and for the tip re custom parsers - I was trying to understand that code! It should work now, let me know if you have any problems. -- Alex

[Chicken-users] Compiling with --std=c99 supported?

2013-09-08 Thread Kristian Lein-Mathisen
Hi there, I came across something I think might be a bug. While I don't have a deep understanding of what c99 and gnu99 really mean, I noted that this happens on my 64bit system: $ chicken -version (c) 2008-2013, The Chicken Team (c) 2000-2007, Felix L. Winkelmann Version 4.8.0.4

Re: [Chicken-users] Compiling with --std=c99 supported?

2013-09-08 Thread Peter Bex
On Sun, Sep 08, 2013 at 11:52:01PM +0200, Kristian Lein-Mathisen wrote: Hi there, I came across something I think might be a bug. While I don't have a deep understanding of what c99 and gnu99 really mean, I noted that this happens on my 64bit system: $ csc -C --std=c99 c99test.scm

Re: [Chicken-users] Basic FFI Principle in Chicken

2013-09-08 Thread Kristian Lein-Mathisen
Ah, of course, John! I got them mixed up. In that case Chris, I think your color struct might fit quite nicely into a make-s32vector. I did not test the code below, but something like it might work: (define-foreign-type color* s32vector (lambda (a) (assert (= 4 (s32vector-length a))) a))

Re: [Chicken-users] Compiling with --std=c99 supported?

2013-09-08 Thread Kristian Lein-Mathisen
Ok, I will rewrite my C-code so I don't have to use either of those flags. Thanks Peter! K. On Sun, Sep 8, 2013 at 11:59 PM, Peter Bex peter@xs4all.nl wrote: On Sun, Sep 08, 2013 at 11:52:01PM +0200, Kristian Lein-Mathisen wrote: Hi there, I came across something I think might be a

[Chicken-users] ANN: civet 0.3.0 released

2013-09-08 Thread Matt Gushee
Hello, all-- I am pleased to announce the release of version 0.3.0 of the civet egg. This version has several bug fixes and a couple of interesting new features (see below for description). Also, Mario: I would like to change the category from 'xml' to 'web'. While the 'xml' designation is

Re: [Chicken-users] ANN: civet 0.3.0 released

2013-09-08 Thread Matt Gushee
On Sun, Sep 8, 2013 at 7:35 PM, Matt Gushee m...@gushee.net wrote: Finally, for anyone who is seriously interested in civet and would like to influence its development, I have written a 'developer notes' document, containing an informal discussion of some issues that are bugging me. Please