chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Installing hypergiant on macosx fails.


From: Mark Buckingham
Subject: [Chicken-users] Installing hypergiant on macosx fails.
Date: Thu, 8 Jan 2015 21:01:46 -0500

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]