Why is scope() not generated for my library?
Maurizio Cimadamore
maurizio.cimadamore at oracle.com
Tue Feb 26 16:26:22 UTC 2019
That's odd! We'll give this a try and see if we can reproduce.
Thanks
Maurizio
On 26/02/2019 16:07, Lev Serebryakov wrote:
> I'm trying to use libfftw3 with latest EA panama build on Win'10.
> I've successfully jextract'ed JAR file with:
>
> jextract.exe -l libfftw3-3 -L . --record-library-path -t org.fftw3
> fftw3.h -o fftw3.jar
>
> But after that class org.fftw3.fftw3_h doesn't contain scope() static
> function.
>
> What do I do wrong?
>
> Also, looks like --exclude-symbols doesn't work, as adding it to
> exclude fftwl_.*|fftwf_.* doesn't change WARNINGS.
>
More information about the panama-dev
mailing list