Chris Hodapp

Results 3 issues of Chris Hodapp

clipper doesn't require any native libraries, and so can be built as a static binary. This enables that with an invocation like `make build STATIC=1`. This is rough and there...

I am seeing build errors related to `std::filesystem::__cxx11` on Raspbian Buster (gcc 8.3.0) when following https://www.libcinder.org/docs/guides/linux-notes/rpi3.html and getting to the "Building and Running BasicApp" steps. I've changed `es2-rpi` to `es3-rpi`...

The documentation for Pi 2 and Pi 3 says to use `es2-rpi` for `CINDER_TARGET_GL`, but given https://github.com/cinder/Cinder/blob/master/proj/cmake/configure.cmake#L83 this looks to be out-of-date and it triggers the "Unexpected value for CINDER_TARGET_GL"...