atsushieno / augene-ng

MML + MIDI + Tracktion Engine XML manipulation tool for real production
GNU General Public License v3.0
9 stars 2 forks source link

native builds #5

Closed atsushieno closed 2 years ago

atsushieno commented 3 years ago

The native-issue branch exposes the issue with native build support:

https://github.com/atsushieno/augene-ng/actions/runs/1198125545

e: Could not find "/home/runner/work/augene-ng/augene-ng/kotractive-project/kotractive/build/generated/ksp/nativeMain/classes" in [/home/runner/work/augene-ng/augene-ng/kotractive-project, /home/runner/.konan/klib, /home/runner/.konan/kotlin-native-prebuilt-linux-x86_64-1.5.30/klib/common, /home/runner/.konan/kotlin-native-prebuilt-linux-x86_64-1.5.30/klib/platform/linux_x64]

it's known at Kotlin Slack https://kotlinlang.slack.com/archives/C013BA8EQSE/p1630246449011600

atsushieno commented 2 years ago

Considering the fact that it still does not build usable outputs, I would still disable the native builds.

atsushieno commented 2 years ago

While this particular issue is fixed, there are still various Kotlin/Native blockers, so K/N is still not enabled.

atsushieno commented 2 years ago

It was actually not by 8ae5f84 but by ksp 1.0.0 (Was an upstream issue).