Hi- I installed chicken on my mac (Yosemite) tonight, and the make … check returned no errors.
I’m trying to install the hypergiant egg though, and when I run sudo chicken-install hypergiant I eventually get some errors: installing glfw3:0.6.1 ... changing current directory to /tmp/tempb670.21159/glfw3 '/usr/local/bin/csi' -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\"glfw3\" \"0.6.1\"))" 'glfw3.setup' '/usr/local/bin/csc' -feature compiling-extension -setup-mode -O2 -d0 -lglfw -framework Cocoa -framework OpenGL -framework IOKit -framework Corevideo -J -s glfw3-bindings.scm ld: library not found for -lglfw clang: error: linker command failed with exit code 1 (use -v to see invocation) Error: shell command terminated with non-zero exit status 256: '/Applications/Xcode.app/Contents/Developer/usr/bin/gcc' 'glfw3-bindings.o' -o 'glfw3-bindings.so' -m64 -bundle -headerpad_max_install_names -framework Corevideo -framework IOKit -framework OpenGL -framework Cocoa -lglfw -L"/usr/local/lib" -lchicken -lm Error: shell command failed with nonzero exit status 256: '/usr/local/bin/csc' -feature compiling-extension -setup-mode -O2 -d0 -lglfw -framework Cocoa -framework OpenGL -framework IOKit -framework Corevideo -J -s glfw3-bindings.scm Error: shell command terminated with nonzero exit code 17920 "'/usr/local/bin/csi' -bnq -setup-mode -e \"(require-library setup-api)\" -e \"(… Am I doing something wrong? Thanks in advance _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
