Here's what I did to get it partially working on my AVLinux2rc2 (debian)
installation:
export QT_DIR=/usr/lib/qt4 (not sure if this is needed)
then
QTDIR=/opt/lib/qt4 scons (not sure if this is needed)
it returned these errors:
[...]
ary/moc_SoundLibraryTree.o gui/src/PlaylistEditor/moc_PlaylistDialog.o
-L/opt/lib/qt4/lib -lQtGui -lQtNetwork -lQtXml -lQtCore libhydrogen.a
-lsndfile -llrdf -lFLAC -lFLAC++ -ljack -lasound -ltar
/usr/lib/libraptor.so.1: undefined reference to
`xsltFreeSecurityPrefs(a)LIBXML2_1.0.22'
/usr/lib/libraptor.so.1: undefined reference to
`xsltSetGenericErrorFunc(a)LIBXML2_1.0.11'
/usr/lib/libraptor.so.1: undefined reference to
`xsltSetSecurityPrefs(a)LIBXML2_1.0.22'
/usr/lib/libraptor.so.1: undefined reference to
`xsltSetCtxtSecurityPrefs(a)LIBXML2_1.0.22'
/usr/lib/libraptor.so.1: undefined reference to
`xsltSetDefaultSecurityPrefs(a)LIBXML2_1.0.22'
/usr/lib/libraptor.so.1: undefined reference to
`xsltGenericErrorContext(a)LIBXML2_1.0.24'
/usr/lib/libraptor.so.1: undefined reference to
`xsltNewSecurityPrefs(a)LIBXML2_1.0.22'
/usr/lib/libraptor.so.1: undefined reference to
`xsltNewTransformContext(a)LIBXML2_1.0.11'
/usr/lib/libraptor.so.1: undefined reference to
`xsltParseStylesheetDoc(a)LIBXML2_1.0.11'
/usr/lib/libraptor.so.1: undefined reference to
`xsltFreeTransformContext(a)LIBXML2_1.0.11'
/usr/lib/libraptor.so.1: undefined reference to
`xsltSaveResultToString(a)LIBXML2_1.0.18'
/usr/lib/libraptor.so.1: undefined reference to
`xsltGenericError(a)LIBXML2_1.0.24'
/usr/lib/libraptor.so.1: undefined reference to
`xsltApplyStylesheetUser(a)LIBXML2_1.0.11'
/usr/lib/libraptor.so.1: undefined reference to
`xsltCleanupGlobals(a)LIBXML2_1.0.11'
/usr/lib/libraptor.so.1: undefined reference to
`xsltSecurityForbid(a)LIBXML2_1.0.22'
/usr/lib/libraptor.so.1: undefined reference to
`xsltFreeStylesheet(a)LIBXML2_1.0.11'
collect2: ld returned 1 exit status
scons: *** [hydrogen] Error 1
scons: building terminated because of errors.
pcuser@avl:/media/Data/src/hydrogen/0.9.5-beta1$
Then I upgraded the following packages:
libxslt1-dev (1.1.24-2) to 1.1.26-1
libxslt1.1 (1.1.24-2) to 1.1.26-1
and now it installed fine, only problem is no drumkits are installed by
default.
Cheers!
Peter