[Gambas-user] Problem building Gambas3 on openSUSE 11.2

Benoît Minisini gambas at ...1...
Sat Nov 21 11:43:00 CET 2009


> On 20/11/09 17:28, Werner wrote:
> > Suse 11.2 came out last week. I seem to remember that it worked fine
> > with 11.1 using qt3.
> >
> > My problem is that I can't configure support for Qt (I don't care about
> > the other parts).
> >
> > I am trying this now with trunk rev 2429 but have also tried it with a
> > trunk from maybe 10 days ago.
> 
> Update:
> I have built Gambas3 with Suse11.1/qt3 and Suse11.2/qt4 side by side.
> On 11.1 moc is found in /usr/lib/qt3/bin/
> 
> On 11.2 moc is in /usr/bin (for Qt Creator, very nice, btw) and also in
> /usr/lib64/qt4/bin
> but it is not found. I've tried
> ./configure --with-moc=/usr/lib64/qt4/bin/moc but that made no difference.
> 
> I can build and run an example program with Qt Creator so the building
> apps all seem to be there.
> 
> Also, there does not seem to be any libqt-mt.so in qt4.
> 
> 
> Best Regards
> 
> Werner
> 

What are you talking about? Compiling gb.qt (Qt3) or compiling gb.qt4 (Qt4)?

Qt3 moc is found by searching in a list of hard-coded directories.

Qt4 moc is found by using pkg-config.

So please be clearer so that I can see what happens exactly!

Regards,

-- 
Benoît Minisini




More information about the User mailing list