Skip to content

Instantly share code, notes, and snippets.

@oki
Created November 28, 2008 11:14
Show Gist options
  • Select an option

  • Save oki/29968 to your computer and use it in GitHub Desktop.

Select an option

Save oki/29968 to your computer and use it in GitHub Desktop.
oki@nil ~/ruby/ruby_1_9 (svn::trunk/) $ svn info
Path: .
URL: http://svn.ruby-lang.org/repos/ruby/trunk
Repository Root: http://svn.ruby-lang.org/repos/ruby
Repository UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Revision: 20387
Node Kind: directory
Schedule: normal
Last Changed Author: matz
Last Changed Rev: 20387
Last Changed Date: 2008-11-28 10:32:20 +0100 (Fri, 28 Nov 2008)
...
generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c
compiling sdbm
gcc -I. -I../../.ext/include/i386-darwin9.5.0 -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -pipe -fno-common -o _sdbm.o -c _sdbm.c
gcc -I. -I../../.ext/include/i386-darwin9.5.0 -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -pipe -fno-common -o init.o -c init.c
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.5.0/sdbm.bundle _sdbm.o init.o -L. -L../.. -L. -lpthread -ldl -lobjc
compiling socket
gcc -I. -I../../.ext/include/i386-darwin9.5.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -pipe -fno-common -o socket.o -c socket.c
socket.c: In function 'host_str':
socket.c:888: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'size_t'
socket.c: In function 'port_str':
socket.c:914: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'size_t'
socket.c: In function 'sock_getaddrinfo':
socket.c:956: error: request for member 'ai_socktype' in something not a structure or union
make[1]: *** [socket.o] Error 1
make: *** [exts] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment