我正在尝试在 Max OSX 10.8.2 上安装 shapado (www.shapado.com)。其中一个 gem,Rinku,在尝试安装时会出现以下错误:
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/usr/local/Cellar/ruby/1.9.3-p385/bin/ruby extconf.rb
creating Makefile
make
compiling autolink.c
compiling buffer.c
compiling rinku.c
rinku.c:165:3: error: non-void function 'rinku_autolink' should return a value [-Wreturn-type]
return;
^
1 error generated.
make: *** [rinku.o] Error 1
对于如何解决这个问题,有任何的建议吗?任何想法都会很棒!