Greetings:
I'd like to build Freecycle on my AMD64 box, but I'm running into
unending difficulties with its Qt detection. The README indicates that
Qt3 is required, which I have installed on my 64Studio system (along
with Qt4), but I'm having nothing but failure trying to get the
Freecycle makefile to find the Qt3 headers. I've tried setting QTdir and
I've tried unsetting it, I've tried using Qt4 instead of Qt3 (because
the requested headers are mostly found in /usr/include/qt4/Qt/), and
I've got 0 joy.
All devel packages are installed.
Has anyone on this list successfully built Freecycle on a Debian
system, 32-bit or 64-bit ? If so, how ?
Best,
dp
did you use the appropriate qmake version?
On debian unstable 32, I tried it with
export QTDIR=/usr/share/qt3
/usr/share/qt3/bin/qmake
QT does not seem to make problems
But I got compile-errors as well.
Seems to me, as if I have the wrong libinstpatch - version installed (part of swami.sourceforge.net (?) which is down atm.)
also I had to fix:
src/soundplayer.cpp line 77
from:
bufferPointersLR=new (float*)[2];
to:
bufferPointersLR=new float*[2];
maybe this brings you any further....
Emanuel
_______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-user