Am 30.08.2015 um 10:37 schrieb Hermann Meyer:
Two small remarks:
- In your Makefile, replace 'echo' with 'echo -e' for the color escape
sequences to work
- I have a plug-in with a manifest.ttl file with errors (trakMeter,
references non-existing .ttl files). jalv_select handles this not very
gracefully:
Error opening file
/home/chris/lib/lv2/trakmeter.lv2/trakmeter_multi_debug.ttl (Datei oder
Verzeichnis nicht gefunden)
lilv_world_load_file(): error: Error loading file
`file:///home/chris/lib/lv2/trakmeter.lv2/trakmeter_multi_debug.ttl'
lilv_plugin_get_name(): warning: Plugin
<http://code.mzuther.de/trakmeter/multi/debug> has no (mandatory) doap:name
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct null not valid
Abgebrochen (Speicherabzug geschrieben)
Chris