monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Can't compile guitone


From: Jeronimo Pellegrini
Subject: Re: [Monotone-devel] Can't compile guitone
Date: Sun, 5 Nov 2006 15:37:30 -0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Sun, Nov 05, 2006 at 06:12:31PM +0100, Thomas Keller wrote:
> Jeronimo Pellegrini schrieb:
> >g++ -c -pipe -Wall -W -Wno-unused-parameter -g -D_REENTRANT  -DQANAVA
> > -DQANAVA_LINUX -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/default 
> >-I. -I/usr/share/qt3/include -I.ui/ -I.moc/ -o .obj/canController.o 
> >../../../src/can/canController.cp
> 
> Looking at this line tells me that you include Qt3's headers, rather
> than Qt4's. Make sure that you used the correct qmake (of Qt4) to 
> translate the project file into the Makefile.

Strange. I hardcoded qmake-qt4 in build.sh, and also tried
update-alternatives to set all Qt things to Qt4... And I still see qt3
there:

g++ -c -pipe -Wall -W -Wno-unused-parameter -g -D_REENTRANT  -DQANAVA
-DQANAVA_LINUX -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/default -I.
-I/usr/share/qt3/include -I.ui/ -I.moc/ -o .obj/canController.o
../../../src/can/canController.cpp

> Other than that I can't help you much, I'd recommend using Qt4 directly 
> from the trolls as I myself often suffered from those distro packages. 
> I'll certainly provide static binary packages at a later stage for guitone.

OK, thanks!
I understand that guitone is in an early stage now, so maybe I should
wait.

J.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]