[Gambas-user] Re: "[12] Not an object" error.

Rob sourceforge-raindog2 at ...94...
Mon Mar 8 16:00:48 CET 2004


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





More information about the User mailing list