-
Notifications
You must be signed in to change notification settings - Fork 31
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
libparquet-glib-dev: no definition of struct _GArrowArrayBuilderClass
#242
Comments
I used dustmite to reduce the problem. This is the reduced testcase File app.d struct _GArrowArrayBuilderClass;
struct _GArrowBooleanArrayBuilderClass
{
_GArrowArrayBuilderClass parent_class;
}
void main(){} It throws the syntax error:
|
Thanks for the reduced code. That is not valid D, and I have to investigate why dpp is generating that code, especially since it's not valid C either |
Hi @andre2007 - did you manage to find a way around this? I don't see clearly why this is not valid C/D code. |
@ananis25 |
Thank you @andre2007 , I can now get a simple array builder working. I couldn't really see how are opaque structs are represented. |
If have this dockerfile
Script
install.sh
looks like thisparquet.dpp looks like this
app.d is just
LDC fails with:
This is somehow strange, because can see it is defined:
The text was updated successfully, but these errors were encountered: