Why is scope() not generated for my library?
Lev Serebryakov
lev at serebryakov.spb.ru
Tue Feb 26 18:52:13 UTC 2019
On 26.02.2019 21:39, Maurizio Cimadamore wrote:
I don't understand, why, but I didn't get message from Jorn Vernee, so
I answer here.
I've put resulting JAR to
http://lev.serebryakov.spb.ru/_sklad/fftw3.jar
I've tried to import this JAR to simply IDEA project, and could not
find this method after class decompilation. Simple search for "Scope"
bytes in class file brings nothing too.
> Thanks Jorn - I'll wait then before taking further action on this; the
> fact that you are on the same platform puts you in a better position to
> at least figure out where jextract is going wrong.
>
> Maurizio
>
> On 26/02/2019 16:50, Jorn Vernee wrote:
>> 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
--
// Black Lion AKA Lev Serebryakov
More information about the panama-dev
mailing list