X-Recipient: archive-cygwin AT delorie DOT com 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 Message-ID: <2ca21dcc0901091134l682660fem1ebac27ee6afd69e@mail.gmail.com> Date: Fri, 9 Jan 2009 19:34:36 +0000 From: "Dave Korn" To: cygwin AT cygwin DOT 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 DOT 2 DOT 0 DOT 9 DOT 1 DOT 20090107170800 DOT 01ebc130 AT localhost> <4964E4BF DOT 6050002 AT cygwin DOT com> <5 DOT 2 DOT 0 DOT 9 DOT 1 DOT 20090108085658 DOT 01eaf2f0 AT localhost> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/