Announcement

Collapse
No announcement yet.

Kvideoencoder

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Kvideoencoder

    Hi

    can anyone give me any pointers on how to install this program please having a few problems. Heres my out put when i try to install. I'm using the edgy release

    dad@dad-desktop:~/Desktop/KVideoEncoder-0.08/KVideoEncoder-0.08$ ./configure --with-kde-includes=/usr
    Checking for g++... /usr/bin/g++
    Checking for qmake... /usr/bin/qmake
    Checking for kde-config.../usr/bin/kde-config
    Checking for KDE.../usr
    Checking for KDE includes.../usr
    Checking for KDE libraries.../usr/lib
    Creating: Makefile
    Creating: src/Makefile

    Installation prefix is: /usr/local
    Installation prefix for the executable is: /usr/local

    Configure finished. Start make now.
    dad@dad-desktop:~/Desktop/KVideoEncoder-0.08/KVideoEncoder-0.08$ make
    make[1]: Entering directory `/home/dad/Desktop/KVideoEncoder-0.08/KVideoEncoder-0.08/src'
    /usr/share/qt3/bin/uic mainform.ui -o .ui/mainform.h
    /usr/share/qt3/bin/uic videocodec.ui -o .ui/videocodec.h
    /usr/share/qt3/bin/uic videofilter.ui -o .ui/videofilter.h
    /usr/share/qt3/bin/uic audiocodec.ui -o .ui/audiocodec.h
    /usr/share/qt3/bin/uic joinvideos.ui -o .ui/joinvideos.h
    /usr/share/qt3/bin/uic extract.ui -o .ui/extract.h
    /usr/share/qt3/bin/uic chapters.ui -o .ui/chapters.h
    /usr/share/qt3/bin/uic subtitles.ui -o .ui/subtitles.h
    /usr/share/qt3/bin/uic preferences.ui -o .ui/preferences.h
    /usr/share/qt3/bin/uic preview.ui -o .ui/preview.h
    /usr/share/qt3/bin/uic flv2mpeg.ui -o .ui/flv2mpeg.h
    g++ -c -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr -I/usr/include/qt3 -I.ui/ -I. -I.moc/ -o .obj/main.o main.cpp
    main.cpp:26:26: error: kapplication.h: No such file or directory
    main.cpp: In function ‘int main(int, char**)’:
    main.cpp:36: error: ‘KApplication’ was not declared in this scope
    main.cpp:36: error: expected `;' before ‘a’
    main.cpp:50: error: ‘a’ was not declared in this scope
    main.cpp:57: error: ‘a’ was not declared in this scope
    main.cpp: At global scope:
    main.cpp:30: warning: unused parameter ‘argc’
    main.cpp:30: warning: unused parameter ‘argv’
    make[1]: *** [.obj/main.o] Error 1
    make[1]: Leaving directory `/home/dad/Desktop/KVideoEncoder-0.08/KVideoEncoder-0.08/src'
    make: *** [kvideoencoder] Error 2
    dad@dad-desktop:~/Desktop/KVideoEncoder-0.08/KVideoEncoder-0.08$ su
    Password:
    root@dad-desktop:/home/dad/Desktop/KVideoEncoder-0.08/KVideoEncoder-0.08# make install
    make[1]: Entering directory `/home/dad/Desktop/KVideoEncoder-0.08/KVideoEncoder-0.08/src'
    g++ -c -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr -I/usr/include/qt3 -I.ui/ -I. -I.moc/ -o .obj/main.o main.cpp
    main.cpp:26:26: error: kapplication.h: No such file or directory
    main.cpp: In function ‘int main(int, char**)’:
    main.cpp:36: error: ‘KApplication’ was not declared in this scope
    main.cpp:36: error: expected `;' before ‘a’
    main.cpp:50: error: ‘a’ was not declared in this scope
    main.cpp:57: error: ‘a’ was not declared in this scope
    main.cpp: At global scope:
    main.cpp:30: warning: unused parameter ‘argc’
    main.cpp:30: warning: unused parameter ‘argv’
    make[1]: *** [.obj/main.o] Error 1

    Thanx

    #2
    Re: Kvideoencoder

    In all that, this is the problem:
    main.cpp:26:26: error: kapplication.h: No such file or directory
    The application needs the KDE headers to compile. Try installing the package "kde-devel" and trying again.

    Are you absolutely sure you need to compile this from source, and there are no binary packages available?

    Comment


      #3
      Re: Kvideoencoder

      hi

      thanx for the reply, i have installed them and no success, i've looked but cannot find any binaries

      Comment


        #4
        Re: Kvideoencoder

        From:

        http://kde-apps.org/content/show.php...db7d08#c170020

        ./configure --with-kde-includes='/usr/include/kde'
        Maybe this will work.

        Javier.

        Comment


          #5
          Re: Kvideoencoder

          Thanx that fixed it

          Comment

          Working...
          X