chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] Further Cygwin build problems: posixunix.exports n


From: Brandon J. Van Every
Subject: Re: [Chicken-hackers] Further Cygwin build problems: posixunix.exports not built
Date: Tue, 30 Jan 2007 00:22:03 -0800
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

John Cowan wrote:
Okay, I zapped all existing Chicken install, and downloaded the tarball
of 2.514 from the site.  It builds under CMake fine, but then crashes
at install time because posixunix.exports does not exist.  I repeated
the make and got told:

        Compiling /opt/chicken/chicken-2.514/posixunix.scm
            to /opt/chicken/cmake/posixunix.c
        Exporting /opt/chicken/cmake/posixunix.exports

all over again, followed by a rebuild of cygchicken-0.dll and the
executables that depend on it.  Then the install crashes again at the
same point.  So it claims to be making posixunix.exports but isn't.


Darcs does not have this behavior. It generates only posix.exports. My Darcs Cygwin compilation is showing a version of 2.517.

"make dist" on Cygwin fails with Automake 2.10. It looks like this version of Automake doesn't generate the "compile" file. My sanity checking code looks for the expected "compile" file, doesn't find it, and emits an error. I suppose I could list out different expected files for different versions of Automake. But this is a PITA and I don't feel like being bothered right now. I make a note of it in passing.


Cheers,
Brandon Van Every





reply via email to

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