You are here

Add new comment

rncbc's picture

now you're stuck :( what Qt4 version is this anyway? i believe it's pretty old and decrepit :)

i guess your only chance now is going to the upgrade route i first suggested. try to source the debian testing repositories and try bringing libqt4 up to date.

meanwhile i'll have to make more stringent checks on configure, maybe Qt4 >= 4.2 is the only way to go now.

[UPDATE:] you can try this hack: try sym-linking the allegedly missing file to the correct existing one, like this under the src subdirectory:

ln -s qtractorPluginListView.h qtractorpluginlistview.h

good luck :)