<br><br><div><span class="gmail_quote">On 6/7/07, <b class="gmail_sendername">Dave Phillips</b> &lt;<a href="mailto:dlphillips@woh.rr.com">dlphillips@woh.rr.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Florian Schmidt wrote:<br><br>&gt;BTW: Of course it might be that the OP&#39;s problem is completely orthogonal to<br>&gt;this issue. He never posted the error messages, so it&#39;s hard to tell.<br>&gt;<br>&gt;<br>Ah yes, error messages. Here you go:
<br><br>dlphilp@64studio:~/freecycle$ export QTDIR=/usr/share/qt3/<br><br>dlphilp@64studio:~/freecycle$ qmake-qt3 <a href="http://freecycle.pro">freecycle.pro</a><br><br>dlphilp@64studio:~/freecycle$ make<br>cd src &amp;&amp; make -f Makefile
<br>make[1]: Entering directory `/home/dlphilp/freecycle/src&#39;<br>g++ -c -pipe -Wall -W -O2 -D_REENTRANT&nbsp;&nbsp;-DHAS_JACK -DHAS_ALSA<br>-DHAS_SOUNDTOUCH -DHAS_MIDI -DQT_NO_DEBUG -DQT_THREAD_SUPPORT<br>-I/usr/share/qt3/mkspecs/default -I. -I../src -I/usr/include
<br>-I/usr/local/include -I/opt/gnome/include/glib-2.0<br>-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include<br>-I/opt/gnome/lib/glib-2.0/include -I/usr/share/qt3/include -o main.o<br>main.cpp<br>In file included from main.cpp
:22:<br>freecycle.h:24:26: error: q3mainwindow.h: No such file or directory<br>freecycle.h:27:26: error: q3scrollview.h: No such file or directory<br>freecycle.h:28:21: error: q3frame.h: No such file or directory<br>freecycle.h
:30:20: error: q3vbox.h: No such file or directory<br>freecycle.h:31:20: error: q3hbox.h: No such file or directory<br>freecycle.h:32:22: error: q3canvas.h: No such file or directory<br>freecycle.h:37:24: error: q3memarray.h
: No such file or directory<br>freecycle.h:39:23: error: QCloseEvent: No such file or directory<br>freecycle.h:40:23: error: Q3PopupMenu: No such file or directory</blockquote><div><br><br>You are right. They appear to only exist in the debian qt4-dev package.... in the directory:
<br><br><pre>/usr/include/qt4/Qt3Support/<br><br><br>It built on my 32bit system without complaints though, using <br><br>-I/usr/share/qt3/mkspecs/default<br>-I/usr/include/qt3<br><br><br>I just used qmake-qt3;make<br>I had to edit out the () braces on line 77 of 
soundplayer.cpp, though.<br><br>James<br></pre><br></div><br></div><br>