Hello all, I'm not sure where the error starts, so I'll start with the first thing that doesn't look error-like.
find . -name NOINSTALL -print # shows which toolboxes won't be installed In file included from AVHandler.cc:25: AVHandler.h:31:1: warning: "__STDC_CONSTANT_MACROS" redefined <command-line>: warning: this is the location of the previous definition AVHandler.cc:46: error: 'first_oformat' was declared 'extern' and later 'static' /usr/local/include/ffmpeg/avformat.h:456: error: previous declaration of 'first_oformat' AVHandler.cc: In member function 'int AVHandler::setup_write()': AVHandler.cc:111: error: 'avformat_alloc_context' was not declared in this scope AVHandler.cc: In member function 'int AVHandler::setup_read()': AVHandler.cc:167: error: 'AVMEDIA_TYPE_VIDEO' was not declared in this scope AVHandler.cc:178: error: 'AVMEDIA_TYPE_AUDIO' was not declared in this scope AVHandler.cc: In member function 'int AVHandler::write_frame()': AVHandler.cc:263: error: 'AV_PKT_FLAG_KEY' was not declared in this scope AVHandler.cc: In member function 'int AVHandler::read_frame(unsigned int)': AVHandler.cc:338: error: 'AV_PKT_FLAG_KEY' was not declared in this scope AVHandler.cc:340: error: 'avcodec_decode_video2' was not declared in this scope AVHandler.cc: In static member function 'static void AVHandler::print_codecs()': AVHandler.cc:383: error: 'av_codec_next' was not declared in this scope AVHandler.cc:384: error: 'AVMEDIA_TYPE_VIDEO' was not declared in this scope AVHandler.cc: In member function 'int AVHandler::add_video_stream()': AVHandler.cc:404: error: 'AVMEDIA_TYPE_VIDEO' was not declared in this scope make: *** [AVHandler.o] Error 1 'make' returned the following error: mkoctfile -v -c -DHAVE_FFMPEG_AVFORMAT_H -DHAVE_FFMPEG_AVCODEC_H -I/sw/include AVHandler.cc -o AVHandler.o oct-cxx -c -I/sw/include -fPIC -I/sw/include/octave-3.6.0/octave/.. -I/sw/include/octave-3.6.0/octave -I/sw/include -I/sw/include -I/sw/include/freetype2 -I/sw/include -I/sw/include -D__STDC_CONSTANT_MACROS -I/sw/include -DHAVE_FFMPEG_AVFORMAT_H -DHAVE_FFMPEG_AVCODEC_H AVHandler.cc -o AVHandler.o error: called from `pkg>configure_make' in file /sw/share/octave/3.6.0/m/pkg/pkg.m near line 1385, column 9 error: called from: error: /sw/share/octave/3.6.0/m/pkg/pkg.m at line 827, column 5 error: /sw/share/octave/3.6.0/m/pkg/pkg.m at line 383, column 9 error: /sw/src/fink.build/video-oct360-1.0.2-2/bld/octave-forge-comp at line 4, column 1 ### execution of /var/tmp/tmp.25.5F4h1J failed, exit code 1 Package manager version: 0.31.6 Distribution version: selfupdate-rsync Tue Jan 24 15:58:45 2012, 10.6, x86_64 Trees: local/main stable/main stable/crypto unstable/main unstable/crypto Xcode: 3.2.6 Thanks, Sean ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
