My guess is that these errors are mostly likely caused by the fact that Fedora puts the libmpeg3 headers in a different place:
[EMAIL PROTECTED]:~$ grep mpeg3_close /usr/include/*.h /usr/include/libmpeg3.h:int mpeg3_close(mpeg3_t *file); [EMAIL PROTECTED]:~ > grep mpeg3_close /usr/include/*/*.h /usr/include/mpeg3/libmpeg3.h:int mpeg3_close(mpeg3_t *file); > ------------------------------ > > Message: 5 > Date: Thu, 4 Dec 2008 04:20:50 -0500 > From: [EMAIL PROTECTED] > Subject: [PD-cvs] autobuild: pd-extended fedora9-i386 2008-12-04 > 04.09.13 > To: [EMAIL PROTECTED] > Message-ID: <[EMAIL PROTECTED]> > > filmMPEG3.cpp:53: error: 'mpeg_file' was not declared in this scope > filmMPEG3.cpp:53: error: 'mpeg3_close' was not declared in this scope > filmMPEG3.cpp:54: error: 'mpeg_file' was not declared in this scope > filmMPEG3.cpp:63: error: 'mpeg3_check_sig' was not declared in this > scope > filmMPEG3.cpp:64: error: 'mpeg_file' was not declared in this scope > filmMPEG3.cpp:64: error: 'mpeg3_open' was not declared in this scope > filmMPEG3.cpp:65: error: 'mpeg3_has_video' was not declared in this > scope > filmMPEG3.cpp:69: error: 'mpeg3_total_vstreams' was not declared in > this scope > filmMPEG3.cpp:72: error: 'mpeg3_video_frames' was not declared in > this scope > filmMPEG3.cpp:73: error: 'mpeg3_frame_rate' was not declared in > this scope > filmMPEG3.cpp:75: error: 'mpeg3_video_width' was not declared in > this scope > filmMPEG3.cpp:76: error: 'mpeg3_video_height' was not declared in > this scope > filmMPEG3.cpp:118: error: 'mpeg_file' was not declared in this scope > filmMPEG3.cpp:122: error: 'MPEG3_RGBA8888' was not declared in this > scope > filmMPEG3.cpp:123: error: 'mpeg3_read_frame' was not declared in > this scope > filmMPEG3.cpp:139: error: 'mpeg_file' was not declared in this scope > filmMPEG3.cpp:139: error: 'mpeg3_read_yuvframe_ptr' was not > declared in this scope > filmMPEG3.cpp:157: error: 'mpeg_file' was not declared in this scope > filmMPEG3.cpp:157: error: 'mpeg3_set_frame' was not declared in > this scope > rsync error: syntax or usage error (code 1) at main.c(1216) > [receiver=3.0.4] > > the full logfile - if it has been succesfully uploaded - can be > viewed at: > http://autobuild.puredata.info/auto-build/2008-12-04/logs/ > 2008-12-04_04.09.13_linux_fedora9-i386_pd-extended_run-automated- > builder.txt > > > > ------------------------------ > > _______________________________________________ > Pd-cvs mailing list > [EMAIL PROTECTED] > http://lists.puredata.info/listinfo/pd-cvs > > > End of Pd-cvs Digest, Vol 46, Issue 4 > ************************************* ------------------------------------------------------------------------ ---- You can't steal a gift. Bird gave the world his music, and if you can hear it, you can have it. - Dizzy Gillespie _______________________________________________ Pd-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
