Skip to content

new DLM functionality missing symbols from idl_export.h? #2058

@seanm10660

Description

@seanm10660

Hi, I was eager to try out the new DLM functionality in v1.2 prerelease. I've tried to get working this library that handles postgreqsl queries:
https://github.com/segasai/pg_idl

But when I try to get it to work in GDL, there is an error about undefined symbol IDL_SignalRegister
I see this defined inside idl_export.h; is there something I am doing wrong to try to get it working in GDL, or are some components like this still not fully implemented?
GDL> linkimage, 'PGSQL_QUERY', '/home/smoran/pg_idl/pgsql_query.so', 'PGSQL_QUERY', /keywords, /funct
% Type conversion error: Unable to convert given STRING: 'PGSQL_QUERY' to LONG.
% LINKIMAGE: Error linking procedure/DLL: PGSQL_QUERY -> PGSQL_QUERY (/home/smoran/pg_idl/pgsql_query.so) : Couldn't open /home/smoran/pg_idl/pgsql_query.so: /home/smoran/pg_idl/pgsql_query.so: undefined symbol: IDL_SignalRegister

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions