Menu

#22 Build issues on Debian Stretch

v2.1 Bugs
open
nobody
None
1
2019-09-15
2019-09-15
oddyotrax
No

I ran into a few issues that required tweaking in order to successfully build the EQ10Q LV2 (eq10q-2.2.tar.gz) from source on Debian Stretch 9.9 [4.9.0-11-rt-amd64 #1 SMP PREEMPT RT Debian 4.9.189-3 (2019-09-02) x86_64 GNU/Linux]

Issue #1:

During make there was this snag

error: ‘pow10’ was not declared in this scope

did a quick search and found the suggestion to replace pow10() with exp10()

  • after replacing pow10 with exp10 in all files in the build folder the make completed

Issue #2:

by default it installs in /usr/local/lib/ however I wanted them in ~/.lv2

after copying to ~./lv2

discovered that there is no target to 'make uninstall' to remove them

had to execute

sudo rm -rvf /usr/local/lib/lv2/sapistaEQv2.lv2

Issue #3:

there is a special character in your name Pere Ràfols Soler and it displayed oddly when searching by author in Ardour or Carla

afterreplacing the instances of Ràfols with Rafols in the .ttl files under

~/.lv2/sapistaEQv2.lv2/

your name appears when searching by author in plugin managers

Discussion


Log in to post a comment.