Results 1 to 3 of 3

Thread: trying compiling vlmc

  1. #1
    Join Date
    Mar 2005
    Location
    Florence, Italy
    Beans
    332
    Distro
    Ubuntu

    trying compiling vlmc

    following this guide http://www.frenssen.be/content/insta...ian-and-ubuntu

    but end up with this error at vlmc making

    make
    g++ -Wl,-O1 -o vlmc -L/usr/lib -L/usr/local/lib -lvlc -lQtGui -lQtCore -lpthread
    /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../../lib/crt1.o: In function `_start':
    /build/buildd/eglibc-2.10.1/csu/../sysdeps/i386/elf/start.S:115: undefined reference to `main'
    collect2: ld returned 1 exit status
    make: *** [vlmc] Errore 1

    using gnome karmic
    here is the correctly compiled 1.2 version of vlc since first step was ok [i named it 1.1 but it's 1.2)
    http://www.box.net/shared/vjc99q93m1
    Last edited by suoko; April 20th, 2010 at 02:44 AM.
    15.04 on a sammy NP300E5A-S06IT notebook

  2. #2
    Join Date
    Jun 2007
    Beans
    17,337

    Re: trying compiling vlmc

    maybe try this way

    Code:
    sudo apt-get install cmake
    Code:
    git clone git://git.videolan.org/vlmc.git
    cd to vlmc source dir. and
    Code:
    cmake .
    Code:
    make

  3. #3
    Join Date
    May 2010
    Beans
    5

    Re: trying compiling vlmc

    I'm the author of that guide. Thanks for the solution, I have updated the guide. It now works fine with the latest VLMC source and under Lucid as well.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •