# New Ticket Created by  James Michael DuPont 
# Please include the string:  [perl #19872]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=19872 >


Missing header file for cygwin

--- James Michael DuPont <[EMAIL PROTECTED]> wrote:
> From James Michael DuPont Fri Jan  3 11:01:39 2003
> Received: from [194.202.25.243] by web13307.mail.yahoo.com via HTTP;
> Fri, 03 Jan 2003 11:01:39 PST
> Date: Fri, 3 Jan 2003 11:01:39 -0800 (PST)
> From: James Michael DuPont <[EMAIL PROTECTED]>
> Subject: Re: Introduction and cygwin results
> To: [EMAIL PROTECTED]
> In-Reply-To: <[EMAIL PROTECTED]>
> MIME-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Content-Length: 978
> 
> 
> --- 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
> 


=====
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