[Gambas-devel] Package splitting (2)

Laurent Carlier lordheavy at ...141...
Mon Mar 14 18:59:49 CET 2005


Le Lundi 14 Mars 2005 18:02, Benoit Minisini a écrit :
> >
> > > All gb.* sources packages are independant GNU autotools packages. But
> > > then, of course, you will have to manage compilation dependencies
> > > between different packages by hand.
> > >
> > > Every package can be compiled in any order, except that the 'main'
> > > package *must* be compiled last, once every other component has been
> > > compiled AND installed.
> > >

Does that means that componant will have their own configure script (with the 
help of some gambas macros) ?
 

> As for component dependencies, they will be enhanced in a next release, so
> that you can use expression like (gb.qt || gb.gtk)

It should be great to have rules like firewall too :

REJECT ALL
ACCEPT (gb.qt || gb.gtk)

* Enhance the debugging of componant :

gb.warning(char *,...) , in the same way of qt warning should do in term 
something like WARNING : gb.mycomponant - .........

gb.debug(int level,char *,...), will be for debug output with various debug 
level (and perhaps with log facilities) with some switch in command line ?

Regards,

-- 

Laurent Carlier




More information about the Devel mailing list