-
Notifications
You must be signed in to change notification settings - Fork 586
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
resolving anonymous struct in C library #501
Comments
Fixed in commit 04da8eb. Thank you for reporting! |
I pulled from All the code for creating this preset is in this PR for |
You're probably getting another error. Please attach the whole log here. |
Here is the full log |
You're not using the most recent version. If you have problems installing this locally, please use the snapshots instead: http://bytedeco.org/builds/ |
I believe I am using the snapshots as seen in the PR on line 9 of the pom.xml |
Make sure to run with |
ok I used the |
Well, what you have provided me with works perfectly fine for me on my end now. I cannot fix what isn't broken! Please provide me with maybe something else that doesn't work for you, and if it also doesn't work for me, then I'll be able to do something about it. |
BTW, I don't see where the |
Fix included in JavaCPP 1.5.6! Thanks for reporting, and I'm assuming it's also now working for you, but please let me know if you still have problems. |
I am trying to build a javacpp-preset for the Leap Motion controller in Windows. I am getting a compiler issue for the following snippet of code found in the LeapC.h header file. Header and library files can be found by downloading the Windows SDK here .
Snippet from C Header file:
this is the current state of the presets/leapmotion.java file:
The compiler error:
How do I handle this struct that has a nested struct in it? (I believe it is an anonymous struct too)
Thanks!
The text was updated successfully, but these errors were encountered: