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