[Gambas-user] error running gambas3 rev2710

2010-02-21 Thread kobolds
ERROR: #2: Cannot load class 'Project': Unable to load class file -- View this message in context: http://old.nabble.com/error-running-gambas3-rev2710-tp27682794p27682794.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] SVN 2708 Make error

2010-02-21 Thread Dr.Diesel
Bugzilla from gam...@users.sourceforge.net wrote: > >> FYI on SVN 2708, I did do"./reconf-all && ./configure -C". Please ask if >> any further info is needed. >> >> Thanks > > Is it better with revision #2709? > > -- > Benoît Minisini > https://lists.sourceforge.net/lists/listinfo/gambas-u

Re: [Gambas-user] SVN 2708 Make error

2010-02-21 Thread richard terry
On Monday 22 February 2010 09:33:13 Benoît Minisini wrote: > > FYI on SVN 2708, I did do"./reconf-all && ./configure -C". Please ask if > > any further info is needed. > > > > Thanks > > > > make[5]: Leaving directory `/home/george/trunk/gb.qt4/src/opengl' > > make[5]: Entering directory `/home/ge

Re: [Gambas-user] SVN 2708 Make error

2010-02-21 Thread Benoît Minisini
> FYI on SVN 2708, I did do"./reconf-all && ./configure -C". Please ask if > any further info is needed. > > Thanks > > make[5]: Leaving directory `/home/george/trunk/gb.qt4/src/opengl' > make[5]: Entering directory `/home/george/trunk/gb.qt4/src' > /bin/sh ../libtool --tag=CXX --mode=compile

[Gambas-user] SVN 2708 Make error

2010-02-21 Thread Dr.Diesel
FYI on SVN 2708, I did do"./reconf-all && ./configure -C". Please ask if any further info is needed. Thanks make[5]: Leaving directory `/home/george/trunk/gb.qt4/src/opengl' make[5]: Entering directory `/home/george/trunk/gb.qt4/src' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CON

[Gambas-user] unusual problems

2010-02-21 Thread Charlie Reinl
Salut, set up a new box (a Laptop) with Mandriva 2010.0 and gambas2 (r2707) and gambas3 (r2708). 1. since I pushed the main-window of the IDE to the upper/left corner, I can't reach the "window title bar" anymore, after closing and re-running it. In .config/gambas3.conf I found [FMain] Geometry

Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-21 Thread Fabien Bodard
2010/2/21 Dimitris Anogiatis : > Hey Joshua, > Try this instead of the original cgi example. > > #!/usr/bin/env gbw2 > <% > DIM sEnv AS String > PRINT "" > PRINT "" > PRINT "" > PRINT "Test1 - check this out" > PRINT "Test link" > PRINT "" > PRINT "" > %> > > If this works it means that all your ht

Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-21 Thread Dimitris Anogiatis
Hey Joshua, Try this instead of the original cgi example. #!/usr/bin/env gbw2 <% DIM sEnv AS String PRINT "" PRINT "" PRINT "" PRINT "Test1 - check this out" PRINT "Test link" PRINT "" PRINT "" %> If this works it means that all your html tags need to be included in a Print statement I hope this

Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-21 Thread Fabien Bodard
i think a usuakky it come from ubuntu 9.10 ... some ppa repository create errors 2010/2/21 Joshua Higgins : > OK, I started from scratch, installed Ubuntu 9.10, compiled svn, and it > works as expected. > > -- > joshua higgins >>>-- > ---