Re: [Chicken-hackers] anybody good with cmake?

2007-08-22 Thread felix winkelmann
On 8/20/07, Brandon Van Every [EMAIL PROTECTED] wrote: But the real problem is that of maintenance. I feel I can't maintain the CMake build myself. You seem not to be interested in that, unless the autotools build is dropped (which, if I may say so, does what it should, even in it's

Re: [Chicken-hackers] anybody good with cmake?

2007-08-16 Thread Peter Bex
On Tue, Aug 14, 2007 at 01:55:17PM +0200, felix winkelmann wrote: - Generation and installation of the info manual from texi sources I got this to work by simply changing INSTALL(TARGETS chicken.info ..) to INSTALL(FILES chicken.info ...) (see attached patch) If I understand the documentation

Re: [Chicken-hackers] anybody good with cmake?

2007-08-15 Thread felix winkelmann
On 8/14/07, Brandon Van Every [EMAIL PROTECTED] wrote: For those of you don't work on build systems on a regular basis, I think there's a phenomenon you may be failing to appreciate. If a build system makes the basics easier for you, then you will only endeavor to tackle more difficult

Re: [Chicken-hackers] anybody good with cmake?

2007-08-14 Thread Ivan Raikov
Famous last words. ;-) Peter Bex [EMAIL PROTECTED] writes: It can never be worse than autohell. ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-hackers

Re: [Chicken-hackers] anybody good with cmake?

2007-08-14 Thread Peter Bex
On Tue, Aug 14, 2007 at 05:41:15PM +0900, Ivan Raikov wrote: Famous last words. ;-) *GLP* Peter Bex [EMAIL PROTECTED] writes: It can never be worse than autohell. ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org

Re: [Chicken-hackers] anybody good with cmake?

2007-08-14 Thread felix winkelmann
On 8/14/07, Peter Bex [EMAIL PROTECTED] wrote: Is someone knowledgable enough and willing to help me with a few problems? I don't want chicken to fall back to autohell, so I'll investigate CMake and see if I can understand it. I never worked with it before, so give me some time to

Re: [Chicken-hackers] anybody good with cmake?

2007-08-14 Thread John Cowan
felix winkelmann scripsit: Is someone knowledgable enough and willing to help me with a few problems? Knowledgeable enough, maybe not. Willing to try, definitely. What exactly does not work? -- John Cowan http://www.ccil.org/~cowan [EMAIL PROTECTED] Be yourself. Especially do not

Re: [Chicken-hackers] anybody good with cmake?

2007-08-14 Thread felix winkelmann
On 8/14/07, John Cowan [EMAIL PROTECTED] wrote: felix winkelmann scripsit: Is someone knowledgable enough and willing to help me with a few problems? Knowledgeable enough, maybe not. Willing to try, definitely. What exactly does not work? - Generation and installation of the info manual

Re: [Chicken-hackers] anybody good with cmake?

2007-08-14 Thread Brandon Van Every
On 8/14/07, felix winkelmann [EMAIL PROTECTED] wrote: Hi! I'm one hair before giving up on cmake. I'm sure it is just because I'm too stupid, but it takes me considerable effort to make it do even trivial things. Is someone knowledgable enough and willing to help me with a few problems?

Re: [Chicken-hackers] anybody good with cmake?

2007-08-14 Thread Brandon Van Every
On 8/14/07, Ivan Raikov [EMAIL PROTECTED] wrote: Peter Bex [EMAIL PROTECTED] writes: It can never be worse than autohell. Famous last words. ;-) Anyone looking for a super duper easy to use build system needs to get that out of their head right now. No such thing exists. CMake is

[Chicken-hackers] anybody good with cmake?

2007-08-13 Thread felix winkelmann
Hi! I'm one hair before giving up on cmake. I'm sure it is just because I'm too stupid, but it takes me considerable effort to make it do even trivial things. Is someone knowledgable enough and willing to help me with a few problems? cheers, felix