0 Mitglieder und 1 Gast betrachten dieses Thema.
...-MT commands/audacity-CommandHandler.o -MD -MP -MF commands/.deps/audacity-CommandHandler.Tpo -c -o commands/audacity-CommandHandler.o `test -f 'commands/CommandHandler.cpp' || echo './'`commands/CommandHandler.cppmv -f commands/.deps/audacity-CommandHandler.Tpo commands/.deps/audacity-CommandHandler.Pog++ -DHAVE_CONFIG_H -I. -std=c++11 -Wno-deprecated-declarations -D__STDC_CONSTANT_MACROS -DLIBDIR=\"/usr/lib\" -I../lib-src/portaudio-v19/include -I../lib-src/libsndfile/src -I../lib-src/libsndfile/src -I../lib-src/lib-widget-extra -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../lib-src/ffmpeg -I../lib-src/lame -I../lib-src/libflac/include -I../lib-src/libmad -I../lib-src/libmad -I../lib-src/libnyquist -I../lib-src/soundtouch/include -I../lib-src/soundtouch/include -I../lib-src/twolame/libtwolame -I../lib-src/libogg/include -I../lib-src/libogg/include -I../lib-src/libvorbis/include -I../lib-src/lv2/include -I../lib-src/lv2/include -I../lib-src/portsmf -I../lib-src/portmidi -I../lib-src/sbsms/include -I../lib-src/libvamp -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -Wno-unused-local-typedefs -I../lib-src/portmixer/include -DwxDEBUG_LEVEL=0 --std=gnu++11 -Wall -I../include -I../lib-src/FileDialog -MT commands/audacity-CommandManager.o -MD -MP -MF commands/.deps/audacity-CommandManager.Tpo -c -o commands/audacity-CommandManager.o `test -f 'commands/CommandManager.cpp' || echo './'`commands/CommandManager.cppcommands/CommandManager.cpp:119:21: fatal error: gtk/gtk.h: Datei oder Verzeichnis nicht gefunden #include <gtk/gtk.h> ^compilation terminated.Makefile:4290: recipe for target 'commands/audacity-CommandManager.o' failedmake[2]: *** [commands/audacity-CommandManager.o] Error 1make[2]: Leaving directory '/home/ralf/Downloads/build/audacity-Audacity-2.2.1/src'Makefile:1588: recipe for target 'all' failedmake[1]: *** [all] Error 2make[1]: Leaving directory '/home/ralf/Downloads/build/audacity-Audacity-2.2.1/src'Makefile:799: recipe for target 'all-recursive' failedmake: *** [all-recursive] Error 1
commands/CommandManager.cpp:119:21: fatal error: gtk/gtk.h: Datei oder Verzeichnis nicht gefunden #include <gtk/gtk.h>
Ich finde aber nicht raus was ich noch installieren muß damit das make durchläuft.
sudo apt-get install cmake libgtk-3-dev libgtk2.0-dev build-essential gnome-devel libwxgtk3.0-dev libwxbase3.0-dev libexpat1-dev libjack-dev libasound2-dev checkinstall
cd audacity-Audacity-2.2.1
make distclean
WX_CONFIG=wx-config-gtk3 ./configure --prefix="/usr" --with-libsndfile --with-ffmpeg --with-expat --with-lame --with-libsoxr --with-libclac --with-libid3tag --with-libsamplerate --with-sbsms --with-soundtouch --with-libtwolame --with-libvorbis --with-portaudio --with-portmidi
make
sudo checkinstall -D make install
86_64-linux-gnu/libvorbisenc.so /usr/lib/x86_64-linux-gnu/libvorbisfile.so /usr/lib/x86_64-linux-gnu/libvorbis.so -logg ../lib-src/lv2/liblv2.a ../lib-src/portsmf/libportSMF.a ../lib-src/portmidi/libportmidi_s.a ../lib-src/sbsms/src/.libs/libsbsms.a ../lib-src/libvamp/libvamp-hostsdk.a -ldl -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/x86_64-linux-gnu/libfreetype.so -lasound -ljack -lpthread -lrt -pthreadaudacity-AudioIO.o: In function `SystemTime(bool)':AudioIO.cpp:(.text+0x179): undefined reference to `PaUtil_GetTime'audacity-AudioIO.o: In function `audacityAudioCallback(void const*, void*, unsigned long, PaStreamCallbackTimeInfo const*, unsigned long, void*)':AudioIO.cpp:(.text+0xcbe6): undefined reference to `PaUtil_GetTime'collect2: error: ld returned 1 exit statusMakefile:2350: recipe for target 'audacity' failedmake[2]: *** [audacity] Error 1make[2]: Leaving directory '/home/ralf/Downloads/build/audacity-Audacity-2.2.1/src'Makefile:1588: recipe for target 'all' failedmake[1]: *** [all] Error 2make[1]: Leaving directory '/home/ralf/Downloads/build/audacity-Audacity-2.2.1/src'Makefile:799: recipe for target 'all-recursive' failedmake: *** [all-recursive] Error 1
Zitat von: dphn am 02.02.2018, 21:49:35aber genau dafür ist doch der Vorverstärker da, so dass er dir einen guten Ausgangspegel bietet. Aussteuern kannst du das dann doch per Software.
aber genau dafür ist doch der Vorverstärker da, so dass er dir einen guten Ausgangspegel bietet. Aussteuern kannst du das dann doch per Software.
Wenn ich es mit sudo dpkg -i audacity-Audacity-2.2.1.deb installieren will, bekomme ich immer die Meldung :
sudo dpkg -i audacity-audacity_2.2.1-1_amd64.deb
Irgendwas ist nicht sauber im System. Warum bekomme ich immer Fehlermeldungen wenn es doch durchlaufen sollte.
sudo apt-get install libwxgtk2.8-0 libwxgtk3.0-0