Closed cinterloper closed 4 years ago
on the current master branch compiled from source, when I evaluate (sys:load "libs/external/opengl.xtm") the following error occurs:
sys:load notification base already loaded Lib Load: libGL dynamic library loaded from /usr/lib/x86_64-linux-gnu/libGL.so **** DECL **** declare void @glActiveTexture (i32) **** ENDDECL **** LLVM IR: <string>:60:19: error: invalid redefinition of function 'glActiveTexture' declare cc 0 void @glActiveTexture(i32) nounwind ^ Compiler Error could not bind glActiveTexture
this should be fixed now - let us know if you're still having problems.
on the current master branch compiled from source, when I evaluate (sys:load "libs/external/opengl.xtm") the following error occurs: