#!/bin/bash -x EMAIL="hi@mmcwilliams.com" NAME="Matt McWilliams" CPPFLAGS="-include uint-hack.h -I/usr/include/OpenEXR" cd unix/ ./prebuild.sh cd ../ ./configure COMPILED_BY="$NAME <$EMAIL>" LDFLAGS="-Wl,-V" exit 1 echo "typedef unsigned int uint;" > uint-hack.h make -j CPPFLAGS="${CPPFLAGS}"