brummer10 / guitarix

guitarix virtual versatile amplification for Jack/Linux
234 stars 24 forks source link

Compiling Error Ubuntu 22.04 Missing directory #127

Closed wundermusiker closed 1 year ago

wundermusiker commented 1 year ago

Hi Brummer,

it's the first time guitarix does not compile. It stops with [ 735/1039] Compiling src/gx_head/gui/gx_main_midi.cpp In file included from ../src/headers/guitarix.h:81, from ../src/gx_head/gui/gx_main.cpp:26: ../src/headers/engine.h:65:10: fatal error: lv2/lv2plug.in/ns/ext/presets/presets.h: Datei oder Verzeichnis nicht gefunden 65 | #include "lv2/lv2plug.in/ns/ext/presets/presets.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Any idea what went wrong? waf configure went through successfully with: `etting top to : /home/lala/guitarix/trunk Setting out to : /home/lala/guitarix/trunk/build Checking for program 'msgfmt' : /usr/bin/msgfmt Checking for program 'perl' : /usr/bin/perl Checking for program 'intltool-merge' : /usr/bin/intltool-merge Checking for 'g++' (C++ compiler) : /usr/bin/g++ Checking for program 'pkg-config' : /usr/bin/pkg-config Checking for 'sndfile' : yes Checking for header fftw3.h : yes Checking for 'fftw3f' : yes Checking for 'jackd1' : not found Checking for 'jackd2' : yes Checking for 'gmodule-export-2.0' : yes Checking for 'libcurl' : yes Checking for font RobotoCondensed : ok Checking for program 'sassc' : /usr/bin/sassc Checking for 'gthread-2.0' : yes Checking for 'glibmm-2.4' : yes Checking for 'gtk+-3.0' : yes Checking for 'gtkmm-3.0' : yes Checking for 'giomm-2.4' : yes Checking for header ladspa.h : yes Checking for 'lrdf' : yes Checking for 'lilv-0' : yes Checking for boost-system : yes Checking for boost >= 1.42 : yes Checking for boost_iostreams >= 1.42 : yes Checking for zita-convolver >= 3.0 : Zita-convolver version 3 not found, trying version 4 Checking for zita-convolver >= 4.0 : yes Checking for zita-resampler >= 1.0 : yes Checking for program 'gperf' : /usr/bin/gperf Checking for program 'faust' : /usr/bin/faust Checking for faust version : ok (2.37.3) Checking for program 'strip' : /usr/bin/strip Checking for 'sigc++-2.0' : yes Checking for 'lv2' : yes Checking for 'avahi-gobject' : yes Checking for 'avahi-glib' : yes Checking for 'avahi-client' : yes Checking for 'bluez' : yes Checking for 'liblo' : yes Checking for 'eigen3' : yes Checking for program 'ld' : /usr/bin/ld Checking for 'cairo' : yes Checking for library X11 : yes Checking for header X11/Xlib.h : yes

==================
GUITARIX II 0.44.1

OS : linux C++ flags : -Wall -DGSEAL_ENABLE -O3 -DNDEBUG -std=c++11 Link flags :
Compiler ['/usr/bin/g++'] version : 11.3.0 Parallel build jobs : 4 Use prebuild faust files : no Use faust precision : double Use prebuild gperf files : no Use prebuild gresouce file : yes Avahi service discovery : yes Bluetooth rfcomm : yes Build with NSM support : yes Use internal zita-resampler : no Use internal zita-convolver : no Build standalone application : yes Jack Session Support : no Build LADSPA plugins : no Build new LADSPA plugins : no Build LV2 plugins : yes Build MOD LV2 plugin GUI's : no SSE2 support found : yes SSE2 support disabled : no skip Python Library Wrapper : yes use prebuild C++ Library Wrapper : yes skip building shared lib : no skip install lib-dev : yes run ldconfig tool : yes update desktop database : yes Localization (intltool) : yes skip glade support : yes Install prefix : /usr/local Install standalone binary : /usr/local/bin Guitarix shared files directory : /usr/local/share/gx_head Guitarix pixmaps directory : /usr/local/share/pixmaps Install library : /usr/local/lib Install lv2 : /usr/local/lib/lv2

`

wundermusiker commented 1 year ago

I reinstalled lv2. It was broken. All compiles as expected. Great amp. Thanks.