chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] syntax-case on mac os x [reposted]


From: Ashish Shrestha
Subject: [Chicken-users] syntax-case on mac os x [reposted]
Date: Sun, 22 Jan 2006 10:47:35 +0000

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

reply via email to

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