Re: [Gambas-user] BUG Install on mandriva

2010-07-27 Thread MailingLists
Rnak you, everything is fine now with the 2.20 release. I will check for the 2.21 issue as I will have time Le 27/07/2010 08:41, Benoît Minisini a écrit : >>Hello everybody, >> >> I tried to compile Gambas 2.21 from the svn. First of all, I observed >> that the problems with the share symbo

Re: [Gambas-user] BUG Install on mandriva

2010-07-27 Thread Benoît Minisini
> Doriano Blengino ha scritto: > > This leads to my last question: how can I download a local copy of the > > wiki? I tried two or three times with wget, but the result is unuseable. > > Forget it - I finally got what I need. > > May be that in the help, about pointers (url: /help/lang/type/point

Re: [Gambas-user] BUG Install on mandriva

2010-07-27 Thread Benoît Minisini
> Hello everybody, > > I tried to compile Gambas 2.21 from the svn. First of all, I observed > that the problems with the share symbolic link between gb.qt and gb.gtk > share folders are not existing with the sources from svn. > The link is presente whereas it is not with the .tar.gz as I wrote

Re: [Gambas-user] BUG Install on mandriva

2010-07-26 Thread Doriano Blengino
Doriano Blengino ha scritto: > > This leads to my last question: how can I download a local copy of the > wiki? I tried two or three times with wget, but the result is unuseable. > Forget it - I finally got what I need. May be that in the help, about pointers (url: /help/lang/type/pointer), i

Re: [Gambas-user] BUG Install on mandriva

2010-07-26 Thread Doriano Blengino
Benoît Minisini ha scritto: >>> VarPtr() must be used when a C-function argument is actually a pointer to >>> a variable that will be modified by the called function. >>> >> I disagree for two or three reasons. First, an external declaration >> already implies that the declaration refers to

Re: [Gambas-user] BUG Install on mandriva

2010-07-26 Thread Benoît Minisini
> > VarPtr() must be used when a C-function argument is actually a pointer to > > a variable that will be modified by the called function. > > I disagree for two or three reasons. First, an external declaration > already implies that the declaration refers to something extraneous to > gambas, wher

Re: [Gambas-user] BUG Install on mandriva

2010-07-25 Thread Doriano Blengino
Benoît Minisini ha scritto: > > > You just have to use the MEMORY instruction to get a memory stream, and > replace the #pointer by #memoryStream. > As you already stated, it is necessary to get informed. I will fetch the wiki for that. > > It seems that "byref" is ignored in external

Re: [Gambas-user] BUG Install on mandriva

2010-07-25 Thread Benoît Minisini
> > I mean that gambas3.gambas should not be created, and therefore not > installed, if it is disabled, much the same as other components. Me and > the others who saw "no project in..." were fooled by this: if you > compile a thing, may be a C source or a Gambas source, the compilation > stops if

Re: [Gambas-user] BUG Install on mandriva

2010-07-25 Thread Doriano Blengino
Benoît Minisini ha scritto: >> Benoît Minisini ha scritto: >> >> >> Me and others got caught in the same pit - building of gambas3.gambas >> succeeds even if some required component is missing. While it is true >> that examining logs or paying attention to the compilation process this >> pit c

Re: [Gambas-user] BUG Install on mandriva

2010-07-25 Thread Benoît Minisini
> Benoît Minisini ha scritto: > >> Now, the single file that should be a link it's easy to correct. But, a > >> line saying "link ../component.am" in the middle of a makefile is > >> different: the makefile is generated by ./configure; where are the > >> instructions that make configure think to do

Re: [Gambas-user] BUG Install on mandriva

2010-07-25 Thread Doriano Blengino
Benoît Minisini ha scritto: >> Now, the single file that should be a link it's easy to correct. But, a >> line saying "link ../component.am" in the middle of a makefile is >> different: the makefile is generated by ./configure; where are the >> instructions that make configure think to do such a th

Re: [Gambas-user] BUG Install on mandriva

2010-07-25 Thread Benoît Minisini
> Benoît Minisini ha scritto: > >> Sorry, but the sources haven't got gb.qt4 but only gb.qt > > > > Florent talks about compiling Gambas 2 from the *.tar.bz2 sources, > > whereas Doriano talks about compiling Gambas 3 from the subversion > > repository! > > Yes - sorry. I was so deep inside my

Re: [Gambas-user] BUG Install on mandriva

2010-07-24 Thread Doriano Blengino
Benoît Minisini ha scritto: >> Sorry, but the sources haven't got gb.qt4 but only gb.qt >> >> > > Florent talks about compiling Gambas 2 from the *.tar.bz2 sources, whereas > Doriano talks about compiling Gambas 3 from the subversion repository! > Yes - sorry. I was so deep inside my pr

Re: [Gambas-user] BUG Install on mandriva

2010-07-24 Thread Benoît Minisini
> Sorry, but the sources haven't got gb.qt4 but only gb.qt > Florent talks about compiling Gambas 2 from the *.tar.bz2 sources, whereas Doriano talks about compiling Gambas 3 from the subversion repository! Be careful! To Doriano: if you have a file instead of a symbolic link, then I think

Re: [Gambas-user] BUG Install on mandriva

2010-07-24 Thread Dag Jarle Johansen
I dont know if I am too late, just try this: (made some mistakes myself with even the properties of the trunk) kill the trunk what you allready has. rm -r, stay sure you are on the right position. then just follow the lines on the gambas-hp, using the commands for your system. and if using ubuntu,

Re: [Gambas-user] BUG Install on mandriva

2010-07-24 Thread MailingLists
Sorry, but the sources haven't got gb.qt4 but only gb.qt Best regards Le 24/07/2010 17:55, Doriano Blengino a écrit : > MailingLists ha scritto: >> Thank you for answering. >> >> I executed the following command in order to have the symbolici link: >> ln -s gb.qt/share/ gb.gtk/share. >> No m

Re: [Gambas-user] BUG Install on mandriva

2010-07-24 Thread Doriano Blengino
MailingLists ha scritto: > Thank you for answering. > > I executed the following command in order to have the symbolici link: > ln -s gb.qt/share/ gb.gtk/share. > No more success but I have an idea. Ehm... shouldn't it be "ln -s gb.qt4/share/ gb.gtk/share"? Note in "qt4" then "4" after qt... Pr

Re: [Gambas-user] BUG Install on mandriva

2010-07-24 Thread Doriano Blengino
Benoît Minisini ha scritto: >> here in attached file the different step of my compilation executed as >> root on the main folder : >> 1 # ./reconf-all > 1-recon-all_as_root.txt 2>&1 see in attached file >> 2 # ./configure > 2-configure_as_root.txt 2>&1 see in attached file >> 3 # make > 3-make_as_r

Re: [Gambas-user] BUG Install on mandriva

2010-07-24 Thread Benoît Minisini
> Hy, > > I'm really sorry, but I followed strictly the procedure described in the > install file. > So I now I consider the website here are some additionnal pieces of > information : > Mandriva 2010.0 > Intel Centrino DUo > Kernel : 2.6.31.13-desktop-1mnb > Trying to compile gambase 2.20 > wha

Re: [Gambas-user] BUG Install on mandriva

2010-07-24 Thread MailingLists
Hy, I'm really sorry, but I followed strictly the procedure described in the install file. So I now I consider the website here are some additionnal pieces of information : Mandriva 2010.0 Intel Centrino DUo Kernel : 2.6.31.13-desktop-1mnb Trying to compile gambase 2.20 what is installed : kd

Re: [Gambas-user] BUG Install on mandriva

2010-07-24 Thread Benoît Minisini
> Thank you for answering again, > > I thought that my first post had the same message but it's wrong. > So I compiled another time. > First try : reconf then all the commmands in the gb.qt.kde component : > outputRootComponent.txt attached. > Second try : reconf-all then all the commands : outp

Re: [Gambas-user] BUG Install on mandriva

2010-07-23 Thread Benoît Minisini
> Hy, > > thank you to all of us for answering so fast. But the problem still even > with root priviledges > If you don't provide the full output of all configuration and compilation process, nobody can help you! -- Benoît Minisini --

Re: [Gambas-user] BUG Install on mandriva

2010-07-23 Thread MailingLists
Hy, thank you to all of us for answering so fast. But the problem still even with root priviledges Le 23/07/2010 17:31, Benoît Minisini a écrit : >>Hy, >> >> My first time on this list. I'm french and discover Gambas as I was >> looking for a data modeler for postgreSQL. Naturally I found

Re: [Gambas-user] BUG Install on mandriva

2010-07-23 Thread Benoît Minisini
> Hy, > > My first time on this list. I'm french and discover Gambas as I was > looking for a data modeler for postgreSQL. Naturally I found the project > pgDesigner from luigi carlotto. > > This project is using gb-qt-kde but I'm currently working on mandriva > 2010 with no KDE3.x packages. >

Re: [Gambas-user] BUG Install on mandriva

2010-07-23 Thread Dag Jarle Johansen
Hi, sorry, forgot to tell, I am using ubuntu 10.04, with gnome. No KDE. Dag again Am Freitag, den 23.07.2010, 14:12 + schrieb MailingLists: > Hy, > > My first time on this list. I'm french and discover Gambas as I was > looking for a data modeler for postgreSQL. Naturally I found the proje

Re: [Gambas-user] BUG Install on mandriva

2010-07-23 Thread Dag Jarle Johansen
Hi, if you don't have to distribute at once, I would use the SVN-version of Gambas. I used the 2.x version too, but experienced a lot of "troubles". It is stable, but in the SVN aka 2.99 aka 3.0 you will find many improvements. In my experience, the SVN pays out - no matter what database you are c

[Gambas-user] BUG Install on mandriva

2010-07-23 Thread MailingLists
Hy, My first time on this list. I'm french and discover Gambas as I was looking for a data modeler for postgreSQL. Naturally I found the project pgDesigner from luigi carlotto. This project is using gb-qt-kde but I'm currently working on mandriva 2010 with no KDE3.x packages. So I instal