[Gambas-user] Gambas script execution
Benoît Minisini
gambas at ...1...
Fri Nov 27 20:09:38 CET 2009
> Am Mittwoch, den 25.11.2009, 00:27 +1100 schrieb
>
> nospam.nospam.nospam at ...626...:
> > Matteo Lisi wrote:
> > > Hi !
> > >
> > > The first line:
> > > #!/usr/bin/ gbs2
> > >
> > > it's a typing error
> > > the right line is:
> > > #!/usr/bin/gbs2
> > >
> > > Thanks Charlie , but the problem , unfortunatly is not the space !
> >
> > Could the problem be some other typing error?
>
> Salut,
>
> 1.)------ full call --------
>
> :~/gambas/2/f3/scriptTest$ /usr/local/bin/gbs2 -c
>
> ~/gambas/2/f3/scriptTest/matteo.ga2script
> gbs2: warning: cannot find component dbreportviewer2 required by
> DBReportDesigner2
> CComponent.CalcSortKey.171: #13: Null object
> 0: CComponent.CalcSortKey.171
> 1: CComponent.SortComponents.201
> 2: CComponent._init.123
> 3: MMain.MakeVirtualProject.180
> 4: MMain.Main.83
>
> I'v no idea what, and why that gbs2: warning.
> The component exists as User-Component, and of course it has nothing to
> do with the script
>
> 2.)----- my gbs2 version [rev 2429] ------------------------
>
> :~/gambas/2/f3/scriptTest$ /usr/local/bin/gbs2 -V
>
> 2.14.0
>
> 3.)------ after a chmod +x and changing to #!/usr/local/bin/gbs2 ------
>
> :~/gambas/2/f3/scriptTest$ ./matteo.ga2script
>
> ./matteo.gbs: line 3: syntax error near unexpected token `('
> ./matteo.gbs: line 3: `FUNCTION GetUsedMemory() AS Integer'
>
> perhaps Benoit or Fabien have a Idea!
>
I fixed the gbs2 scripter so that it does not crash in the CalcSortKey
function when a component is missing, and continues its job.
This is in revision #2441, if someone wants to test.
Regards,
--
Benoît Minisini
More information about the User
mailing list