JPEGReadWriter2 -- is this Error.h?

jmvuletich at uolsinectis.com.ar jmvuletich at uolsinectis.com.ar
Thu Dec 6 16:14:41 UTC 2001


Hi John

>  Thanks JMV for a really helpfull response. 
>  
You're welcome!

>  I've copied over the required files from the built jpeg-6b sources and
>  the only thing missing is Error.h. Under JPEGReadWriterPlugin2 >>
>  translation >> header file (on the class side), I find
>  
>  headerFile
>  ^
>  '/*#include <stdio.h>*/
>  /* Interface to JPEG code */
>  #include "jpeglib.h"
>  #include <setjmp.h>
>  
>  struct error_mgr2 {
>    struct jpeg_error_mgr pub;	/* "public" fields */
>  
>    jmp_buf setjmp_buffer;	/* for return to caller */
>  };
>  
>  typedef struct error_mgr2* error_ptr2;
>  
>  void error_exit (j_common_ptr cinfo);
>  '
>  
>  Is this Error.h?
>  
This is JPEGReadWriter2Plugin.h.
I don't have any file named Error.h. Which C file needs it?

>  Cheers
>  
>  John
>  -- 

Regards,
Juan Manuel




More information about the Squeak-dev mailing list