Jurriaan Mous
09/25/2019, 12:22 PM> Task :cinteropRocksdbMacos
Exception in thread "main" java.lang.IllegalArgumentException: 'BlockBasedTableIndexType' from the file package was not reserved for declaration
at org.jetbrains.kotlin.native.interop.gen.KotlinFile.reference(KotlinCodeModel.kt:263)
at org.jetbrains.kotlin.native.interop.gen.KotlinClassifierType.render(KotlinCodeModel.kt:115)
at org.jetbrains.kotlin.native.interop.gen.StubIrTextEmitter.renderStubType(StubIrTextEmitter.kt:467)
at org.jetbrains.kotlin.native.interop.gen.StubIrTextEmitter.access$renderStubType(StubIrTextEmitter.kt:18)
at org.jetbrains.kotlin.native.interop.gen.StubIrTextEmitter$printer$1.visitProperty(StubIrTextEmitter.kt:256)
Jurriaan Mous
09/25/2019, 12:25 PMlanguage = Objective-C
headers = ObjectiveRocks.h
I also tried:
language = Objective-C
headers = ObjectiveRocks.h RocksDBBlockBasedTableOptions.h
I try to include this code: https://github.com/iabudiab/ObjectiveRocks/tree/develop/CodeArtyom Degtyarev [JB]
09/25/2019, 12:41 PMObjectiveRocks.h
already has the #import "RocksDBBlockBasedTableOptions.h"
line. What do you want to achieve?Jurriaan Mous
09/25/2019, 1:38 PM'BlockBasedTableIndexType' from the file package was not reserved for declaration
tries to say. It is defined in RocksDBBlockBasedTableOptions.h
Artyom Degtyarev [JB]
09/25/2019, 6:47 PMJurriaan Mous
09/25/2019, 6:50 PMsvyatoslav.scherbina
09/26/2019, 7:14 AMJurriaan Mous
09/26/2019, 7:47 AM