Announcement

Collapse
No announcement yet.

x264 compile error

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

    x264 compile error

    Can anyone help me with this.

    this is the command I used in the directory of x264. just uncompressed it.

    ./configure --prefix=/usr --enable-visualize --enable-gtk --enable-shared

    It does work cleanly. I get this.

    michelle@krynn:~/Desktop/x264$ ./configure --prefix=/usr --enable-visualize --enable-gtk --enable-shared
    Platform: X86
    System: LINUX
    avis input: no
    mp4 output: no
    pthread: yes
    vfw: no
    gtk: yes
    debug: no
    gprof: no
    PIC: no
    shared: yes
    visualize: yes

    You can run 'make' or 'make fprofiled' now.
    michelle@krynn:~/Desktop/x264$

    So no problems there, but make gives me this error.
    "
    make[1]: Entering directory `/home/michelle/Desktop/x264/gtk'
    B: x264_gtk_encode
    B: test
    /usr/bin/ld: cannot find -lintl
    collect2: ld returned 1 exit status
    make[1]: *** [test] Error 1
    make[1]: Leaving directory `/home/michelle/Desktop/x264/gtk'
    make: *** [libx264gtk.a] Error 2
    michelle@krynn:~/Desktop/x264$
    "

    Any suggestions.
    I tried to install the gettext-dev pakages. people talk about them but cannot find them anywhere on this planet to actually install them.
    I have installed gettext-0.14.6 with no errors.

    Thanks for all the help.

    #2
    Re: x264 compile error

    Are you aware that X264 is available in multiverse, if you enable the repositories? It's probably not as up to the minute as compiling it yourself, but installing a package (almost) always works.

    Comment

    Working...
    X