eygraber
10/23/2017, 3:07 PMD:\workspace\konan\build\konan\nativelibs\genDokanyInteropStubs\dokanystubs.c:2222:21: error: always_inline function '_cvtsh_ss' requires target feature 'sse4.1', but would be inlined into function 'dokany_kni__cvtsh_ss' that is compiled without support for 'sse4.1'
return (float) (_cvtsh_ss((unsigned short)__a));
^
olonho
10/24/2017, 5:01 AMeygraber
10/25/2017, 5:37 PMD:\workspace\konan\build\konan\libs\mingw\dokany.klib-build\natives\cstubs.c:2222:21: error: always_inline function '_cvtsh_ss' requires target feature 'sse4.1', but would be inlined into function 'dokany_kni__cvtsh_ss' that is compiled without support for 'sse4.1'
return (float) (_cvtsh_ss((unsigned short)__a));
msink
10/25/2017, 8:24 PMdepends = windows
in .def file will helpeygraber
10/26/2017, 12:24 AMmsink
10/26/2017, 3:01 AMeygraber
10/26/2017, 4:02 AMolonho
10/26/2017, 6:55 AMmsink
10/26/2017, 7:20 AMdepends = windows
package = dokan
headers = dokan/dokan.h
headerFilter = dokan/**
compilerOpts = -DUNICODE
linkerOpts = -ldokan1
No errors, no warnings.
Are you sure you using 0.3.4?eygraber
10/26/2017, 1:59 PMdokan/
come from (I was just using dokan.h
)?
I also don't know what linkerOpts
does? Does that tell me runtime to call into the dokan1.dll
when a function from the header is called?
So I'm guessing this issue is just me not knowing the .def options well enough.dokan/dokan.h
. Where should this file be?msink
10/26/2017, 2:46 PMDokan_x64-1.0.5.1000.msi
, and have it in C:\Program Files\Dokan\DokanLibrary-1.0.5\include
eygraber
10/26/2017, 3:04 PMincludeDirs 'C:\\Program Files\\Dokan\\Dokan Library-1.0.5\\include'
to my build.gradle
Thanks