drobilla / ingen

A realtime modular synthesizer and/or effects processor
GNU Affero General Public License v3.0
30 stars 7 forks source link

Cannot compile on Ubuntu 20.04 (raul-1 not found) #21

Closed hellocatfood closed 3 years ago

hellocatfood commented 4 years ago

I'm attempting to compile Ingen on Ubuntu 20.04 and it fails as raul-1 cannot be found:

./waf configure
Setting top to                                  : /home/hellocatfood/Desktop/ingen 
Setting out to                                  : /home/hellocatfood/Desktop/ingen/build 
Checking for 'g++' (C++ compiler)               : /usr/bin/g++ 
Checking for program 'python'                   : /usr/bin/python 
Checking for library gcov                       : yes 
Checking for flag '-std=c++11'                  : yes 
Checking for header boost/intrusive/slist.hpp   : yes 
Checking for thread_local keyword               : yes 
Checking for program 'pkg-config'               : /usr/bin/pkg-config 
Checking for 'lv2 >= 1.16.0'                    : yes 
Checking for 'lilv-0 >= 0.21.5'                 : yes 
Checking for 'suil-0 >= 0.8.7'                  : yes 
Checking for 'sratom-0 >= 0.4.6'                : yes 
Checking for 'raul-1 >= 1.0.0'                  : not found 
The configuration failed
(complete log in /home/hellocatfood/Desktop/ingen/build/config.log)

The last version of Ubuntu to have Raul packaged was 19.10 https://launchpad.net/ubuntu/+source/raul

drobilla commented 4 years ago

Raul 1 is the version in git (like ingen).

Sorry, but being unreleased, it's not expected that ingen is buildable alone with distro dependencies. It often depends on git versions of things.