Menu

cannot load media

2005-08-23
2013-04-17
  • Reinhard Amersberger

    hi,

    I've was successfully to install kfilm (kfilm-0.0.3_pre1.tar.gz, on suse 9.3), but cannot load media files via "insert media".
    I can choose a file, but no entry appears in the project window of the gui.

    ra@linux:/progamme/cvs/kfilm> /usr/local/kde/bin/kfilm
    /progamme/avfiles/avi/fox.avi
    /progamme/avfiles/mpg/bohrfrau.mpg
    /progamme/avfiles/mpg/TV Spot 40sec.mpg

    So I tried cvs, but maybe a .moc file is missing on the server?

    make[3]: Entering directory `/progamme/cvs/kfilm/src/videotrack'
    if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I/usr/include/SDL -D_REENTRANT  -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -I/usr/include/ffmpeg -MT trackprojectbar.lo -MD -MP -MF ".deps/trackprojectbar.Tpo" -c -o trackprojectbar.lo trackprojectbar.cpp; \ then mv -f ".deps/trackprojectbar.Tpo" ".deps/trackprojectbar.Plo"; else rm -f ".deps/trackprojectbar.Tpo"; exit 1; fi
    trackprojectbar.cpp:18:31: trackprojectbar.moc: No such file or directory
    make[3]: *** [trackprojectbar.lo] Error 1

    any ideas?
    do you need more info?

    greetings
    reinhard

     
    • Anonymous

      Anonymous - 2005-08-23

      the would only not be shown in the list if not audio and/or video is found inthe file.

      to test you could send me a sample file wich will not load,so i can see what is missing

      the moc file sould be generated while compiling from qt itself, i try to reproduce this and tell you what i found

       
    • Anonymous

      Anonymous - 2005-08-23

      i checked out a clean cvs version and made it.

      can it be that moc is missing in your linux ?
      make[3]: Entering directory `/home/marco/Desktop/kk/kfilm/src/videotrack'
      /usr/qt/3/bin/moc ./trackprojectbar.h -o trackprojectbar.moc
      source='trackprojectbar.cpp' object='trackprojectbar.lo' libtool=yes \ depfile='.deps/trackprojectbar.Plo' tmpdepfile='.deps/trackprojectbar.TPlo' \ depmode=gcc3 /bin/sh ../../admin/depcomp \ /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I/usr/include/SDL -D_REENTRANT  -I/usr/kde/3.4/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -I/usr/include/ffmpeg  -c -o trackprojectbar.lo `test -f 'trackprojectbar.cpp' || echo './'`trackprojectbar.cpp
      /usr/qt/3/bin/moc ./trackview.h -o trackview.moc
      source='trackview.cpp' object='trackview.lo' libtool=yes \ depfile='.deps/trackview.Plo' tmpdepfile='.deps/trackview.TPlo' \ depmode=gcc3 /bin/sh ../../admin/depcomp \

      this is my make an there the moc will be generated before every file it needs

       
    • Reinhard Amersberger

      aahhh, good hint.

      I noticed that /usr/qt/3/bin/ was NOT in the standard PATH on this suse 9.3 distro, I'm using here at work.
      So after enhancing $PATH also the cvs compilation went fine.

      But I still cannot insert media.
      Maybe the problem is based on the movies so just check out this files here:
      www.groovision.de/lives/
      www.groovision.de/lve

       

Log in to post a comment.