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 sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <01C0E437.D4AC74E0@george.wakileh@vol.at> From: "George J. Wakileh" To: "'cygwin AT cygwin DOT com'" Subject: Compiling ghostview 1.5 Date: Thu, 24 May 2001 09:56:31 +0200 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4025 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, I have cygwin 1.3.1 and am trying to compile ghostview 1.5. Could you please suggest what is happening? I can see, of course, the problem is with undeclared arguments, but don't know how or where to declare them. dir.h, dirent.h, stat.h have their proper location in /usr/include or /usr/include/sys Thanks for your help. George --- $ make gcc -fpcc-struct-return -O -I/include -DNON_BLOCKING_IO -DSELFILE -c -o Dir.o Dir.c Dir.c: In function `SFgetDir': Dir.c:102: `DIR' undeclared (first use in this function) Dir.c:102: (Each undeclared identifier is reported only once Dir.c:102: for each function it appears in.) Dir.c:102: `dirp' undeclared (first use in this function) Dir.c:103: parse error before `struct' Dir.c:109: `maxChars' undeclared (first use in this function) Dir.c:123: `statBuf' undeclared (first use in this function) Dir.c:132: `dp' undeclared (first use in this function) Dir.c:139: `str' undeclared (first use in this function) Dir.c:140: `len' undeclared (first use in this function) make: *** [Dir.o] Error 1 -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple