Compiling without libinstpatch didn't work
When you make changes in cond.pri, you must re-run qmake. It helps if
you "make clean" and remove Makefiles (in the root dir and in src/)
Regards,
Predrag
Le mercredi, 6 juin 2007, Emanuel Rumpf a écrit :
> 2007/6/6, Predrag Viceic <viceic(a)net2000.ch>ch>:
> > Hi,
> >
> > libinstpatch can be disabled in
> >
> > src/cond.pri
>
> Thanks for the hint !
>
> 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
> >
> > Ah, that helped...
>
Compiling without libinstpatch didn't work
> so after downloading the deb-package for libinstpatch from:
>
http://piem.org/debian/unstable/i386/
> ( because compiling libinstpatch myself, did not work)
>
> I managed to compile freecycle (debian unst. 32) this way:
>
> first edit src/cond.pri as appropriate (no changes required, but I enabled
> portaudio and portmidi)
> now run qmake3: /usr/share/qt3/bin/qmake IN THE src directory, not the base
> directory!
> now run /usr/share/qt3/bin/qmake in the base directory
> fix src/soundplayer.cpp line 77 as described (remove () braces )
> now make
>
> Cheers,
> Emanuel