chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] Re: [Chicken-users] .exports not renamed w/ CMake Wind


From: Brandon J. Van Every
Subject: [Chicken-hackers] Re: [Chicken-users] .exports not renamed w/ CMake Windows build
Date: Sun, 07 Jan 2007 21:28:52 -0800
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

[I'm moving this to chicken-hackers.]


Kon Lovett wrote:
Hi,

The .exports for posixwin & pcre need to be renamed posix & regex, respectively.

Philosophical question: should they be?
posixunix.scm emits posixunix.exports
posixwin.scm emits posixwin.exports
regexunix.scm emits regexunix.exports
pcre.scm emits pcre.exports
pregexp.scm emits pregexp.exports

The CMake build leaves these as they are. The Autoconf build copies the system specific files to posix.exports and regex.exports. posixwin.exports and posixunix.exports look like they contain the same stuff, but I can't tell if they really do, because they don't declare stuff in the same order. Meanwhile, the regex-related .exports are all clearly different. So why should they all be lumped into regex.exports?


Cheers,
Brandon Van Every





reply via email to

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