[Gambas-user] Re: "[12] Not an object" error.
ron
ronstk at ...239...
Mon Mar 8 19:07:37 CET 2004
On Monday 08 March 2004 16:00, Rob wrote:
> On Monday 08 March 2004 08:35, ron wrote:
> > You must be root to launch 'gbi -a', as this program will
> > write the info files in the /opt/gambas/lib/info directory.
>
> gbi -a maybe, but you can't build RPM's as root and get them
> accepted into any distros, so I did this:
>
> for l in *.la ; do l=${l:4:${#l}-7}; echo $l.info; gbi $l >
> lib/info/$l.info; done
>
> where lib is a subdirectory of the source tree, the contents of
> which are included in the %files directive of the RPM spec. And
> it's been working fine for quite a while. Maybe that's all you
> guys need to do to get the ebuild working right.
>
> Rob
>
l=${l:4:${#l}-7} ???????????
Nice and one thing goes better. With gbi -a a error in *.la stops to create
the rest. In this formule all except excactly the bad one are made.
Will try the next time i have to do it.
Ron
More information about the User
mailing list