Error Building Open Pli Image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • despdan
    V.I.P. Member
    • Dec 2008
    • 544

    #1

    Error Building Open Pli Image

    Could someone please tell me where this is going wrong


    Code:
    checking for socklen_t... yes 
    checking for getopt_long... yes 
    ./configure: line 15903: syntax error near unexpected token `have_ogg=yes,' 
    ./configure: line 15903: `XIPH_PATH_OGG(have_ogg=yes, { $as_echo "$as_me:$LINENO: WARNING: *** Ogg development enviroment not installed - Ogg support will not be built" >&5' 
    make: *** [.libflac] Error 2
    what file should i be looking at to edit? & why?

    Ok found what the prob was, missing Ogg from ubuntu linux OS
    Last edited by despdan; 7 February, 2010, 18:01. Reason: sorted
  • inranr
    Newbie
    • Oct 2011
    • 4

    #2
    Code:
    ./configure: line 14807: syntax error near unexpected token `have_ogg=yes,'
    ./configure: line 14807: `XIPH_PATH_OGG(have_ogg=yes, { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Ogg development enviroment not installed - Ogg support will not be built" >&5'
    make: *** [.libflac] Error 2
    when compile flac-1.1.2.tar.gz
    I have error like that..
    I have not solution...
    we have same problem

    Comment

    • Ansem

      #3
      try an update from the menu

      or you may have to

      Code:
      sudo /usr/share/doc/libdvdread4/install-css.sh
      and

      Code:
      sudo apt-get install ubuntu-restricted-extras

      Comment

      • inranr
        Newbie
        • Oct 2011
        • 4

        #4
        oh... I'm sorry
        it's not install ogg and ogg development (libogg0 and libogg-dev) yet

        it's work now

        Comment

        Working...