2007/6/6, Dave Phillips &lt;<a href="mailto:dlphillips@woh.rr.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">dlphillips@woh.rr.com</a>&gt;:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Greetings:<br><br>&nbsp;&nbsp;I&#39;d like to build Freecycle on my AMD64 box, but I&#39;m running into<br>unending difficulties with its Qt detection. The README indicates that<br>Qt3 is required, which I have installed on my 64Studio system (along
<br>with Qt4), but I&#39;m having nothing but failure trying to get the<br>Freecycle makefile to find the Qt3 headers. I&#39;ve tried setting QTdir and<br>I&#39;ve tried unsetting it, I&#39;ve tried using Qt4 instead of Qt3 (because
<br>the requested headers are mostly found in /usr/include/qt4/Qt/), and<br>I&#39;ve got 0 joy.<br><br>&nbsp;&nbsp;All devel packages are installed.<br><br>&nbsp;&nbsp;Has anyone on this list successfully built Freecycle on a Debian<br>system, 32-bit or 64-bit ? If so, how ?
<br><br>Best,<br><br>dp</blockquote><div><br><br><br>did you use the appropriate qmake version?<br><br>On debian unstable 32, I tried it with<br><br>export QTDIR=/usr/share/qt3<br>/usr/share/qt3/bin/qmake<br><br>QT does not seem to make problems
<br><br>But I got compile-errors as well.<br>Seems to me, as if I have the wrong libinstpatch - version installed (part of <a href="http://swami.sourceforge.net">swami.sourceforge.net</a> (?) which is down atm.)<br><br>also I had to 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></div></div><br>
maybe this brings you any further....<br><br>Emanuel<br><br>