JExtract unknown type name 'intmax_t' for /usr/include/yara.h
Maurizio Casciano
mauriziocasciano7 at gmail.com
Tue Dec 27 15:53:51 UTC 2022
Dear All,
I'm trying to generate Java bindings for the yara library but I'm getting
error: unknown type name 'intmax_t'
when running the jextract command:
build/jextract/bin/jextract --source --output java-yara
--target-package com.virustotal.yara /usr/include/yara.h
even if I include the relevant additional paths:
-I /usr/include
-I /usr/include/yara
-I /usr/lib/llvm-15/lib/clang/15.0.6/include
Here is my question on Stack-Overflow
https://stackoverflow.com/questions/74931278/jextract-usr-include-yara-h-throws-unknown-type-name-intmax-t
and my GitHub repository
https://github.com/MaurizioCasciano/jextract/tree/unknown_type_name_intmax_t
What may be missing in the command?
Best,
Maurizio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/jextract-dev/attachments/20221227/21838c2b/attachment.htm>
More information about the jextract-dev
mailing list