This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 'i' undeclared?! YOURE undeclared! The whole freakingsystem isu ndeclared!


bash-2.02$ gcc -c textjpeg.c
textjpeg.c:75: warning: type mismatch with previous implicit declaration
textjpeg.c:64: warning: previous implicit declaration of `write_JPEG_file'
textjpeg.c:75: warning: `write_JPEG_file' was previously implicitly declared
to
return `int'
textjpeg.c: In function `write_JPEG_file':
textjpeg.c:85: parse error before `int'
textjpeg.c:88: `i' undeclared (first use in this function)
textjpeg.c:88: (Each undeclared identifier is reported only once
textjpeg.c:88: for each function it appears in.)
textjpeg.c:88: `imagesize' undeclared (first use in this function)
textjpeg.c:89: `image_buffer' undeclared (first use in this function)
textjpeg.c:99: parse error before `struct'
textjpeg.c:112: `jerr' undeclared (first use in this function)
textjpeg.c:124: `outfile' undeclared (first use in this function)
textjpeg.c:135: `image_width' undeclared (first use in this function)
textjpeg.c:136: `image_height' undeclared (first use in this function)
textjpeg.c:164: `row_stride' undeclared (first use in this function)
textjpeg.c:171: `row_pointer' undeclared (first use in this function)
bash-2.02$

thanks for asking

chuck

==============================================================================
This e-mail is intended only for the use of the addressees.  Any copying, forwarding, printing or other use of this e-mail by persons other than the addressees is not authorized.  This e-mail may contain information that is privileged, confidential and exempt from disclosure.  If you are not the intended recipient, please notify us immediately by return e-mail (including the original message in your reply) and then delete and discard all copies of the e-mail.  Thank you.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]