From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31133 invoked by alias); 9 Jan 2009 11:18:25 -0000 Received: (qmail 31118 invoked by uid 22791); 9 Jan 2009 11:18:24 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ms9.webland.ch (HELO ms9.webland.ch) (92.43.217.109) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Jan 2009 11:18:05 +0000 Received: from macserver.private ([84.73.11.85]) by ms9.webland.ch (Webland.MailServer.v.8.9.6) with ASMTP id QMB93202 for ; Fri, 09 Jan 2009 12:18:02 +0100 Received: from localhost (localhost [127.0.0.1]) by macserver.private (Postfix) with ESMTP id A9E1C157733; Fri, 9 Jan 2009 12:18:02 +0100 (CET) Received: from macserver.private ([127.0.0.1]) by localhost (macserver.private [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u6q5kWUpaL02; Fri, 9 Jan 2009 12:18:02 +0100 (CET) Received: from PCFABI.indel.ch (unknown [192.168.1.31]) by macserver.private (Postfix) with ESMTP id 74851157728 for ; Fri, 9 Jan 2009 12:18:02 +0100 (CET) Message-Id: <5.2.0.9.1.20090109121534.01ebdd60@localhost> X-Sender: cenedese@localhost Date: Fri, 09 Jan 2009 11:18:00 -0000 To: gcc-help@gcc.gnu.org From: Fabian Cenedese Subject: Re: Include not working on samba share In-Reply-To: <5.2.0.9.1.20090105151301.01edf400@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2009-01/txt/msg00063.txt.bz2 At 15:27 05.01.2009 +0100, Fabian Cenedese wrote: >We have some projects that are C++ with header files and can be compiled >with no problems on a local drive. The used gcc is quite old (2.96.x) and >built with cygwin, running on windows. > >However if the whole project is moved from the local drive to a share >(samba, probably also windows) the compilation may fail with >various errors. The main problem seems to be that include files are not >read properly. They are found (gcc emits an error if the name is wrong) >but the content seems not to be read. Even if such a problematic >header file contains crap it is not mentioned by gcc. To make things >worse is that on different computers the compilation may fail differently >or even work without problems. I have now tried gcc 3.4.3 and 4.1 with the same cygwin1.dll (1.5). They both can compile the project without showing these errors. Does anyone know what could have changed regarding file opening/reading since 2.x or whereabout to look at? Thanks bye Fabi