Ticket #274 (new defect)
Opened 15 years ago
mzsocket fails to install cleanly on OS X (10.5 and 10.6)
Reported by: | endobson@… | Owned by: | vyzo |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | vyzo/socket.plt | Keywords: | |
Cc: | Version: | (3 2) | |
Racket Version: | 4.2.4 |
Description
I am trying to install mzsocket with the planet line:
(require (planet vyzo/socket:3:2))
It downloads it correctly but upon installation I get the following error on (10.5.8):
/Users/eric/Library/PLT Scheme/planet/300/4.2.4/cache/vyzo/socket.plt/3/2/compiled/native/i386-macosx/3m/_socket.c: In function 'inet_address_to_vec':
/Users/eric/Library/PLT Scheme/planet/300/4.2.4/cache/vyzo/socket.plt/3/2/compiled/native/i386-macosx/3m/_socket.c:1596: warning: pointer targets in passing argument 1 of 'scheme_make_sized_byte_string' differ in signedness
except-in: identifier `socket-accept' not included in nested require spec
setup-plt: error: during making for <planet>/vyzo/socket.plt/3/2 (mzsocket)
setup-plt: except-in: identifier `socket-accept' not included in nested require spec
in 10.6.2 I do not get the c errors but still the same three lines of scheme errors.