I've been trying to build the latest svn version of hydrogen, and have run into some issues. I have both qt3 and qt4 installed, and qt3 likes to set my QTPATH apparently, so when I run configure, it looks in the wrong path for the qt libs. Ok, easy fix, I go ahead and do:
"QTPATH=/usr/lib/qt4 ./configure"
This works at correctly setting QTPATH for the script, but it still does not find the libs it needs. So I went and looked at the actual configure file, and saw that it looked for $QTDIR/lib/* for the lib files. This is a problem, since as previously stated, my qt4 directory is /usr/lib/qt4. I was able to fix this problem by removing the /lib/ bits in the "if test" lines.
So what this brings me too, is that it might be a good idea to change how the configure script checks for the qt4 libs, since the current one will not be able to detect them on many systems (All gentoo systems at least, since /usr/lib/qt4 is the path used by default with emerge qt).
Also, is there any way to configure without jack support?
Keep up the great work guys.
Thanks
Recent comments
3 days 14 hours ago
4 days 11 hours ago
6 days 10 hours ago
1 week 5 hours ago
1 week 2 days ago
1 week 3 days ago
1 week 5 days ago
1 week 5 days ago
1 week 6 days ago
2 weeks 1 day ago