-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linker error on build #18
Comments
Hello, |
Currently only tried mingwX64, however i have tried 0.40.00, 0.41.0 and 0.42.0, all getting the same error. |
I guess is a problem of the toolchain for windows then. Never tested it throughly on windows. On Linux and Mac works perfectly. I ll try to take a look at it a bit later |
I just published version |
Still getting the same error on |
Can you please provide me your build.gradle file? |
https://gist.github.com/Lythium4848/6be4ee17a76b64892f33c43c93c2af1a |
I created a similar sample project and everything works as expected for me. You can also verify it by looking at the examples. I think the issue is related to the kotlin's native toolchain for windows (I'm building from macOS, so I cannot reproduce the error). Also, I found this: I'll let the issue open for now. |
Also take a look here: According to this you have to change your linker and use the linker provided by the toolchain (if I understand correctly) Probably this issue will be fixed within a new version of Kotlin. |
@Lythium4848 any news on this? |
Currently trying to add sqlx4k into my project, however I am running into aa linker error on build.
I am using Windows 11, Kotlin 2.1.10, and sqlx4k 0.43.0
I have tried both sqlx4k-postgres and mysql, both getting the same error.
The text was updated successfully, but these errors were encountered: