Message-Id: <200109042200.SAA12784@delorie.com> Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "Mark Paulus" To: "cygwin AT cygwin DOT com" Date: Tue, 04 Sep 2001 16:00:29 -0600 Reply-To: "Mark Paulus" X-Mailer: PMMail 2000 Professional (2.20.2350) For Windows 2000 (5.0.2195;2) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Problem with sys/config.h Hi, I have a problem, and I'm not sure where to start: Here is the symptom: When I try to build the apt-get suite, I get some header file failures. Tracking them down leads to some header file that has __IMPORT defined within it. The root of the problem seems to be that apt-get has it's own sys/config.h defined, and it does NOT include all the lovely stuff in it that cygwin's does. My question is, how does one get around this kind of issue?? I'm guessing that sys/config.h should contain some system/architecture specific configuraton options, defines, and some system specific overrides. But, what should be done when the program/package that is being compiled ignores sys/config.h by overriding sys/config.h with it's own version/copy? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/