|
From: | Ehsanul Hoque |
Subject: | Re: [Chicken-users] Re: Problems Installing the lookup-table Egg |
Date: | Fri, 10 Dec 2010 17:55:33 -0500 |
Could you paste the error you get for the zmq egg? I think this is
> Looks like it's a more general issue since I'm getting the same
> problem when I try to install the zmq egg. Same error messages, just
> substitute the zmq equivalents. However, other eggs, like pty,
> installed just fine.
something else. Note that the egg requires you to have ZeroMQ 2.1.0
installed which is still a development release and can be obtained here:
http://download.zeromq.org/zeromq-2.1.0.tar.gz
$ sudo chicken-install zmq[sudo] password for ehsanul:retrieving ...connecting to host "chicken.kitten-technologies.co.uk", port 80 ...requesting "/henrietta.cgi?name=zmq" ...reading response ...HTTP/1.1 200 OKDate: Fri, 10 Dec 2010 22:50:16 GMTServer: ApacheConnection: closeTransfer-Encoding: chunkedContent-Type: text/plainreading chunks ...reading files ..../zmq.setup./zmq.scm./zmq.metazmq located at /tmp/chicken-install-6d9.tmp/zmqchecking dependencies for `zmq' ...install order:("zmq")installing zmq: ...changing current directory to /tmp/chicken-install-6d9.tmp/zmq/usr/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(extension-name-and-version '(\"zmq\" \"\"))" /tmp/chicken-install-6d9.tmp/zmq/zmq.setup/usr/bin/csc -feature compiling-extension -setup-mode -s -O2 -d0 zmq.scm -J -L -lzmqWarning: redefinition of imported value binding: errnoWarning: global variable `zmq#message-mutex-set!' is never usedWarning: global variable `zmq#poll-item-in-set!' is never usedWarning: global variable `zmq#context-sockets-set!' is never usedWarning: global variable `zmq#%poll-item-socket' is never usedWarning: global variable `zmq#poll-item-out' is never usedWarning: global variable `zmq#poll-item-out-set!' is never usedWarning: global variable `zmq#%poll-item-events' is never usedWarning: global variable `zmq#poll-item-in' is never usedWarning: global variable `zmq#poll-item-pointer-set!' is never usedWarning: global variable `zmq#context-pointer-set!' is never usedWarning: global variable `zmq#g172' is never usedWarning: global variable `zmq#poll-item-socket-set!' is never usedWarning: global variable `zmq#g283' is never usedWarning: global variable `zmq#zmq_poll_item_ref' is never usedWarning: global variable `zmq#poll-item?' is never usedWarning: global variable `zmq#g325' is never usedWarning: global variable `zmq#g326' is never usedWarning: global variable `zmq#g373' is never usedWarning: global variable `zmq#g374' is never usedWarning: global variable `zmq#g550' is never used/usr/bin/csc -feature compiling-extension -setup-mode -s -O2 zmq.import.scmcsc: file `zmq.import.scm' does not existmake: Failed to make zmq.so: shell command failed with nonzero exit statusError: shell command failed with nonzero exit status16384"/usr/bin/csc -feature compiling-extension -setup-mode -s -O2 zmq.import.scm"Error: shell command terminated with nonzero exit code17920"/usr/bin/csi -bnq -setup-mode -e \"(require-library setup-api)\" -e \"(import s...
[Prev in Thread] | Current Thread | [Next in Thread] |