You are here

Add new comment

Thanks for your reply. the configure stage was overcome, now there's some issues with the make stage.
I got the following (which I think is the cause of the problem; the additional points are mine, the command is too long), (I have installed the lilv-utils package (synaptic doesn't show another lilv package when searched):

Thanks again.

g++ -c -pipe -I/usr/include/suil-0 -I/usr/local/include - ........................................
qtractorDssiPlugin.cpp:433: warning: unused parameter ‘types’
qtractorDssiPlugin.cpp:433: warning: unused parameter ‘argc’
qtractorDssiPlugin.cpp:433: warning: unused parameter ‘user_data’
g++ -c -pipe -I/usr/include/suil-0 -I/usr/local/include -I/usr/include/lilv-0 -msse.......................

..........
............ (another series of commands)
..........

qtractorLv2Plugin.cpp:972: error: ‘lilv_port_get_index’ was not declared in this scope
qtractorLv2Plugin.cpp: In function ‘const void* qtractor_lv2_get_port_value(const char*, void*, uint32_t*, uint32_t*)’:
qtractorLv2Plugin.cpp:1003: error: ‘lilv_port_get_index’ was not declared in this scope
qtractorLv2Plugin.cpp: In constructor ‘qtractorLv2Plugin::qtractorLv2Plugin(qtractorPluginList*, qtractorLv2PluginType*)’:
qtractorLv2Plugin.cpp:1768: error: ‘lilv_plugin_get_related’ was not declared in this scope
qtractorLv2Plugin.cpp:1772: error: ‘lilv_world_load_resource’ was not declared in this scope
qtractorLv2Plugin.cpp:1794: error: ‘lilv_plugin_get_port_by_designation’ was not declared in this scope
qtractorLv2Plugin.cpp:1796: error: ‘lilv_port_get_index’ was not declared in this scope
qtractorLv2Plugin.cpp: In member function ‘virtual bool qtractorLv2Plugin::loadPreset(const QString&)’:
qtractorLv2Plugin.cpp:3190: error: ‘LilvState’ was not declared in this scope
qtractorLv2Plugin.cpp:3190: error: ‘state’ was not declared in this scope
qtractorLv2Plugin.cpp:3195: error: ‘lilv_state_new_from_file’ was not declared in this scope
qtractorLv2Plugin.cpp:3198: error: ‘lilv_state_new_from_world’ was not declared in this scope
qtractorLv2Plugin.cpp:3207: error: ‘lilv_state_restore’ was not declared in this scope
qtractorLv2Plugin.cpp:3210: error: ‘lilv_state_free’ was not declared in this scope
qtractorLv2Plugin.cpp: In member function ‘virtual bool qtractorLv2Plugin::savePreset(const QString&)’:
qtractorLv2Plugin.cpp:3219: error: ‘LilvState’ was not declared in this scope
qtractorLv2Plugin.cpp:3219: error: ‘state’ was not declared in this scope
qtractorLv2Plugin.cpp:3223: error: ‘lilv_state_new_from_instance’ was not declared in this scope
qtractorLv2Plugin.cpp:3228: error: ‘lilv_state_set_label’ was not declared in this scope
qtractorLv2Plugin.cpp:3245: error: ‘lilv_state_save’ was not declared in this scope
qtractorLv2Plugin.cpp:3247: error: ‘lilv_state_free’ was not declared in this scopeqtractorLv2Plugin.cpp:972: error: ‘lilv_port_get_index’ was not declared in this scope
qtractorLv2Plugin.cpp: In function ‘const void* qtractor_lv2_get_port_value(const char*, void*, uint32_t*, uint32_t*)’:
qtractorLv2Plugin.cpp:1003: error: ‘lilv_port_get_index’ was not declared in this scope
qtractorLv2Plugin.cpp: In constructor ‘qtractorLv2Plugin::qtractorLv2Plugin(qtractorPluginList*, qtractorLv2PluginType*)’:
qtractorLv2Plugin.cpp:1768: error: ‘lilv_plugin_get_related’ was not declared in this scope
qtractorLv2Plugin.cpp:1772: error: ‘lilv_world_load_resource’ was not declared in this scope
qtractorLv2Plugin.cpp:1794: error: ‘lilv_plugin_get_port_by_designation’ was not declared in this scope
qtractorLv2Plugin.cpp:1796: error: ‘lilv_port_get_index’ was not declared in this scope
qtractorLv2Plugin.cpp: In member function ‘virtual bool qtractorLv2Plugin::loadPreset(const QString&)’:
qtractorLv2Plugin.cpp:3190: error: ‘LilvState’ was not declared in this scope
qtractorLv2Plugin.cpp:3190: error: ‘state’ was not declared in this scope
qtractorLv2Plugin.cpp:3195: error: ‘lilv_state_new_from_file’ was not declared in this scope
qtractorLv2Plugin.cpp:3198: error: ‘lilv_state_new_from_world’ was not declared in this scope
qtractorLv2Plugin.cpp:3207: error: ‘lilv_state_restore’ was not declared in this scope
qtractorLv2Plugin.cpp:3210: error: ‘lilv_state_free’ was not declared in this scope
qtractorLv2Plugin.cpp: In member function ‘virtual bool qtractorLv2Plugin::savePreset(const QString&)’:
qtractorLv2Plugin.cpp:3219: error: ‘LilvState’ was not declared in this scope
qtractorLv2Plugin.cpp:3219: error: ‘state’ was not declared in this scope
qtractorLv2Plugin.cpp:3223: error: ‘lilv_state_new_from_instance’ was not declared in this scope
qtractorLv2Plugin.cpp:3228: error: ‘lilv_state_set_label’ was not declared in this scope
qtractorLv2Plugin.cpp:3245: error: ‘lilv_state_save’ was not declared in this scope
qtractorLv2Plugin.cpp:3247: error: ‘lilv_state_free’ was not declared in this scope
make[2]: *** [.obj/qtractorLv2Plugin.o] Error 1
make[2]: Leaving directory `/home/fn/Desktop/qtractor-0.5.6/src'
make[1]: *** [sub-src-make_default] Error 2
make[1]: Leaving directory `/home/fn/Desktop/qtractor-0.5.6'
make: *** [src/qtractor] Error 2

make[2]: *** [.obj/qtractorLv2Plugin.o] Error 1
make[2]: Leaving directory `/home/fn/Desktop/qtractor-0.5.6/src'
make[1]: *** [sub-src-make_default] Error 2
make[1]: Leaving directory `/home/fn/Desktop/qtractor-0.5.6'
make: *** [src/qtractor] Error 2