|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
gambas 2.6.0 on FreeBSDHi
I'm trying run gambas 2.6.0 on my FreeBSD box (6.3-STABLE). I have compiled all components except some like qte, firebird, sqlite2 and v4linux. The problem is when i run gambas2 from my xterm, i only see the message "ERROR: #2: Cannot load class 'Action': Unable to load class file". The same problem i have obtained using versions 2.4.x and 2.5.x of gambas. I could make more tests if you want it because i'm planning to update gambas into FreeBSD port tree Greetings ACM ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
Re: gambas 2.6.0 on FreeBSDOn dimanche 11 mai 2008, Jose Alonso Cardenas Marquez wrote:
> Hi > > I'm trying run gambas 2.6.0 on my FreeBSD box (6.3-STABLE). I have > compiled all components except some like qte, firebird, sqlite2 and > v4linux. The problem is when i run gambas2 from my xterm, i only see > the message "ERROR: #2: Cannot load class 'Action': Unable to load > class file". The same problem i have obtained using versions 2.4.x and > 2.5.x of gambas. > > I could make more tests if you want it because i'm planning to update > gambas into FreeBSD port tree > > Greetings > ACM > Please send me the full output of 'configure', 'make' and 'make install'. The Action class is defined in the gb.qt part made in Gambas, and so maybe this part was not compiled during the 'make install'. With the ouptut I may see if there was an error. Regards, -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
Re: gambas 2.6.0 on FreeBSD>
> Please send me the full output of 'configure', 'make' and 'make install'. > > The Action class is defined in the gb.qt part made in Gambas, and so maybe > this part was not compiled during the 'make install'. With the ouptut I may > see if there was an error. > > Regards, > > -- > Benoit Minisini Finally, I have gambas 2.6.0 working on my FreeBSD box partially, now i have a problem while i'm trying create a new project. I write the name and title information and I push the next button and it is trying to create a new directory using project name, if i push next button again, i see the mesage indicating that the project directory exists. I thought that on 3 step of project wizard would be create project name file but it's creating a directory instead of If I cancel project wizard, it will abort with an error (This application has raised and unexpected error and must abort - FCreateProject.Run.10: #6: Type mismatch: wanted Boolean, got Function instead), and i can see the following lines on my console output [acm@HellFire]# gambas2 QSettings::sync: filename is null/empty FCreateProject.Run.10: #6: Type mismatch: wanted Boolean, got Function instead 0: FCreateProject.Run.10 1: FWelcome.btnNew_Click.100 2: CCoolButton.Panel_MouseUp.117 3: FWelcome.Run.30 4: Project.Main.166 QThread: internal error: zero data for running thread. I have installed QT 3.3.8 KDELIBS 3.5.8 KDEBASE 3.5.8 Greetings ACM ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
| Free Forum Powered by Nabble | Forum Help |