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

2014-06-16 Thread Thomas Hintz
On Thu, Jun 12, 2014, at 05:47 AM, Christian Kellermann wrote: The tokyocabinet egg requires the tokyocabinet library installed on your OS. I've been bitten by this too. I updated the wiki docs to mention that you must make sure you have tokyocabinet installed on the OS. All the best, Thomas

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

2014-06-12 Thread blueperson
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

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

2014-06-12 Thread blueperson
于 2014年06月12日 20:04, blueperson 写道: 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

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

2014-06-12 Thread Christian Kellermann
blueperson blueperson1...@gmail.com writes: I have try the patch file but still get errors, this time is undefine module hato-i3db. I also find the hato.setup file in datenhobel-hato-egg and try to chicken-install. I really like this way, but I failed in install tokyocabinet. The error is

[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] 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.