Created
July 5, 2011 16:35
-
-
Save bil-bas/1065208 to your computer and use it in GitHub Desktop.
renet 0.1.12 error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spooner@Fish:~/renet_tests$ gem install renet-0.1.12.gem | |
Building native extensions. This could take a while... | |
ERROR: Error installing renet-0.1.12.gem: | |
ERROR: Failed to build gem native extension. | |
/home/spooner/.rvm/rubies/ruby-1.9.2-p0/bin/ruby extconf.rb | |
creating Makefile | |
gcc -I. -I/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/x86_64-linux -I/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby/backward -I/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1 -I. -fPIC -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC -o unix.o -c unix.c | |
gcc -I. -I/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/x86_64-linux -I/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby/backward -I/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1 -I. -fPIC -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC -o list.o -c list.c | |
gcc -I. -I/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/x86_64-linux -I/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby/backward -I/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1 -I. -fPIC -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC -o renet_server.o -c renet_server.c | |
In file included from /home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby/ruby.h:1327, | |
from /home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby.h:32, | |
from renet.h:22, | |
from renet_server.h:22, | |
from renet_server.c:19: | |
/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby/intern.h:776: error: expected ‘)’ before ‘long’ | |
/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby/intern.h:777: error: expected ‘)’ before ‘long’ | |
make: *** [renet_server.o] Error 1 | |
make | |
gcc -I. -I/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/x86_64-linux -I/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby/backward -I/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1 -I. -fPIC -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC -o renet_server.o -c renet_server.c | |
In file included from /home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby/ruby.h:1327, | |
from /home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby.h:32, | |
from renet.h:22, | |
from renet_server.h:22, | |
from renet_server.c:19: | |
/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby/intern.h:776: error: expected ‘)’ before ‘long’ | |
/home/spooner/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby/intern.h:777: error: expected ‘)’ before ‘long’ | |
make: *** [renet_server.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment