satoshinm / NetCraft

Web-based fork of fogleman/Craft ⛺
https://satoshinm.github.io/NetCraft/
MIT License
56 stars 13 forks source link

Update to glfw3 development version 2ca9a09. Closes GH-190 #191

Closed satoshinm closed 7 years ago

satoshinm commented 7 years ago

https://github.com/glfw/glfw/tree/2ca9a0979e1c8cf84636deb2157694a6cb5473d7 https://github.com/satoshinm/NetCraft/issues/190

satoshinm commented 7 years ago

Works locally on OSX and on Windows but fails CircleCI Linux, maybe some stale build configuration state?

#!/bin/bash -eo pipefail
cd native-build
make
tar cf /tmp/artifacts/native-build/NetCraft-Linux.tar.gz craft shaders/ textures/
Scanning dependencies of target glfw
[  2%] Building C object deps/glfw/src/CMakeFiles/glfw.dir/context.c.o
In file included from /root/NetCraft/deps/glfw/src/internal.h:177:0,
                 from /root/NetCraft/deps/glfw/src/context.c:28:
/root/NetCraft/deps/glfw/src/cocoa_platform.h:34:27: fatal error: Carbon/Carbon.h: No such file or directory