Why is scope() not generated for my library?

Lev Serebryakov lev at serebryakov.spb.ru
Tue Feb 26 16:07:44 UTC 2019


 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.

-- 
// Black Lion AKA Lev Serebryakov





More information about the panama-dev mailing list