Patrick
03/31/2020, 8:06 PMUnresolved reference: __builtin_va_list
?
I am not sure I understand why this error occurs. The generated Kotlin file has this import:
import platform.builtin.__builtin_va_list
, but that import does not exist. Does anyone know why this problem occurs or has any workaround for it?napperley
03/31/2020, 10:12 PMArtyom Degtyarev [JB]
04/01/2020, 7:44 AMPatrick
04/03/2020, 7:49 AMArtyom Degtyarev [JB]
04/03/2020, 2:41 PMwindowsMain
mention, but bitness also might be important here.Patrick
04/06/2020, 12:47 PMArtyom Degtyarev [JB]
04/07/2020, 9:47 AMheaderFilter
option, begin with including only duktape.h
and then extend the list of headers on cinterop’s demand.Patrick
04/07/2020, 2:21 PMheaderFilter = duktape.h
The compilation works.
headerFilter = **
leads to the compilation error
Unresolved reference: __builtin_va_list
Patrick
04/07/2020, 2:21 PMPatrick
04/07/2020, 2:32 PMArtyom Degtyarev [JB]
04/07/2020, 2:40 PM=**
you’re adding whatever the parser finds, it’s always better to specify particular headers you need.Patrick
04/07/2020, 2:45 PMheaderFilter = duktape.h duk_config.h
It fails againPatrick
04/09/2020, 7:28 AM