[Gambas-devel] little bug in compiling component

Benoit Minisini gambas at ...1...
Thu Apr 14 12:09:43 CEST 2005


On Wednesday 13 April 2005 11:58, Frank Berg wrote:
> Hi
>
> there are 2 of my own component i use
>
> gb.configfiles
> gb.systemtools
>
> now i create an new component: gb.capisuite
>
> compiling for itself is ok, but if i make an make install i receive
> the error : can't open the .......gb.configfiles.info... file not exist.
>
> if i rename the gb.capisuite to gb.zcapisuite alle compile fine..
>
> my issue
>
> while make install all the *.info files are deleted
> and now the install create one by another all *.info files new.
>
> but my capisuite is in alphabetic order the first component.
> 1.)capisuite
> 2.)configfiles
> 3.)systemtools
> and the configfiles.info are not ready created wen needed from capisuite
>
> if i rename it to zcapisuite the order is now
> 1.)configfiles
> 2.)systemtools
> 3.)zcapisuite
> and now the required configfiles and systemtools are ready and the
> compiling is succecfull
>
> frank

I will add a 'order' file in ./comp/src that will contains the components to 
be compiled in order, so that they are not compiled in alphabetic order 
anymore.

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the Devel mailing list