-
Notifications
You must be signed in to change notification settings - Fork 2
How to build examples correctly? #3
Comments
Hi :) |
Okay, I managed to get way further with the 3.2.5 release. First I needed to install the libglfw-dev package. Added some flags in the bind.go file
thus the result;
Now the draw_lines.go example compiles, runs for one frame (i can see the window for a very brief moment), but results in a fatal error.
|
The first issue (undefined references to Lua) is caused by a regression in the harfang go module build script. The second one was a little bit tricky to track down. This will be fixed in the next release. |
I'm interested fiddling around with this package, but upon building I keep getting Lua binding errors.
I have liblua5.3-dev installed on my machine, and tried passing flags to gc with no avail.
-gcflags '-I/usr/include/lua5.3 -L/usr/lib/x86_64-linux-gnu/liblua5.3.a'
Any steps that I am missing?
Greetings and thanks in advance.
The text was updated successfully, but these errors were encountered: