Trying to create infobar in database

This is for all the deep LibreOffice Developers:

I’m trying to enable an infobar in libreOffice Databases, but when I try to call appendInfobar and build, I get a linker error.

ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

An help would be much appreciated.

Thanks.

Hello,

This may not be the answer you want as it is not regarding your linker error.

You stated:

I’m trying to enable an infobar in libreOffice Databases…

but I imagine this is about use in Base forms:

The above was generated using (a couple of very minor syntax adjustments) the code from this post:
Calc: StatusBar
. My first time attempting and it appears easy enough.

The subject refers to Calc but I used in Base without modification needed (except as noted above).

Hope this helps.