[Gambas-user] gambas2-1.9.7 possible bug with work around

Daniel Campos daniel.campos at ...338...
Thu May 5 17:18:51 CEST 2005


I had this problem, too

Good job!

D. Campos


Murphy, Allen escribió:

>Hello,
>
>After downloading and compiling gambas2-1.9.7, everything seemed to go
>well.  After the usual "./configure", "make", "make install" commands
>things looked good.  However, when executing the "gambas2" command to
>start the IDE, I received an error (unfortunately I did not write it
>down completely - it had somehting to do with FOption... and recursive
>definition).
>
>Anyway, after investigating the make output, I noticed that there was an
>error compiling gambas2 in line 845 of FFind.class.  I opened the file
>from ../gambas2-1.9.7/app/src/gambas2/ in Kate and located the line
>#845:
>
>  sFile=Left(hForm.Title,Instr(hform.Title," ")-1)
>
>The only thing I could think of was that the "-1" was being interpreted
>incorrectly so I add spaces as follows:
>
>  sFile = Left(hForm.Title, Instr(hform.Title," ") - 1)
>
>After this I saved the file, ran "make uninstall", and then "make
>install" again.  Believe it or not, this worked!  I can now run gambas2
>:)!
>
>I'm no expert, but if someone else runs into this problem it is worth a
>try.
>
>Take care,
>Allen Murphy
>
>
>*** Scanned by GenNET AV 11 Out ***
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: NEC IT Guy Games.
>Get your fingers limbered up and give it your best shot. 4 great events, 4
>opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
>win an NEC 61 plasma display. Visit http://www.necitguy.com/?r 
>_______________________________________________
>Gambas-user mailing list
>Gambas-user at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>  
>





More information about the User mailing list