From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25722 invoked by alias); 9 Jan 2009 19:34:53 -0000 Received: (qmail 25714 invoked by uid 22791); 9 Jan 2009 19:34:53 -0000 X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_20,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-bw0-f16.google.com (HELO mail-bw0-f16.google.com) (209.85.218.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Jan 2009 19:34:41 +0000 Received: by bwz9 with SMTP id 9so3383692bwz.2 for ; Fri, 09 Jan 2009 11:34:38 -0800 (PST) Received: by 10.103.198.20 with SMTP id a20mr9318953muq.63.1231529676567; Fri, 09 Jan 2009 11:34:36 -0800 (PST) Received: by 10.103.5.15 with HTTP; Fri, 9 Jan 2009 11:34:36 -0800 (PST) Message-ID: <2ca21dcc0901091134l682660fem1ebac27ee6afd69e@mail.gmail.com> Date: Fri, 09 Jan 2009 20:49:00 -0000 From: "Dave Korn" To: cygwin@cygwin.com Subject: Re: Empty include file on samba share In-Reply-To: <5.2.0.9.1.20090108085658.01eaf2f0@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5.2.0.9.1.20090107170800.01ebc130@localhost> <4964E4BF.6050002@cygwin.com> <5.2.0.9.1.20090108085658.01eaf2f0@localhost> Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2009-01/txt/msg00240.txt.bz2 Fabian Cenedese wrote: > make: Entering directory `Q:/Machine/Control' > gcc.exe -mcpu=603 -c -g -fno-exceptions -fno-rtti -Wall -Wconversion -Wsign-compare -O2 -fverbose-asm \ > -S \ > -IN:/IMD/Include32 -IQ:/Machine/Control/firmware/info_ppc/inc -IQ:/Machine/Control/firmware/info_ppc/hal -IQ:/Machine/Control/os/inos/inc -IQ:/Machine/Control/os/inco/inc -IQ:/Machine/Control/os/inos/hal -IQ:/Machine/Control/application/syscalls/include -IQ:/Machine/Control/application/handling/include -IQ:/Machine/Control/application/axes/include -IQ:/Machine/Control/application/syscalls/hal -IQ:/Machine/Common/include \ > -DPPC603 -DINFO_SAM -DINOS_OLD_BITS -D_DEBUG -DINOS_NG -DINOS_LIBC_REENTRANCY_SUPPORT \ > Q:/Machine/Control/Application/Axes/Source/CAxis.cpp -o Q:/Machine/Control/bin32/CAxis.s > In file included from Q:/Machine/Control/os/inos/inc/CINOSProcessImage.h:194, > from Q:/Machine/Control/firmware/info_ppc/inc/info_acs.h:198, > from /cygdrive/c/Temp/cc30zQvv.ii:49: > Q:/Machine/Control/os/inos/inc/CINOSAdcChannel.h:54: parse error before `{' > ... > And many other errors coming from unknown items because of seemingly not > or badly read include files. > > However the same line works fine if the project lies on a local drive. Have you tried adding "--save-temps" to your CFLAGS so that you can capture the pre-processor output and take a look at the corruption? It might just give us a clue. cheers, DaveK -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/