Amiga40, libdescconverter, fd2pragma replacement

Online Status

During Amiga40 a new version of fd2pragma was listed in a printout.
Is this version available?

Online Status

Not a new version as much as a different take: And only in sourcecode form so far:

https://gitlab.com/boemann/libdescconverter

Online Status

We have not switched to using it for AmigaOS internally yet, but it is the plan. And if you contribute new output modules (of workable quality), we will create those output format as well, when generating new NDKs from 3.3 onward

Online Status

As I have finally added C++ compiler to my GCCPack, I need to generate a set of inline files working with GCC 2.95.3 C++. Then I have decided to use LibDescConverter. I have cloned the code, modified vmakefile for GCC and tried to compile. It depends on containers.library so I have downloaded the library from this site, installed it and its headers.

The problem is, neither proto nor inline file includes 'containers/xxx.h' headers, but LibDescConverter code seems to assume it. Compilation fails on first use of 'Map'. Is it because the containers.library archive is obsolete? BTW it still uses 'ContainerkitBase', shouldn't it be 'ContainersBase'?

Do you have a binary release of LibDescConverter somewhere?