GLFW-0.5.2.4 installation on FreeBSD
Alexei Pastuchov
info at maximka.de
Tue Aug 18 17:32:14 BST 2015
Hello,
GLFW-0.5.2.4 installation on FreeBSD 11.0 dies on Xrandr check:
Checking for Xrandr support...Setup.hs: /tmp/glfw-test6248.o: does not
exist
The issue was solved by extending include path by /usr/local/include
Here the patch:
167c167
< let cc = simpleProgramInvocation "cc" (["-w", "-I",
"/usr/local/include", "-c", path, "-o", objPath] ++ flags) ---
> let cc = simpleProgramInvocation "cc" (["-c", path, "-o",
> objPath] ++ flags)
Best regards,
Alexei
More information about the GLFW
mailing list