Skip to content

Instantly share code, notes, and snippets.

@brett
Created September 1, 2009 20:42
Show Gist options
  • Save brett/179376 to your computer and use it in GitHub Desktop.
Save brett/179376 to your computer and use it in GitHub Desktop.
[brett@arx]:~/.gem/ruby/1.9.1/gems/thrift-0.0.789419% rake compile
(in /Users/brett/.gem/ruby/1.9.1/gems/thrift-0.0.789419)
/opt/local/bin/ruby extconf.rb
checking for strlcpy() in string.h... yes
creating Makefile
/usr/bin/gcc-4.2 -I. -I/opt/local/include/ruby-1.9.1/i386-darwin10 -I/opt/local/include/ruby-1.9.1/ruby/backward -I/opt/local/include/ruby-1.9.1 -I. -DHAVE_STRLCPY -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -g -O2 -Wall -Werror -o compact_protocol.o -c compact_protocol.c
/usr/bin/gcc-4.2 -I. -I/opt/local/include/ruby-1.9.1/i386-darwin10 -I/opt/local/include/ruby-1.9.1/ruby/backward -I/opt/local/include/ruby-1.9.1 -I. -DHAVE_STRLCPY -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -g -O2 -Wall -Werror -o memory_buffer.o -c memory_buffer.c
/usr/bin/gcc-4.2 -I. -I/opt/local/include/ruby-1.9.1/i386-darwin10 -I/opt/local/include/ruby-1.9.1/ruby/backward -I/opt/local/include/ruby-1.9.1 -I. -DHAVE_STRLCPY -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -g -O2 -Wall -Werror -o protocol.o -c protocol.c
/usr/bin/gcc-4.2 -I. -I/opt/local/include/ruby-1.9.1/i386-darwin10 -I/opt/local/include/ruby-1.9.1/ruby/backward -I/opt/local/include/ruby-1.9.1 -I. -DHAVE_STRLCPY -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -g -O2 -Wall -Werror -o struct.o -c struct.c
/usr/bin/gcc-4.2 -I. -I/opt/local/include/ruby-1.9.1/i386-darwin10 -I/opt/local/include/ruby-1.9.1/ruby/backward -I/opt/local/include/ruby-1.9.1 -I. -DHAVE_STRLCPY -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -g -O2 -Wall -Werror -o thrift_native.o -c thrift_native.c
cc -dynamic -bundle -undefined suppress -flat_namespace -o thrift_native.bundle binary_protocol_accelerated.o compact_protocol.o memory_buffer.o protocol.o struct.o thrift_native.o -L. -L/opt/local/lib -L. -L/opt/local/lib -L/usr/local/lib -lruby -lpthread -ldl -lobjc
mkdir -p lib/
cp ext/thrift_native.bundle lib/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment