On Tue, Jun 3, 2008 at 2:38 AM, Nathan Thern <[EMAIL PROTECTED]> 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


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to