I’m trying to get a simple glfw project started up...
# kotlin-native
h
I’m trying to get a simple glfw project started up, and i’m getting errors. Project: https://gitlab.com/hhhapz/glfw-setup-kotlin I’m thinking this has to be an issue with my dependencies, as when it’s a simple main function with nothing, i do not get any errors with building my code. can anyone else add any ideas why this might fail, and how i could fix?
o
Please post errors you’re getting.
h
oops, i forgot. i’ll commit the log in the repo
done! 🙂
m
Your repository is not public.
m
I managed to set up KN build with GLFW which does compile and run. However I am not sure if any of the parameters I used in .def files are redundant. https://github.com/dobrakmato/kotlin-native-opengl
🔥 1
n
Signing in via the link returns a HTTP 404 (on Linux).
h
@Matej Kormuth that is an implementation in windows. Even my friend was able to get that to work. I wasn't on my mac. My bad I should have been more explicit. The repo is now public. Btw.