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 sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <000801bfd989$f3080800$fd01a8c0@Default> From: "Daniel G. Bermudez" To: Subject: Bad CPP.EXE on GCC 2.95.2 ?? Date: Sun, 18 Jun 2000 20:01:41 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFD960.056A3EC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 ------=_NextPart_000_0005_01BFD960.056A3EC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi guys, Just recently reinstalled Win98 on my system, which is sort of a ritual = or sorts, and while running Cygwin's 'gcc' compiler after reinstalling = (with gcc's version 2.95.2-1 ) I did find that 'cpp' return this ugly = message on code that has compiled before without problems! BASH.EXE-2.04$ gcc -o runthis adamklist.c adamklist.c:1: `#include' expects "FILENAME" or ...omitting the header on the file and the content below, these are the = offending lines; /* */ #include #include #include #include #include #include #include #include /*#include */ #define TRUE 1 I'd tried reinstalling gcc using the 'setup gcc' command, but exactly = the same thing! What are your suggestions?? Regards, Dan ------=_NextPart_000_0005_01BFD960.056A3EC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi guys,
 
Just recently reinstalled Win98 on my = system, which=20 is sort of a ritual or sorts, and while running Cygwin's 'gcc' compiler = after=20 reinstalling (with gcc's version 2.95.2-1 ) I did find that 'cpp' return = this=20 ugly message on code that has compiled before without = problems!
 
BASH.EXE-2.04$ gcc -o runthis=20 adamklist.c
adamklist.c:1: `#include' expects "FILENAME" or=20 <FILENAME>
 
...omitting the header on the file and = the content=20 below, these are the offending lines;
 
/*
 */
 
#include <stdlib.h>
#include=20 <stdio.h>
#include <math.h>
#include=20 <string.h>
#include <sys/types.h>
#include=20 <sys/param.h>
#include <unistd.h>
#include=20 <mingw32/dir.h>
/*#include <regexpr.h>*/
 
#define TRUE 1
I'd tried reinstalling gcc using the = 'setup gcc'=20 command, but exactly the same thing!  What are your=20 suggestions??
 
Regards,
Dan
------=_NextPart_000_0005_01BFD960.056A3EC0--