Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Mar 2025 20:31:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 285159] [NEW PORT] java/jextract: generate bindings from native libraries
Message-ID:  <bug-285159-7788-KvgfCUns9r@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-285159-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-285159-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D285159

--- 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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285159-7788-KvgfCUns9r>