Hi I am trying to install Mjpegtools extensions and filters from http://wave.prohosting.com/espsw/
gcc -o <outputfile> <sourcefile> </path/to/libmjpegutils.a> -I</path/to/mjpeg/utils/headers> What is the mjpeg/utils/headers path? My mjpegtools is from a RPM (after giving up on trying to compile libquicktime) I have tried with /usr/include/mjpegtools but got /usr/include/mjpegtools/mjpeg_types.h:49:2: #error You don't seem to have sys/types.h, inttypes.h or stdint.h! This might mean two things: Either you really don't have them, in which case you should install the system headers and/or C-library headers. You might also have forgotten to define whether you have them. You can do this by either defining their presence before including mjpegtools' header files (e.g. "#define HAVE_STDINT_H"), or you can check for their presence in a configure script. mjpegtools' configure script is a good example of how to do this. You need to check for PRId64, stdbool.h, inttypes.h, stdint.h and sys/types.h In file included from yuvmagick.c:31: /usr/include/mjpegtools/yuv4mpeg.h:364: parse error before "uint8_t" /usr/include/mjpegtools/yuv4mpeg.h:369: parse error before "uint8_t" /usr/include/mjpegtools/yuv4mpeg.h:379: parse error before "uint8_t" /usr/include/mjpegtools/yuv4mpeg.h:389: parse error before "uint8_t" yuvmagick.c: In function `main': yuvmagick.c:201: warning: deprecated use of label at end of compound statement Thanks a lot Edouard ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users