Re: [LAU] building Freecycle for x86_64 ?

From: Emanuel Rumpf <x@email-addr-hidden>
Date: Wed Jun 06 2007 - 16:39:51 EEST

2007/6/6, Dave Phillips <dlphillips@email-addr-hidden>:
>
> 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@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-user
Received on Wed Jun 6 20:15:02 2007

This archive was generated by hypermail 2.1.8 : Wed Jun 06 2007 - 20:15:02 EEST