Mail Archives: cygwin/2001/05/24/04:01:41
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
- Raw text -