Can't build from svn, Ubuntu 12.04 beta 2
  • I tried a couple of times, even on clean install but every time I get message that I'm missing some libindicate

    In file included from /home/mario/guayadeque/src/AlListBox.cpp:28:0:
    /home/mario/guayadeque/src/MainFrame.h:73:32: fatal error: libindicate/server.h: No such file or directory
    compilation terminated.
    make[2]: *** [src/CMakeFiles/guayadeque.dir/AlListBox.o] Error 1
    make[1]: *** [src/CMakeFiles/guayadeque.dir/all] Error 2
    make: *** [all] Error 2

    But I have some libindicate packages installed, but don't know which one is missing.
  • Try installing libindicate-dev package
  • i have the same problem too !
    and i have libindicate-dev installed already :-(


    bb@Dream-On-Test:~/guayadeque$ ./buildd
    -- The C compiler identification is GNU
    -- The CXX compiler identification is GNU
    -- Check for working C compiler: /usr/bin/gcc
    -- Check for working C compiler: /usr/bin/gcc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Using install prefix /usr ...
    -- Found wxWidgets: TRUE
    -- checking for module 'gstreamer-0.10'
    -- found gstreamer-0.10, version 0.10.36
    -- checking for module 'sqlite3'
    -- found sqlite3, version 3.7.9
    -- checking for module 'libcurl'
    -- found libcurl, version 7.22.0
    -- checking for module 'taglib>=1.6.1'
    -- found taglib, version 1.7.0
    -- checking for module 'dbus-1'
    -- found dbus-1, version 1.4.18
    -- checking for module 'flac'
    -- found flac, version 1.2.1
    -- checking for module 'gio-2.0'
    -- found gio-2.0, version 2.32.0
    -- checking for module 'libgpod-1.0'
    -- found libgpod-1.0, version 0.8.2
    -- checking for module 'indicate-0.7'
    -- found indicate-0.7, version 0.6.92
    -- checking for module 'indicate-0.6'
    -- package 'indicate-0.6' not found
    -- checking for module 'indicate'
    -- package 'indicate' not found
    libindicate library not found! No sound menu support!!
    -- checking for module 'appindicator-0.1'
    -- package 'appindicator-0.1' not found
    -- Found Subversion: /usr/bin/svn (found version "1.6.17")
    Current revision is 1810
    Adding debug symbols.
    -- Found Gettext: /usr/bin/msgmerge
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/bb/guayadeque
    [ 0%] Building CXX object src/CMakeFiles/guayadeque.dir/AlListBox.o
    In file included from /home/bb/guayadeque/src/AlListBox.cpp:28:0:
    /home/bb/guayadeque/src/MainFrame.h:73:32: fatal error: libindicate/server.h: No such file or directory
    compilation terminated.
    make[2]: *** [src/CMakeFiles/guayadeque.dir/AlListBox.o] Error 1
    make[1]: *** [src/CMakeFiles/guayadeque.dir/all] Error 2
    make: *** [all] Error 2
  • it's not dev, not 5 not gtk3. I have all of them. Also, tried with qt one, doesn't help.
  • I will try to check is asap but my time is very limited latelly
  • i fixed it by editing the CMakeLists.txt and replacing indicate-0.6 with indicate-0.7 saving and re-running ./buildd :-) everything compiled just fine :-)
  • well, that did the trick. But those errors are still there. I wonder if everything will work as expected.
  • Please try with svn revision 1811
  • svn revision 1812 :) build is ok
  • It's fine now. THX
  • wks great :-)

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID

In this Discussion