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
orangy
10/29/2018, 3:14 PM
Please post errors you’re getting.
h
Hamza
10/29/2018, 3:16 PM
oops, i forgot.
i’ll commit the log in the repo
Hamza
10/29/2018, 3:17 PM
done! 🙂
m
msink
10/29/2018, 5:14 PM
Your repository is not public.
m
Matej Kormuth
10/29/2018, 6:07 PM
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
napperley
10/29/2018, 9:31 PM
Signing in via the link returns a HTTP 404 (on Linux).
h
Hamza
10/29/2018, 11:04 PM
@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.