[Gambas-bugtracker] Bug #2830: gbi3 loads the wrong QT library

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Tue Nov 28 23:14:20 CET 2023


http://gambaswiki.org/bugtracker/edit?object=BUG.2830&from=L21haW4-

Comment #3 by Benoît MINISINI:

'gbi3' try to load all components found in '/usr/lib/gambas3' (i.e. each library associated with a '*.component' file) one by one, to generate the metadata text files used by the automatic completion (among other things).

When you run 'make install', 'gbi3' is run after each component compilation, because another component coming after may need the metadata from that component. All components are processed, because the metadata of some components compiled before can include the metadata of that component.

I admit it's not optimized, and that could become a problem now that there are a lot of components.




More information about the Bugtracker mailing list