Re: [LAU] building Freecycle for x86_64 ?

From: James Stone <jamesmstone@email-addr-hidden>
Date: Thu Jun 07 2007 - 17:06:52 EEST

On 6/7/07, Dave Phillips <dlphillips@email-addr-hidden> 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@email-addr-hidden:~/freecycle$ export QTDIR=/usr/share/qt3/
>
> dlphilp@email-addr-hidden:~/freecycle$ qmake-qt3 freecycle.pro
>
> dlphilp@email-addr-hidden:~/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

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-user
Received on Thu Jun 7 20:15:02 2007

This archive was generated by hypermail 2.1.8 : Thu Jun 07 2007 - 20:15:03 EEST