Unable to build kino-1.3.4 on Fedora 20

JD <[email protected]> Thu, 22 May 2014 03:14:03 -0600
Newsgroups gmane.comp.video.kino.devel
Message-ID <[email protected]>
--===============2155619700304511339==
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font size="+1"><font face="Console">Hi,<br>
        Tried to build kino-1.3.4-4 on fc20 with these configure
        options:<br>
        configure --enable-quicktime --enable-local-ffmpeg \<br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --disable-static \<br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --disable-dependency-tracking \<br>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --enable-quicktime<br>
        <br>
        I got tons of unresolved symbols. Here is the last compilation
        line in the build<br>
        followed by the unresolved symbols error messages:<br>
        <br>
        <br>
        libtool: link: g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
        -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4
        -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro -o
        kino main.o support.o callbacks.o message.o preferences.o
        preferences_dialog.o playlist.o filehandler.o riff.o avi.o
        frame.o error.o ieee1394io.o framedisplayer.o oss.o jogshuttle.o
        mediactrl.o kino_common.o page_editor.o page_capture.o
        page_timeline.o page_export.o page_bttv.o export.o
        page_export_1394.o page_export_avi.o page_export_stills.o
        page_export_audio.o page_export_mjpeg.o page_export_pipe.o
        page_trim.o page_magick.o commands.o v4l.o displayer.o
        gtkenhancedscale.o kino_av_pipe.o image_create.o image_filters.o
        image_transitions.o audio_filters.o audio_transitions.o
        storyboard.o stringutils.o smiltime.o rwpipe.o -pthread
        -Wl,--export-dynamic&nbsp; -ldv -liec61883 -lquicktime -lz -lasound
        -lgthread-2.0 -lglade-2.0 -lxml2 -lgtk-x11-2.0 -lgdk-x11-2.0
        -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0
        -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig
        -lfreetype ../ffmpeg/libavformat/libavformat-kino.a
        ../ffmpeg/libavcodec/libavcodec-kino.a
        ../ffmpeg/libavutil/libavutil-kino.a
        ../ffmpeg/libswscale/libswscale-kino.a -lsamplerate
        cell-renderers/libcellrenderers.a -lXv -lXext -ldl -lpthread
        -lrom1394 -lavc1394 -lraw1394 -lm -lSM -lICE -lX11 -pthread<br>
        frame.o: In function `Frame::~Frame()':<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:193: undefined
        reference to `avcodec_close(AVCodecContext*)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:194: undefined
        reference to `av_free(void*)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:205: undefined
        reference to `av_free(void*)'<br>
        frame.o: In function `Frame::Frame()':<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:106: undefined
        reference to `av_register_all()'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:107: undefined
        reference to `avcodec_alloc_context()'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:108: undefined
        reference to `avcodec_find_decoder(CodecID)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:108: undefined
        reference to `avcodec_open(AVCodecContext*, AVCodec*)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:110: undefined
        reference to `av_mallocz(unsigned int)'<br>
        frame.o: In function `Frame::ExtractRGB(void*)':<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1065: undefined
        reference to `avcodec_alloc_frame()'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1069: undefined
        reference to `avcodec_decode_video(AVCodecContext*, AVFrame*,
        int*, unsigned char const*, int)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1082: undefined
        reference to `av_free(void*)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1072: undefined
        reference to `avpicture_fill(AVPicture*, unsigned char*, int,
        int, int)'<br>
        frame.o: In function `Frame::ExtractYUV(void*)':<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1125: undefined
        reference to `avcodec_alloc_frame()'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1129: undefined
        reference to `avcodec_decode_video(AVCodecContext*, AVFrame*,
        int*, unsigned char const*, int)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1142: undefined
        reference to `av_free(void*)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1132: undefined
        reference to `avpicture_fill(AVPicture*, unsigned char*, int,
        int, int)'<br>
        frame.o: In function `Frame::ExtractYUV420(unsigned char*,
        unsigned char**)':<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1159: undefined
        reference to `avcodec_alloc_frame()'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1162: undefined
        reference to `avcodec_decode_video(AVCodecContext*, AVFrame*,
        int*, unsigned char const*, int)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1224: undefined
        reference to `av_free(void*)'<br>
        frame.o: In function `Frame::CreateEncoder(bool, bool)':<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1325: undefined
        reference to `av_alloc_format_context()'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1328: undefined
        reference to `guess_format(char const*, char const*, char
        const*)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1329: undefined
        reference to `av_new_stream(AVFormatContext*, int)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1355: undefined
        reference to `avcodec_thread_init(AVCodecContext*, int)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1359: undefined
        reference to `av_set_parameters(AVFormatContext*,
        AVFormatParameters*)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1360: undefined
        reference to `avcodec_find_encoder(CodecID)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1360: undefined
        reference to `avcodec_open(AVCodecContext*, AVCodec*)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1361: undefined
        reference to `av_new_packet(AVPacket*, int)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1363: undefined
        reference to `avpicture_get_size(int, int, int)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1363: undefined
        reference to `av_malloc(unsigned int)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1355: undefined
        reference to `avcodec_thread_init(AVCodecContext*, int)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1347: undefined
        reference to `av_d2q(double, int)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1340: undefined
        reference to `av_d2q(double, int)'<br>
        frame.o: In function `Frame::EncodeRGB(unsigned char*)':<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1444: undefined
        reference to `avcodec_alloc_frame()'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1445: undefined
        reference to `avcodec_alloc_frame()'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1455: undefined
        reference to `avpicture_fill(AVPicture*, unsigned char*, int,
        int, int)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1456: undefined
        reference to `avpicture_fill(AVPicture*, unsigned char*, int,
        int, int)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1465: undefined
        reference to `avcodec_encode_video(AVCodecContext*, unsigned
        char*, int, AVFrame const*)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1466: undefined
        reference to `url_open_buf(ByteIOContext**, unsigned char*, int,
        int)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1473: undefined
        reference to `av_write_frame(AVFormatContext*, AVPacket*)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1475: undefined
        reference to `url_close_buf(ByteIOContext*)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1486: undefined
        reference to `av_free(void*)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1470: undefined
        reference to `av_write_header(AVFormatContext*)'<br>
        /home/jd/rpmbuild/BUILD/kino-1.3.4/src/frame.cc:1487: undefined
        reference to `av_free(void*)'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `rgb2rgbWrapper':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1678:
        undefined reference to `av_log'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `initFilter':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:998:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1038:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1004:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1178:
        undefined reference to `av_malloc'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_getConvVec':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2710:
        undefined reference to `av_malloc'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o):/sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2712:


        more undefined references to `av_malloc' follow<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_freeVec':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2854:
        undefined reference to `av_free'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2857:
        undefined reference to `av_free'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `initFilter':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1204:
        undefined reference to `av_free'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1270:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1288:
        undefined reference to `av_free'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1325:
        undefined reference to `av_mallocz'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1356:
        undefined reference to `av_free'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1270:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1019:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1276:
        undefined reference to `av_log'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1288:
        undefined reference to `av_free'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1325:
        undefined reference to `av_mallocz'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:1084:
        undefined reference to `av_malloc'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `swScale_MMX':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale_template.c:3005:


        undefined reference to `av_log'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_getContext':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2085:
        undefined reference to `av_mallocz'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2382:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2383:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2387:
        undefined reference to `av_mallocz'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2389:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2424:
        undefined reference to `av_log'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2404:
        undefined reference to `av_log'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2432:
        undefined reference to `av_log'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2440:
        undefined reference to `av_log'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2460:
        undefined reference to `av_log'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o):/sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2467:


        more undefined references to `av_log' follow<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_getGaussianVec':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2650:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2652:
        undefined reference to `av_malloc'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_getConstVec':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2670:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2671:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2670:
        undefined reference to `av_malloc'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o):/sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2671:


        more undefined references to `av_malloc' follow<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_shiftVec':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2786:
        undefined reference to `av_free'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_sumVec':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2732:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2734:
        undefined reference to `av_malloc'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_addVec':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2794:
        undefined reference to `av_free'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_diffVec':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2749:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2751:
        undefined reference to `av_malloc'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_subVec':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2802:
        undefined reference to `av_free'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_getConvVec':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2710:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2712:
        undefined reference to `av_malloc'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_convVec':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2810:
        undefined reference to `av_free'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_cloneVec':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2817:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2819:
        undefined reference to `av_malloc'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_printVec':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2846:
        undefined reference to `av_log'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2847:
        undefined reference to `av_log'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2848:
        undefined reference to `av_log'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_getDefaultFilter':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2590:
        undefined reference to `av_malloc'<br>
        ../ffmpeg/libswscale/libswscale-kino.a(swscale.o): In function
        `sws_getConstVec':<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2670:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2671:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2670:
        undefined reference to `av_malloc'<br>
        /sdb5/redhat/BUILD/kino-1.3.4/ffmpeg/libswscale/swscale.c:2671:
        undefined reference to `av_malloc'</font></font>
  </body>
</html>


--===============2155619700304511339==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
--===============2155619700304511339==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Kino-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kino-dev

--===============2155619700304511339==--