[Chicken-users] About Chicken Compiler CSC's Option

2014-06-10 Thread blueperson
Hello, Everybody. I just want to learn the software Hato that found in chicken's website, but failed in make it. The error showed csc: invalid option `-G'. I check the Makefile and find CHICKEN_OPTS=-O2 -G. And I also type csc -help to show all the options but cann't find it. I cann't found the

Re: [Chicken-users] About Chicken Compiler CSC's Option

2014-06-10 Thread Christian Kellermann
* blueperson blueperson1...@gmail.com [140610 09:26]: Hello, Everybody. I just want to learn the software Hato that found in chicken's website, but failed in make it. The error showed csc: invalid option `-G'. I check the Makefile and find CHICKEN_OPTS=-O2 -G. And I also type csc -help to

Re: [Chicken-users] About Chicken Compiler CSC's Option

2014-06-10 Thread blueperson
于 2014年06月10日 15:32, Christian Kellermann 写道: * blueperson blueperson1...@gmail.com [140610 09:26]: Hello, Everybody. I just want to learn the software Hato that found in chicken's website, but failed in make it. The error showed csc: invalid option `-G'. I check the Makefile and find

Re: [Chicken-users] About Chicken Compiler CSC's Option

2014-06-10 Thread Peter Bex
On Tue, Jun 10, 2014 at 05:56:55PM +0800, blueperson wrote: Thanks for your help! I get a clone use hg clone https://code.google.com/r/datenhobel-hato-egg-update/;. But get the same error csc: invalid option `-G' when I make it. I use chicken 4.8.0.3 in gentoo. Have you tried simply

Re: [Chicken-users] bug update-uri in uri-common

2014-06-10 Thread Kristian Lein-Mathisen
If we go for (b), we could also provide a normalize-uri-port which sets it to #f if it's already equal to the default port of its scheme. And perhaps an optional normalize? argument to the uri-string procedure? K. On Sun, Jun 8, 2014 at 8:16 PM, Evan Hanson ev...@foldling.org wrote: On

Re: [Chicken-users] About Chicken Compiler CSC's Option

2014-06-10 Thread blueperson
于 2014年06月10日 18:07, Peter Bex 写道: On Tue, Jun 10, 2014 at 05:56:55PM +0800, blueperson wrote: Thanks for your help! I get a clone use hg clone https://code.google.com/r/datenhobel-hato-egg-update/;. But get the same error csc: invalid option `-G' when I make it. I use chicken 4.8.0.3 in

Re: [Chicken-users] About Chicken Compiler CSC's Option

2014-06-10 Thread Peter Bex
On Tue, Jun 10, 2014 at 07:23:51PM +0800, blueperson wrote: 于 2014年06月10日 18:07, Peter Bex 写道: I have removed the -G option when I get the error first time, but it shows another error that seems really strange. It shows: Syntax error (import): cannot import from undefined module domain-keys

Re: [Chicken-users] About Chicken Compiler CSC's Option

2014-06-10 Thread Christian Kellermann
blueperson blueperson1...@gmail.com writes: 于 2014年06月10日 18:07, Peter Bex 写道: On Tue, Jun 10, 2014 at 05:56:55PM +0800, blueperson wrote: Thanks for your help! I get a clone use hg clone https://code.google.com/r/datenhobel-hato-egg-update/;. But get the same error csc: invalid option

Re: [Chicken-users] About Chicken Compiler CSC's Option

2014-06-10 Thread blueperson
于 2014年06月10日 19:50, Peter Bex 写道: On Tue, Jun 10, 2014 at 07:23:51PM +0800, blueperson wrote: 于 2014年06月10日 18:07, Peter Bex 写道: I have removed the -G option when I get the error first time, but it shows another error that seems really strange. It shows: Syntax error (import): cannot

Re: [Chicken-users] About Chicken Compiler CSC's Option

2014-06-10 Thread Andy Bennett
Hi, Yeah the Makefile is buggy. Please find my WIP patch attached to this email. This looks more comprehensive than my patch. As I just use hato-smtp.scm I get away without building most of it. I use the datenhobel-hato-egg and my approach is to do make clean followed by chicken-install.