Re: [Chicken-users] libffi 2.1

2006-06-21 Thread Ben Matasar
Cool. I've been looking for this. The objc egg does not build yet on my macbook -- I am looking into it. The build can get through objc-support.scm but if I try: #;1> (use objc-support) I get: ; loading /opt/local//lib/chicken/objc-support.so ... Error: unbound variable: |\?\?\?\?\\\

Re: [Chicken-users] IEEE float arithmetic

2006-06-21 Thread felix winkelmann
On 6/20/06, John Cowan <[EMAIL PROTECTED]> wrote: felix winkelmann scripsit: > Chicken already supports +inf, -inf and +nan. Not so much. Version 2, Build 320 - windows-cygwin-x86 - [ dload ptables applyhook ] (c)2000-2006 Felix L. Winkelmann #;1> +inf Error: unbound variable: +inf #;1> +inf.0

Re: [Chicken-users] libffi 2.1

2006-06-21 Thread felix winkelmann
On 6/21/06, Ben Matasar <[EMAIL PROTECTED]> wrote: Cool. I've been looking for this. The objc egg does not build yet on my macbook -- I am looking into it. The build can get through objc-support.scm but if I try: #;1> (use objc-support) I get: ; loading /opt/local//lib/chicken/objc-support.

Re: [q-lang-users] [Chicken-users] Re: IEEE float arithmetic

2006-06-21 Thread Albert Graef
John Cowan wrote: The expression "f != 0.0 && f == f + f" will work, I think. 0.0 and NaN are rejected by the left side of "&&", and all other finite values by the right side. Thinking about it some more I think that "!isnan(f) && isnan(f-f)" (given John's definition of isnan()) might be an ev

Re: [Chicken-users] IEEE float arithmetic

2006-06-21 Thread John Cowan
felix winkelmann scripsit: > This works fine on my linux box (and mac). Hm... Can you try the very > latest darcs head? (available in a few minutes) I get this: $ darcs get http://galinha.ucpel.tche.br/chicken plink: unknown option "-O" Invalid repository: http://galinha.ucpel.tche.br/chicken

Re: [Chicken-users] libffi 2.1

2006-06-21 Thread Ben Matasar
Felix, That was a fresh build. It's happening again. I'm using chicken 2.3 on my macbook. It may be time to upgrade to a new version of chicken. Ben On 6/21/06, felix winkelmann <[EMAIL PROTECTED]> wrote: On 6/21/06, Ben Matasar <[EMAIL PROTECTED]> wrote: > Cool. I've been looking for this

Re: [Chicken-users] IEEE float arithmetic

2006-06-21 Thread Mario Domenech Goulart
Hello John, On Wed, 21 Jun 2006 12:03:16 -0400 John Cowan <[EMAIL PROTECTED]> wrote: > felix winkelmann scripsit: > > > This works fine on my linux box (and mac). Hm... Can you try the very > > latest darcs head? (available in a few minutes) > > I get this: > > $ darcs get http://galinha.ucpe

Re: [Chicken-users] IEEE float arithmetic

2006-06-21 Thread John Cowan
Mario Domenech Goulart scripsit: > Can you try > > $ darcs get http://galinha.ucpel.tche.br:8081/chicken > > to check out the repository? That works; I did automake, then ./configure, then make BOOTSTRAP_PATH=/usr/local/bin, and crashed with: make[1]: *** No rule to make target `library.e

[Chicken-users] bootstrap

2006-06-21 Thread Brandon J. Van Every
John Cowan wrote: Mario Domenech Goulart scripsit: Can you try $ darcs get http://galinha.ucpel.tche.br:8081/chicken to check out the repository? That works; I did automake, then ./configure, then make BOOTSTRAP_PATH=/usr/local/bin, and crashed with: make[1]: ***

[Chicken-users] Update to eggdoc.setup

2006-06-21 Thread Jim Miller
(Sorry if this isn't the appropriate venue for posting egg fixes) In the eggdoc.egg that I just installed didn't install the html documentation or update the version number in the egg documentation index.  Here is a new eggdoc.setup file that does both.  I'm fairly new to scheme and chicken so I'm

Re: [Chicken-users] bootstrap

2006-06-21 Thread John Cowan
Brandon J. Van Every scripsit: > You may need a more recent Chicken to do a ./configure bootstrap. Quite right. I forgot that the machine I was building the darcs head on still had vanilla 2.3 on it. > The CMake bootstrap doesn't have this problem, it can use Chicken 2.3 > (tested) and possibl

Re: [Chicken-users] IEEE float arithmetic

2006-06-21 Thread John Cowan
felix winkelmann scripsit: > So you have 2.320 running ok, yes? Do you get this on installation or > build > time? If the former, touch *.scm and run make again (without > BOOTSTRAP_PATH). > Really weird, this. Or you can try the chicken.egg > ("chicken-setup -f chicken" and extract/install by h

Re: [Chicken-users] IEEE float arithmetic

2006-06-21 Thread John Cowan
Scripsi: > Can you install a workaround for Cygwin that processes infs and nans > correctly on input, and also correct the output on all systems so we don't > get the non-inputtable forms Infinity.0, -Infinity.0, and +NaN.0 printed? > (I presume the problems are in string->number and number->strin

Re: [Chicken-users] non-finalized object in SWIG

2006-06-21 Thread John Lenz
Daishi Kato wrote: > Hi, here is the steps. > > Surely, you need chicken and swig. > (I use chicken-2.3 and swig-1.3.29.) > Also, wxWidgets is required. deb: libwxgtk2.6-dev > (Mine is wxWidgets-2.6.2.) > > Get the project: > % svn co https://galinha.ucpel.tche.br/svn/chicken-eggs/wxchicken > (yo

Re: [Chicken-users] non-finalized object in SWIG

2006-06-21 Thread felix winkelmann
On 6/22/06, John Lenz <[EMAIL PROTECTED]> wrote: I get a whole bunch of errors of the form wxchicken_wrap.cxx:1413: error: default argument for parameter of type 'const wxString&' has type 'const char [1]' wxchicken_wrap.cxx:1414: error: default argument for parameter of type 'const wxString&'

[Chicken-users] faq moved to the wiki

2006-06-21 Thread Alejandro Forero Cuervo
Hi. We have migrated the Chicken FAQ from the previous "static" version into one in the wiki: http://galinha.ucpel.tche.br/faq It would be great if you'd help us improve it; you can add new "general" questions (for specific questions you should continue to use the mailing list, of course), ho

Re: [Chicken-users] libffi 2.1

2006-06-21 Thread Ben Matasar
Everyone, I just want to put it on record that this libffi works fine with chicken-2.315, and builds objc on my macbook. Hooray! Ben ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users