I too have had trouble compiling mjpegtools latest release so I moved to try the cvs. I downloaded cvs this morning (2005.03.30) and am receiving the following error.

Making all in lavtools
make[2]: Entering directory `/usr/local/src/mjpegtools-cvs/mjpeg_play/lavtools'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -I../utils -DLAVPLAY_VERSION=\"1.7.0\" -fno-PIC -march=k8 -mcpu=k8 -g -O2 -pthread -Wall -Wunused -MT y4mhist-y4mhist.o -MD -MP -MF ".deps/y4mhist-y4mhist.Tpo" -c -o y4mhist-y4mhist.o `test -f 'y4mhist.c' || echo './'`y4mhist.c; \
then mv -f ".deps/y4mhist-y4mhist.Tpo" ".deps/y4mhist-y4mhist.Po"; else rm -f ".deps/y4mhist-y4mhist.Tpo"; exit 1; fi
y4mhist.c:16:33: mjpegtools/yuv4mpeg.h: No such file or directory
y4mhist.c: In function `main':
y4mhist.c:26: error: `y4m_stream_info_t' undeclared (first use in this function)
y4mhist.c:26: error: (Each undeclared identifier is reported only once
y4mhist.c:26: error: for each function it appears in.)
y4mhist.c:26: error: parse error before "istream"
y4mhist.c:27: error: `y4m_frame_info_t' undeclared (first use in this function)
y4mhist.c:31: warning: implicit declaration of function `y4m_accept_extensions'
y4mhist.c:33: warning: implicit declaration of function `y4m_init_stream_info'
y4mhist.c:33: error: `istream' undeclared (first use in this function)
y4mhist.c:34: warning: implicit declaration of function `y4m_init_frame_info'
y4mhist.c:34: error: `iframe' undeclared (first use in this function)
y4mhist.c:36: warning: implicit declaration of function `y4m_read_stream_header'
y4mhist.c:36: error: `Y4M_OK' undeclared (first use in this function)
y4mhist.c:37: warning: implicit declaration of function `mjpeg_error_exit1'
y4mhist.c:39: warning: implicit declaration of function `y4m_si_get_plane_count'
y4mhist.c:42: warning: implicit declaration of function `y4m_si_get_chroma'
y4mhist.c:43: warning: implicit declaration of function `y4m_chroma_ss_x_ratio'
y4mhist.c:43: error: request for member `d' in something not a structure or union
y4mhist.c:44: warning: implicit declaration of function `y4m_chroma_ss_y_ratio'
y4mhist.c:44: error: request for member `d' in something not a structure or union
y4mhist.c:46: warning: implicit declaration of function `y4m_si_get_plane_length'
y4mhist.c:60: warning: implicit declaration of function `y4m_read_frame'
y4mhist.c:70: warning: implicit declaration of function `y4m_fini_frame_info'
y4mhist.c:71: warning: implicit declaration of function `y4m_fini_stream_info'
make[2]: *** [y4mhist-y4mhist.o] Error 1
make[2]: Leaving directory `/usr/local/src/mjpegtools-cvs/mjpeg_play/lavtools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mjpegtools-cvs/mjpeg_play'
make: *** [all] Error 2


I seem to make it further with the CVS as it detects the processor properly.

Any help is greatly appreciated!

Loren


------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _______________________________________________ Mjpeg-users mailing list Mjpeg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to