Re: [Chicken-users] problems with datatype and eopl 3-5

2007-04-23 Thread felix winkelmann
Hi, Ulrich! To use the "datatype" extension, then use "require-extension" (or "use") to load the macros, "require-for-syntax" is for obscure special uses, and should normally not be used: (require-extension datatype) This should make it work. cheers, felix __

Re: [Chicken-users] reinstall all eggs

2007-04-23 Thread felix winkelmann
On 4/20/07, Andre Kuehne <[EMAIL PROTECTED]> wrote: > Nice! Which makes me wonder why i even have to switch to my bash-shell to install this http egg. Wouldn't it be cool to see something like this?: #0> (use http-client) Error: (require) can not load extension: http-client Do you want to instal

Re: [Chicken-users] lambda names in profile-output

2007-04-23 Thread felix winkelmann
On 4/22/07, Andre Kuehne <[EMAIL PROTECTED]> wrote: Since the syntax-case-name looks like a plain gensym, it wasn't too difficult to find the code where the name is generated. The attached patch to syntax-case makes the lambda-names similar to those produced by the syntactic-closures extension.

[Chicken-users] meta-setup

2007-04-23 Thread felix winkelmann
Hi! I have checked in a new egg (should be available soon via chicken-setup), that does the requested re-install or upgrade. See: http://chicken.wiki.br/meta-setup cheers, felix ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.n

Re: [Chicken-users] ARM compilation problems

2007-04-23 Thread felix winkelmann
Hi, Shawn! What configuration options have you given? is this a static build? cheers, felix ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] Regarding build problem reports

2007-04-23 Thread felix winkelmann
Hello! To all who experience build problems (arm? cmake? vs2005? etc.): Please, please provide more information when a build fails. I can do absolutely nothing, unless I get an exact description of the platform, the build type, the configure/cmake options, the build logs (cmake: "make VERBOSE=1

Re: [Chicken-users] problems with datatype and eopl 3-5

2007-04-23 Thread Zbigniew
Neither one works. I think datatype.egg may be incompatible with the EOPL code. On 4/23/07, felix winkelmann <[EMAIL PROTECTED]> wrote: To use the "datatype" extension, then use "require-extension" (or "use") to load the macros, "require-for-syntax" is for obscure special uses, and should norma

Re: [Chicken-users] ARM compilation problems

2007-04-23 Thread Shawn Rutledge
On 4/23/07, felix winkelmann <[EMAIL PROTECTED]> wrote: Hi, Shawn! What configuration options have you given? is this a static build? Default configuration; I just ran ./configure and only gave the --prefix option to have it installed on the CF card. Well somehow I got that version of OpenZau

Re: [Chicken-users] Debian Package

2007-04-23 Thread Alex Queiroz
Hallo, On 4/22/07, Alex Queiroz <[EMAIL PROTECTED]> wrote: Debian packages for the AMD64 architecture, version 2.6, are in: http://www.ventonegro.org/chicken/ Their version is 0.1 to allow a smooth upgrade when the official ones hit sid. Now with i386 packages, too. -- -alex http

Re: [Chicken-users] ARM compilation problems

2007-04-23 Thread felix winkelmann
On 4/23/07, Shawn Rutledge <[EMAIL PROTECTED]> wrote: I may try again with the OZ GCC but I'm guessing this problem really has something to do with relocation (having gcc or some library installed in a non-standard location). Maybe I should just copy my whole rootfs to a directory on the CF car

Re: [Chicken-users] build irritations on windows xp

2007-04-23 Thread felix winkelmann
On 4/22/07, bryan rasmussen <[EMAIL PROTECTED]> wrote: Hey, I recently had to do some cleaning on my system, I am sitting here with some time for some programming and trying to get Chicken running again. Not going good for recompiling. Get half of the way in any compile but get thrown by PCRE, t

Re: [Chicken-users] Debian Package

2007-04-23 Thread felix winkelmann
Thanks, Alex and Michael! I have added links to the packages at cheers, felix ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] Cmake build broken!

2007-04-23 Thread John Cowan
$ cmake ../darcs -- Check for working C compiler: /usr/bin/gcc.exe -- Check for working C compiler: /usr/bin/gcc.exe -- works -- Check size of void* -- Check size of void* - done -- Check for working CXX compiler: /usr/bin/c++.exe -- Check for working CXX compiler: /usr/bin/c++.exe -- works -- Cann

[Chicken-users] Re: CMake build broken!

2007-04-23 Thread John Cowan
By the way, there is no reason to disable libffi on Cygwin in CMake builds, only in autotools builds. -- Unless it was by accident that I hadJohn Cowan offended someone, I never apologized. [EMAIL PROTECTED] --Quentin Crisp http://www.ccil.or