Menu

#2 Difficulty to install Gspeakers

v1.0_(example)
open
None
5
2015-06-05
2015-06-05
No

Hi,

I want install Gspeakers on Ubuntu and i can't.
I join the config.log for more informations.

Thank's to help me.

1 Attachments

Discussion

  • Daniel Sundberg

    Daniel Sundberg - 2015-06-05

    Looks like C++ development tools is not found on your machine.

    What happens if you open up a terminal window and type "g++"?

    Anyway, it's been more than 10 years since I've worked on GSpeakers, even if you can get it to build I doubt that it will run or be very useful today. The only reason I've kept it on sourceforge is to keep the code open and visible.

     
  • Nicolas Mougel

    Nicolas Mougel - 2015-06-05

    g++, gtkmm and libxlm is installing.

    I go to make and make fail.

    make all-recursive
    make[1]: entrant dans le répertoire « /home/nicolas/Documents/gspeakers-0.11 »
    Making all in src
    make[2]: entrant dans le répertoire « /home/nicolas/Documents/gspeakers-0.11/src »
    source='main.cc' object='main.o' libtool=no \
    depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
    depmode=none /bin/bash ../depcomp \
    g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pthread -I/usr/include/gtkmm-2.4 -I/usr/lib/x86_64-linux-gnu/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/x86_64-linux-gnu/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gdkmm-2.4 -I/usr/lib/x86_64-linux-gnu/gdkmm-2.4/include -I/usr/include/atk-1.0 -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib/x86_64-linux-gnu/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/harfbuzz -I/usr/include/libxml2 -Wall -O0 -c -o main.o test -f 'main.cc' || echo './'main.cc
    /bin/bash: ../depcomp: Aucun fichier ou dossier de ce type
    make[2]: *** [main.o] Erreur 127
    make[2]: quittant le répertoire « /home/nicolas/Documents/gspeakers-0.11/src »
    make[1]: *** [all-recursive] Erreur 1
    make[1]: quittant le répertoire « /home/nicolas/Documents/gspeakers-0.11 »
    make: *** [all] Erreur 2

    I don't a master of linux ^^

     
  • Daniel Sundberg

    Daniel Sundberg - 2015-06-05

    On the command line, try:

    automake --install
    autoconf -vfi

    and then configure/make/make install

    If possible just try the windows binary if you can get that one running and check if the software is something for you.

     
  • Nicolas Mougel

    Nicolas Mougel - 2015-06-05

    automake and autoconf command not found

    i go to test the binary.

     

Log in to post a comment.

MongoDB Logo MongoDB