|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Problems with the gb.db.mysql componentHi Benoit:
Yesterday I had some problems with the gb.db.mysql component, that is what I found: 1.I had to install Mandriva 2008.1 64Bits on my computer, then install Gambas 3 dependencies, then compile Gambas as usual, everything went fine. 2.But when I try to compile one of my application that uses gb.db.mysql got ab error telling me that “modMain” can't be loaded. modMain is the Startup method in the gb.db.mysql component. 3.The very first thing I tried to do was execute: “./configure -C; make; su -c "make install"” in the ../trunk/gb.db.mysql/ directory and then my application runs fine. 4.Seems that there is a problem during the compilation in Gambas, so I made it again and save all the output to a file and look for gb.db.mysql, and seems that everything is OK. So, do you have any idea about that, why in the first compilation doesn't work? Best regards David ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
Re: Problems with the gb.db.mysql componentOn mardi 17 juin 2008, David Villalobos Cambronero wrote:
> Hi Benoit: > > Yesterday I had some problems with the gb.db.mysql component, that is what > I found: 1.I had to install Mandriva 2008.1 64Bits on my computer, then > install Gambas 3 dependencies, then compile Gambas as usual, everything > went fine. 2.But when I try to compile one of my application that uses > gb.db.mysql got ab error telling me that “modMain” can't be loaded. modMain > is the Startup method in the gb.db.mysql component. 3.The very first thing > I tried to do was execute: “./configure -C; make; su -c "make install"” in > the ../trunk/gb.db.mysql/ directory and then my application runs fine. > 4.Seems that there is a problem during the compilation in Gambas, so I made > it again and save all the output to a file and look for gb.db.mysql, and > seems that everything is OK. > > So, do you have any idea about that, why in the first compilation doesn't > work? > > Best regards > > David > If you take the sources from the svn repository, you have to do a "./reconf" before "./configure". Maybe it is the source of the problem? And are you sure that everything went fine? I can't say if I don't see the full output of the compilation and install process... -- Benoit Minisini ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
|
|
|
|
| Free Forum Powered by Nabble | Forum Help |