X-Spam-Check-By: sourceware.org Message-ID: Date: Tue, 29 May 2007 17:13:19 -0400 From: "Scott Peterson" To: cygwin AT cygwin DOT com Subject: Re: Build problems - unistd.h In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 Eric, when I try make CC="gcc -E" I get this error in the output: .libs/dbus-glib.o: file not recognized: File format not recognized >> I'm building dbus-glib from source and I get this error when I make: >> >> In file included from /usr/include/unistd.h:4, >> from dbus-binding-tool-glib.c:39: >> /usr/include/sys/unistd.h:108: error: parse error before numeric constant >> >> Ideas? > > Use gcc -E to look at the preprocessed source, and see what namespace > collision was caused somewhere in lines 1-38 of dbus-binding-tool-glib.c > that caused the syntax error? -- Scott. -- 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/