compiling on OS X
Hi,
I compiled Myproxy on the Mac under OS X, but it looks like it has
one complaint--
/usr/bin/gcc -DPACKAGE=\"myproxy\" -DVERSION=\"1.5\" -DHAVE_REGEX_H=1
-DHAVE_REGCOMP=1 -DHAVE_VSNPRINTF=1 -DHAVE_SETENV=1 -DHAVE_UNSETENV=1
-I. -I/sw/globus/BUILD/myproxy-1.5 -I/usr/local/globus/include/gcc32dbg
-I/usr/local/globus/include -I/usr/local/globus/include/gcc32dbg
-I/sw/include -traditional-cpp -I/sw/include -traditional-cpp -g
-fno-common -I/sw/include -Wall -c gsi_socket.c -fno-common -DPIC -o
.libs/gsi_socket.lo
gsi_socket.c: In function `read_token':
gsi_socket.c:204: `EBADMSG' undeclared (first use in this function)
gsi_socket.c:204: (Each undeclared identifier is reported only once
gsi_socket.c:204: for each function it appears in.)
gsi_socket.c: In function `GSI_SOCKET_read_token':
gsi_socket.c:1104: warning: passing arg 3 of `read_token' from
incompatible pointer type
gsi_socket.c: In function `GSI_SOCKET_delegation_init_ext':
gsi_socket.c:1207: warning: passing arg 3 of `GSI_SOCKET_read_token'
from incompatible pointer type
gsi_socket.c: In function `GSI_SOCKET_delegation_accept_ext':
gsi_socket.c:1329: warning: passing arg 3 of `GSI_SOCKET_read_token'
from incompatible pointer type
make[2]: *** [gsi_socket.lo] Error 1
make[1]: *** [all_filelists] Error 1
make: *** [all-recursive] Error 1
I just commented out line 204 and it seems to work!
Jason