Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-19 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: > > Thanks. Now I need the result of the following commands on your (David & Ron) > system: > > $ pkg-config --cflags qt-mt > $ pkg-config --libs-only-l qt-mt > $ pkg-config --libs-only-L qt-mt > $ pkg-config --libs-only-other qt-mt > > If, of course, your qt developm

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-19 Thread Olivier Cruilles
Benoit, Here my parameters on Fedora 10 [r...@linusky Packages]# pkg-config --cflags qt-mt -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT - D_REENTRANT -I/usr/lib/qt-3.3/include [r...@linusky Packages]# pkg-config --libs-only-l qt-mt -lqt-mt -lmng -ljpeg -lpng -lz -lXi -lXre

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-19 Thread David Villalobos Cambronero
Sent: Wednesday, February 18, 2009 6:36:48 PM Subject: Re: [Gambas-user] Gambas 2 -> Gambas 3 On Thursday 19 February 2009, Benoît Minisini wrote: > $ pkg-config --cflags qt-mt > $ pkg-config --libs-only-l qt-mt > $ pkg-config --libs-only-L qt-mt > $ pkg-config --libs-only-other qt

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-19 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: >> Good morning Benoit (and everyone) >> >> Just came about a question: When I want to bring my Gambas2 app to >> Gambas3, will this be as roundabout as it is from Gambas1 to Gambas2? >> (Creating new forms and converting the code...) Or is it more upward >> compatible? >>

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-19 Thread Ron_1st
On Thursday 19 February 2009, Benoît Minisini wrote: > > On Thursday 19 February 2009, Benoît Minisini wrote: > > > $ pkg-config --cflags qt-mt > > > $ pkg-config --libs-only-l qt-mt > > > $ pkg-config --libs-only-L qt-mt > > > $ pkg-config --libs-only-other qt-mt > > > > > > If, of course, your qt

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-18 Thread Benoît Minisini
> On Thursday 19 February 2009, Benoît Minisini wrote: > > $ pkg-config --cflags qt-mt > > $ pkg-config --libs-only-l qt-mt > > $ pkg-config --libs-only-L qt-mt > > $ pkg-config --libs-only-other qt-mt > > > > If, of course, your qt development package uses the pkg-config system! > > > > Thanks in

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-18 Thread Ron_1st
On Thursday 19 February 2009, Benoît Minisini wrote: > $ pkg-config --cflags qt-mt > $ pkg-config --libs-only-l qt-mt > $ pkg-config --libs-only-L qt-mt > $ pkg-config --libs-only-other qt-mt > > If, of course, your qt development package uses the pkg-config system! > > Thanks in advance. > r.

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-18 Thread Benoît Minisini
> On Wednesday 18 February 2009, Benoît Minisini wrote: > > > Hi, it happened to me some day ago, > > > there is what I did to fix it. > > > # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 > > > /usr/lib64/libqt-mt.so.3.3.8 # ln -s > > > /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-18 Thread Ron_1st
On Wednesday 18 February 2009, Benoît Minisini wrote: > > Hi, it happened to me some day ago, > > there is what I did to fix it. > > # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3.8 > > # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3 > > # ln -s /usr

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-18 Thread David Villalobos Cambronero
Hi, here is mine. It is located in /usr/lib/qt3/lib64/ Regards -- David - Original Message From: Benoît Minisini To: mailing list for gambas users Sent: Wednesday, February 18, 2009 1:00:22 PM Subject: Re: [Gambas-user] Gambas 2 -> Gambas 3 > Hi, it happened to me some d

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-18 Thread Benoît Minisini
> Hi, it happened to me some day ago, > there is what I did to fix it. > # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3.8 > # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3.3 > # ln -s /usr/lib/qt3/lib64/libqt-mt.so.3.3.8 /usr/lib64/libqt-mt.so.3 > # ln

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-18 Thread Ron_1st
gt; From: Benoît Minisini > To: mailing list for gambas users > Sent: Wednesday, February 18, 2009 8:37:38 AM > Subject: Re: [Gambas-user] Gambas 2 -> Gambas 3 > > > On Wednesday 18 February 2009, Benoît Minisini wrote: > > > > Benoit, ---8< > > > >

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-18 Thread David Villalobos Cambronero
libqt-mt was unaccessible, could be Gambas involved? Regards -- David - Original Message From: Benoît Minisini To: mailing list for gambas users Sent: Wednesday, February 18, 2009 8:37:38 AM Subject: Re: [Gambas-user] Gambas 2 -> Gambas 3 > On Wednesday 18 February 2009,

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-18 Thread Benoît Minisini
> 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 fin

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-18 Thread Ron_1st
On Tuesday 17 February 2009, richard terry wrote: > On Tue, 17 Feb 2009 09:42:09 pm Rolf-Werner Eilert wrote: > > Benoît Minisini schrieb: > > >> Good morning Benoit (and everyone) > > >> > > >> Just came about a question: When I want to bring my Gambas2 app to > > >> Gambas3, will this be as round

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-18 Thread Ron_1st
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 > > > >

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-18 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: >> 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

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-17 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: >> 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

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-17 Thread Rolf-Werner Eilert
Doriano Blengino schrieb: > Benoît Minisini ha scritto: >>> 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 >>> >>

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-17 Thread Doriano Blengino
Benoît Minisini ha scritto: >> 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 Fedor

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-17 Thread Benoît Minisini
> 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

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-17 Thread Olivier Cruilles
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 s

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-17 Thread richard terry
On Tue, 17 Feb 2009 09:42:09 pm Rolf-Werner Eilert wrote: > Benoît Minisini schrieb: > >> Good morning Benoit (and everyone) > >> > >> Just came about a question: When I want to bring my Gambas2 app to > >> Gambas3, will this be as roundabout as it is from Gambas1 to Gambas2? > >> (Creating new for

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-17 Thread Benoît Minisini
> Benoît Minisini schrieb: > >> Good morning Benoit (and everyone) > >> > >> Just came about a question: When I want to bring my Gambas2 app to > >> Gambas3, will this be as roundabout as it is from Gambas1 to Gambas2? > >> (Creating new forms and converting the code...) Or is it more upward > >> c

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-17 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: >> Good morning Benoit (and everyone) >> >> Just came about a question: When I want to bring my Gambas2 app to >> Gambas3, will this be as roundabout as it is from Gambas1 to Gambas2? >> (Creating new forms and converting the code...) Or is it more upward >> compatible? >>

Re: [Gambas-user] Gambas 2 -> Gambas 3

2009-02-17 Thread Benoît Minisini
> Good morning Benoit (and everyone) > > Just came about a question: When I want to bring my Gambas2 app to > Gambas3, will this be as roundabout as it is from Gambas1 to Gambas2? > (Creating new forms and converting the code...) Or is it more upward > compatible? > > The reason for asking this is

[Gambas-user] Gambas 2 -> Gambas 3

2009-02-16 Thread Rolf-Werner Eilert
Good morning Benoit (and everyone) Just came about a question: When I want to bring my Gambas2 app to Gambas3, will this be as roundabout as it is from Gambas1 to Gambas2? (Creating new forms and converting the code...) Or is it more upward compatible? The reason for asking this is that you to