--- James Michael DuPont <[EMAIL PROTECTED]> wrote:
> Hi There!

> [SECTION PACKDUMP]
> make packdump.exe
> packdump.c: In function `PackFile_Constant_dump':
> packdump.c:111: structure has no member named `flags'
> make: *** [packdump.o] Error 1
> 
> I have commented that out for now : 
>         /*        PIO_printf(interpreter, "        FLAGS    =>
> 0x%04lx,\n",
>                    (long)self->string->flags);
>         */

Oopps : more then that : 
pdump.c: In function `main':
pdump.c:21: storage size of `file_stat' isn't known
pdump.c:37: `O_RDONLY' undeclared (first use in this function)
pdump.c:37: (Each undeclared identifier is reported only once
pdump.c:37: for each function it appears in.)

under cygwin you need :
#include <fcntl.h>


mike


=====
James Michael DuPont
http://introspector.sourceforge.net/

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Reply via email to