Why is scope() not generated for my library?

Jorn Vernee jbvernee at xs4all.nl
Tue Feb 26 16:50:10 UTC 2019


Hi Lev,

I've tried out jextract with that library as well, but I'm seeing the 
scope() method being generated correctly, e.g. when I decompile the 
generated jar I see:

```
     public static Scope scope() {
         return Libraries.libraryScope(_theLibrary);
     }
```

In org.fftw3.fftw3_h

What code are you using to test with?

Thanks,
Jorn

Lev Serebryakov schreef op 2019-02-26 17:33:
> On 26.02.2019 19:26, Maurizio Cimadamore wrote:
> 
>> That's odd! We'll give this a try and see if we can reproduce.
>  I'm using official libfftw32 Windows build:
> 
> ftp://ftp.fftw.org/pub/fftw/fftw-3.3.5-dll64.zip
> 
>  I'm using minimal Visual Studio Build Tools 2017 with Win SDK
> 10.1.17763.132


More information about the panama-dev mailing list