[Bug 285159] [NEW PORT] java/jextract: generate bindings from native libraries
Date: Tue, 04 Mar 2025 20:31:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285159 --- Comment #6 from Igor Kolesnik <igor@kolesnik.es> --- (In reply to Igor Kolesnik from comment #5) I have a question. jextract looks for a file libclang.so.N, where N is a number. In llvm15 there are llvm15/lib/libclang.so -> libclang.so.15 llvm15/lib/libclang.so.15 -> libclang.so.15.0.7 llvm15/lib/libclang.so.15.0.7 jextract finds libclang.so.15 and uses that. In llvm19 there is no libclang.so.19. Should libclang.so.19, pointing to libclang.so.19.1.7 be there? /llvm19/libclang.so -> libclang.so.19.1 /llvm19/libclang.so.19.1 -> libclang.so.19.1.7 /llvm19/libclang.so.19.1.7 -- You are receiving this mail because: You are the assignee for the bug.