[Gambas-user] Files in /usr/share/gambas3/info directory of old versions
Benoît Minisini
g4mba5 at gmail.com
Tue May 3 01:39:49 CEST 2022
Le 03/05/2022 à 00:58, Martin Belmonte a écrit :
> Hellow friends.
> I wan to know where i can found the info about all
> components/classes/symbols for oldest releases i.e. 3.14
> I found it actually in the dir "/usr/share/gambas3/info" but it is for
> the installed version (in my case 3.17.2)
> I wan to add to my program Classify (a class explorer) the capability to
> compare between releases to detect possible retro compatibility conflicts
> So, is there in some part of source code in each release this info?
> https://imgur.com/HT4pgHH.png
> Thanks in advance.
> Martín.
>
To generate the metadata files of a specific version, you have to
compile and install it.
I think this can be done automatically:
1) 'git checkout' the version tag.
2) './reconf-all && ./configure -C && make -j'
3) 'sudo make install'
4) copy the '/usr/share/gambas3/info' contents in a directory associated
with the compile version.
5) Do all that for each version.
Regards,
--
Benoît Minisini
More information about the User
mailing list