ruby-duckdb icon indicating copy to clipboard operation
ruby-duckdb copied to clipboard

Fail to build with duckdb 1.1.0 when DUCKDB_API_NO_DEPRECATED=1 on MacOS.

Open suketa opened this issue 1 year ago • 1 comments

https://github.com/suketa/ruby-duckdb/actions/runs/10791039936/job/29928726253#step:7:51

got the following error.

../../../../ext/duckdb/result.c:444:20: error: call to undeclared function 'duckdb_result_return_type'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    return INT2FIX(duckdb_result_return_type(ctx->result));
                   ^

suketa avatar Sep 10 '24 12:09 suketa

It is duckdb's issue https://github.com/duckdb/duckdb/issues/13872 Fixed by https://github.com/duckdb/duckdb/pull/13891.

suketa avatar Sep 21 '24 21:09 suketa

currently ruby-duckdb drop duckdb 1.1.0. So this issue is closed now.

suketa avatar Jun 27 '25 21:06 suketa