Reposting again because I wasn't sure if it went through.

Hello once again,

I am writing a short script to scale images using imlib2. imlib2.egg requires the syntax-case to be installed. I have successfully installed syntax-case and imlib2.egg on Windows (cygwin) and Linux. However, installing syntax-case on Mac OS X ( 10.4.4) fails.
-------
bootstrapping psyntax.pp ...
expanding psyntax.scm to psyntax-chicken.pp ...
  /Users/ashishshrestha/usr//bin
/csc -feature compiling-extension -s -O2 -d0 syntax-case.scm
*** Shell command terminated with exit status 10: /Users/ashishshrestha/usr//bin/chicken syntax-case.scm -output-file syntax-case.c -dynamic -feature chicken-compile-shared -quiet -feature compiling-extension -optimize-level 2 -debug-level 0
make: Failed to make syntax-case.so: shell invocation failed with non-zero return status
Error: shell invocation failed with non-zero return status
"/Users/ashishshrestha/usr//bin/csc -feature compiling-extension -s -O2 -d0 syn...
10
Error: shell invocation failed with non-zero return status
"/Users/ashishshrestha/usr//bin/csc -feature compiling-extension -s -O2 -d0 syn...
10
---------

The above is my console dump. Running chicken-setup in verbose mode doesn't really add much. Hope someone could help me out with it. Is there something I can do to make the errors more meaningful?

Ashish
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to