[LAU] building Freecycle for x86_64 ?

Predrag Viceic viceic at net2000.ch
Wed Jun 6 10:22:19 EDT 2007


Hi,

libinstpatch can be disabled in

src/cond.pri

but then you loose soundfont export. 

If I remember well, Piem (http://piem.org/debian/) has the builds of Freecycle 
and the "correct" libinstpatch.

Cheers,
Predrag
http://freecycle.redsteamrecords.com


Le Wednesday 06 June 2007 15.39:51 Emanuel Rumpf, vous avez écrit :
> 2007/6/6, Dave Phillips <dlphillips at woh.rr.com>:
> > 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



More information about the Linux-audio-user mailing list