Free Music Instrument Tuner???

mixer, effekte (ladspa und vst), metronome, notensatz, stimmgeräte und was sonst noch an audio-programmen bleibt...
Antworten
sommi
Regular User
Regular User
Beiträge: 92
Registriert: Di Nov 24, 2009 7:38 pm
Wohnort: Berlin

Free Music Instrument Tuner???

Beitrag von sommi »

Hallo, herrjeh - und frohes 2010!

Ich habe gerade das Programm "Free Music Instrument Tuner" http://home.gna.org/fmit/index.html entdeckt, das ich natürlich gleich mal ausprobieren wollte, obwohl es wahrscheinlich veraltert ist (18.11.2007).

Bin nach Installationsanleitung vorgegangen, kann aber kein "make" ausführen (kompilieren?).

Code: Alles auswählen

sommi@sommi-netbook:~/fmit-0.97.7$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable debugging... no
checking for ranlib... ranlib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
sommi@sommi-netbook:~/fmit-0.97.7$ make
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden.  Schluss.
Kennt jemand das Programm oder das Problem?

Bin für jeden Tipp dankbar.

Gruß von Sommi
Benutzeravatar
Mitsch
Power User
Power User
Beiträge: 1226
Registriert: Mo Feb 20, 2006 11:17 am
Wohnort: Ludwigsburg
Kontaktdaten:

Beitrag von Mitsch »

Hi!

Soviel ich weiß, musst Du das Programm nicht selbst kompilieren. Zumindest ist das Programm "fmit" bei Ubuntu 9.10 ganz einfach über Synaptic (oder aptitude oder apt-get) installierbar. Wenn ich mich recht erinnere, war fmit auch schon bei Ubuntu 8.04 an Bord - sollte also auch für Deine Version von ubuntu funktionieren...

Falls Du dennoch kompilieren willst, brauchst Du die ganzen kompoliertools, also zunächst mal das Paket "build-essential" (das scheint schon installiert zu sein)
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable debugging... no
checking for ranlib... ranlib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
und dann wird noch zusätzlich ein C++-Kompiler benötigt:
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
Probier's mal mit dem Paket "g++".
Kann gut sein, dass dann noch Entwickler-Bibliotheken benötigt werden. Das sollte nach der g+-Installation bei einem erneuten Aufruf von ./configure ausgespuckt werden.

Grüße!
sommi
Regular User
Regular User
Beiträge: 92
Registriert: Di Nov 24, 2009 7:38 pm
Wohnort: Berlin

Beitrag von sommi »

Danke, Mitsch!

Habe g++ und danach weitere Pakete installiert, so dass am Ende auch make funktionierte. Leider konnte ich nicht herausfinden, wohin das ausführbare Programm nun installiert wurde.

Also habe ich am Ende doch die bequeme Synaptic-Variante gewählt und alles ist super.

Unkompilierter Gruß von Sommi
Benutzeravatar
Mitsch
Power User
Power User
Beiträge: 1226
Registriert: Mo Feb 20, 2006 11:17 am
Wohnort: Ludwigsburg
Kontaktdaten:

Beitrag von Mitsch »

sommi hat geschrieben:Leider konnte ich nicht herausfinden, wohin das ausführbare Programm nun installiert wurde.
Wenn Du danach "make install" ausgeführt hast (ich vermute, dass man fmit nach dem altbekannten Dreisatz "./configure && make && make install" fertig stellt), dann ist es höchstwahrscheinlich im Verzeichnis /usr/local/bin gelandet. Falls nicht, ist es noch irgendwo im Verzeichnis, in dem Du das Programm kompiliert hast. (Vielleicht /home/sommi/src/fmit/ oder so?)

Grüße!
Antworten

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 0 Gäste