Menu

Error building patched VLC 0.7.1

Help
Axel
2005-01-13
2013-04-29
  • Axel

    Axel - 2005-01-13

    Hi,

    I get the following error, building the gtk gui with the patch:

    make[5]: Entering directory `/usr/src/vlc-0.7.1/modules/gui/gtk'
    Makefile:2591: *** missing separator.

    The source of the makefile around line 2591 is:

    ...
    2588:    uninstall-libgtkDATA uninstall-libvlcLIBRARIES \
    2589:    uninstall-recursive
    2590:
    2591:////////////////////////////////////////////////////////////////////////
    2592://// UPnP Media Server Extention (S)
    2593:////////////////////////////////////////////////////////////////////////
    2594:
    2595:#include <X11/Xlib.h>
    2595:
    2596:////////////////////////////////////////////////////////////////////////
    2597://// UPnP Media Server Extention (E)
    2598:////////////////////////////////////////////////////////////////////////
    2599:    ////////////////////////////////////////////////////////////////////////
    2600:    //// UPnP Media Server Extention (S)
    2601:    ////////////////////////////////////////////////////////////////////////
    2602:
    2603:    XInitThreads();
    2604:    g_thread_init(NULL);
    2605:
    2606:    ////////////////////////////////////////////////////////////////////////
    2607:    //// UPnP Media Server Extention (E)
    2608:    ////////////////////////////////////////////////////////////////////////
    2609:
    2610:clean-local:
    2611:    -rm -f *.a *.so *.dll *.sl *.dylib
    ...

    Any Ideas?

    Thanks...

     
    • Satoshi Konno

      Satoshi Konno - 2005-01-14

      Hi,

      It seems that other patch is applied to your Makefile.

      Please check your steps :-)

       

Log in to post a comment.