[Gambas-user] Gambas 2 -> Gambas 3

Benoît Minisini gambas at ...1...
Wed Feb 18 15:37:38 CET 2009


> On Wednesday 18 February 2009, Benoît Minisini wrote:
> > > Benoit,
> > >
> > > I trying to compile and install Gambas 3 from the svn trunk and I have
> > > the same problem
> > > like Rolf.
> > >
> > > When I start the compilation by:  make        =>  I have the same
> > > error on :  cannot find -lqt-mt
> > >
> > > I tryed to compile Gambas 3 on Fedora 7 and Fedora 10, and the both
> > > case I have the same problem.
> > >
> > > I verify the library and all it's ok:     on Fedora 10
> > >
> > > [root at ...2073... ~]# ls -l /usr/lib/qt-3.3/lib/
> > > total 19380
> > > -rw-r--r-- 1 root root 7897526 oct.  8 15:19 libdesignercore.a
> > > -rw-r--r-- 1 root root    1050 oct.  8 15:18 libdesignercore.prl
> > > -rw-r--r-- 1 root root  509178 oct.  8 15:19 libeditor.a
> > > -rw-r--r-- 1 root root     956 oct.  8 15:18 libeditor.prl
> > > -rw-r--r-- 1 root root   41204 oct.  8 15:19 libqassistantclient.a
> > > -rw-r--r-- 1 root root     967 oct.  8 15:18 libqassistantclient.prl
> > > lrwxrwxrwx 1 root root      15 déc.  5 02:24 libqsa.so -> libqsa.so.
> > > 1.1.4
> > > lrwxrwxrwx 1 root root      15 déc.  5 02:20 libqsa.so.1 -> libqsa.so.
> > > 1.1.4
> > > lrwxrwxrwx 1 root root      15 déc.  5 02:20 libqsa.so.1.1 ->
> > > libqsa.so.1.1.4
> > > -rwxr-xr-x 1 root root 2106324 mars 25  2008 libqsa.so.1.1.4
> > > -rw-r--r-- 1 root root     964 oct.  8 15:18 libqt-mt.prl
> > > lrwxrwxrwx 1 root root      17 déc.  5 13:06 libqt-mt.so -> libqt-
> > > mt.so.3.3.8
> > > lrwxrwxrwx 1 root root      17 déc.  5 12:38 libqt-mt.so.3 -> libqt-
> > > mt.so.3.3.8
> > > lrwxrwxrwx 1 root root      17 déc.  5 12:38 libqt-mt.so.3.3 -> libqt-
> > > mt.so.3.3.8
> > > -rwxr-xr-x 1 root root 8880140 oct.  8 15:19 libqt-mt.so.3.3.8
> > > -rw-r--r-- 1 root root     852 oct.  8 15:18 libqui.prl
> > > lrwxrwxrwx 1 root root      15 déc.  5 13:06 libqui.so -> libqui.so.
> > > 1.0.0
> > > lrwxrwxrwx 1 root root      15 déc.  5 12:38 libqui.so.1 -> libqui.so.
> > > 1.0.0
> > > lrwxrwxrwx 1 root root      15 déc.  5 12:38 libqui.so.1.0 ->
> > > libqui.so.1.0.0
> > > -rwxr-xr-x 1 root root  255332 oct.  8 15:19 libqui.so.1.0.0
> > >
> > >
> > >
> > > Olivier Cruilles
> > > Mail: linuxos at ...1896...
> >
> > If Redhat puts the Qt library in a strange place, maybe the configure
> > script cannot find it. And if nobody posts the output of configure,
> > fixing that is hard!
>
> From the problems I have it did look to me something with qt was failing.
> In the configure there is/was no mention about qt-mt
> but in the log from 'make' it occurs on some parts related to gb.gt.xxxx
> I did give you those logs also the ones from make install with the -v flag
> for the gbi calls.
> I commented even the place in that special log where the gbi -v was
> aborted. Never got a hint from that action you requested me to do with -v
> flag.
>
> It may be not exact the same problem but strong related in my view
> by reading my log files line by line.
>
> The compare for diffs between kubuntu8.04 - kubuntu-8.10 and your mandrake
> was interesting but not effective.
> However we din never look to where the diffs where for the qt libs and
> that is interesting to.
> kubuntu 8.04 based on qt3 kde3
> kubuntu 8.10 based on qt4 kde4
>
> I did see in the 'make' log references for gcc for lib paths  to lib/qt4
>
> Attached the result for 'locate qt3' (removed the /user/share/doc lines)
>
> So I did give up, live goes on for you and me.
>
>
> ron at ...1311...:~$ locate libqt-mt
>
> pclinux-2007 mounted at /mnt/sda2
>
> /mnt/sda2/usr/lib/qt3/lib/libqt-mt.la
> /mnt/sda2/usr/lib/qt3/lib/libqt-mt.prl
> /mnt/sda2/usr/lib/qt3/lib/libqt-mt.so.3
> /mnt/sda2/usr/lib/qt3/lib/libqt-mt.so.3.3
> /mnt/sda2/usr/lib/qt3/lib/libqt-mt.so.3.3.8
>
>
> kubuntu-8.04
>
> /usr/lib/libqt-mt.la
> /usr/lib/libqt-mt.prl
> /usr/lib/libqt-mt.so
> /usr/lib/libqt-mt.so.3
> /usr/lib/libqt-mt.so.3.3
> /usr/lib/libqt-mt.so.3.3.8
> /usr/share/qt3/lib/libqt-mt.la
> /usr/share/qt3/lib/libqt-mt.prl
> /usr/share/qt3/lib/libqt-mt.so
> /usr/share/qt3/lib/libqt-mt.so.3
> /usr/share/qt3/lib/libqt-mt.so.3.3
>
>
>
> Best regards,
>
> Ron_1st

Do you know why there is libqt-mt.so.3.* at two different places on your 
system? (/usr/lib and /usr/share/qt3/lib)

-- 
Benoît




More information about the User mailing list