Skip to content

Instantly share code, notes, and snippets.

@Pistos
Created April 2, 2011 19:44
Show Gist options
  • Select an option

  • Save Pistos/899812 to your computer and use it in GitHub Desktop.

Select an option

Save Pistos/899812 to your computer and use it in GitHub Desktop.
make[1]: Entering directory `/home/pistos/.rvm/src/ruby-1.9.1-p431/ext/openssl'
gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -g -Wall -Wno-parentheses -fPIC -o ossl_x509cert.o -c ossl_x509cert.c
gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -g -Wall -Wno-parentheses -fPIC -o ossl_engine.o -c ossl_engine.c
gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -g -Wall -Wno-parentheses -fPIC -o ossl.o -c ossl.c
ossl.c:118: error: expected ‘)’ before ‘*’ token
ossl.c:119: error: expected ‘)’ before ‘*’ token
make[1]: *** [ossl.o] Error 1
make[1]: Leaving directory `/home/pistos/.rvm/src/ruby-1.9.1-p431/ext/openssl'
make: *** [mkmain.sh] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment