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

2009-02-19 Thread David Villalobos Cambronero
@lists.sourceforge.net 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-mt

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 development

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 and Fedora 10, and

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 I tryed to compile

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 roundabout as it is

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 find -lqt-mt I tryed

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

2009-02-18 Thread David Villalobos Cambronero
2 - Gambas 3 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 Ron_1st
@lists.sourceforge.net 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 From the problems I have it did look to me something with qt was failing. In the configure

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 -s

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

2009-02-18 Thread David Villalobos Cambronero
] Gambas 2 - Gambas 3 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

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

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 # ln -s

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.

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 advance.

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 that

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 forms and

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 I tryed to compile Gambas 3

[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