Re: [email protected]
> Ah didn't see that, I would be happy to help! My salsa username is @lvoytek.
Added you to the group.
The latest status was that the package was mostly (iirc) working with
the 0.104-0-385-g1fe9992e snapshot I had originally used, but then
broken when updated to the current 0.107-0:
src/query/bsonquery_compare.c: In function ‘pg_attribute_noreturn’:
src/query/bsonquery_compare.c:151:1: error: expected declaration specifiers
before ‘ThrowUnexpectedFieldError’
151 | ThrowUnexpectedFieldError(bool leftNext, bool rightNext)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
src/query/bsonquery_compare.c:161:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘{’ token
161 | {
| ^
I have patched it to use the system libbson2, the problem is likely in
that area.
An open question is if `-lbidgcc000` is the right thing to do.
(See debian/patches/cflags)
Christoph