<br><div><span class="gmail_quote">2007/6/7, Florian Schmidt &lt;<a href="mailto:mista.tapas@gmx.net">mista.tapas@gmx.net</a>&gt;:<br><br></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It seems to me that the freecycle uses a mixture of Qt3 and Qt4.</blockquote><div><br><div><br>No, I compiled it successfully,&nbsp; with the right libinstpatch installed, on debian/unst./32 with QT3<br><br><br>tar xfj freecycle-0.6alpha.tar.bz2
<br>cd freecycle<br>cd src<br>export QTDIR=/usr/share/qt3<br>/usr/share/qt3/bin/qmake&nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  # no arguments ! run in src dir
<br>cd ..<br>/usr/share/qt3/bin/qmake&nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  # no arguments ! run in base dir<br><br>vim src/soundplayer.cpp<br>[[[<br> fix:<br>&nbsp;&nbsp;&nbsp; src/soundplayer.cpp line 77<br>from:<br>&nbsp;&nbsp;&nbsp; bufferPointersLR=new (float*)[2];
<br>to:<br>&nbsp;&nbsp;&nbsp; bufferPointersLR=new float*[2];<br>]]]<br><br>make<br><br><br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">So i suppose noone wins..
</blockquote><div><br>I won ;-)<br>&nbsp;<br></div><br>regards, emanuel<br><br><br></div></div>