Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
suketa opened this issue Sep 10, 2024 · 1 comment
Open
Labels
C Implement by C

Comments

@suketa
Copy link
Owner

suketa commented Sep 10, 2024

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 suketa added the C Implement by C label Sep 10, 2024
@suketa suketa changed the title Build with DUCKDB_API_NO_DEPRECATED in duckdb 1.1.0 on MacOS. Fail to build with duckdb 1.1.0 when DUCKDB_API_NO_DEPRECATED=1 on MacOS. Sep 10, 2024
@suketa
Copy link
Owner Author

suketa commented Sep 21, 2024

It is duckdb's issue duckdb/duckdb#13872
Fixed by duckdb/duckdb#13891.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C Implement by C
Projects
None yet
Development

No branches or pull requests

1 participant