chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Minor problem with cmake-based chicken build on cygw


From: felix winkelmann
Subject: Re: [Chicken-users] Minor problem with cmake-based chicken build on cygwin
Date: Tue, 3 Jun 2008 11:20:39 +0200

On Tue, Jun 3, 2008 at 2:38 AM, Nathan Thern <address@hidden> wrote:
>
> Thanks, Felix. So how does the chicken development team handle
> platform portability?
>

We have multiple Makefile-fragments and configure the build
via variables set on the command line, for example:

make PLATFORM=linux DEBUGBUILD=1

Writing our own makefiles in the end gives us more control. The CMake-based
build turned out to require lots of workarounds due to CMake limitations.
Additionally, it seems that users and contributers find it easier to submit
improvements.


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]