我一直在尝试安装 nokogiri-1.5.0.beta.2 并且一直遇到错误。它已在其他地方记录,但没有一个解决方案有效。
sudo gem install nokogiri -v '1.5.0.beta.2'
它输出
....
make
compiling xml_reader.c
compiling xml_attr.c
compiling xml_entity_reference.c
compiling xml_element_decl.c
compiling xml_xpath_context.c
xml_xpath_context.c: In function ‘xpath_generic_exception_handler’:
xml_xpath_context.c:154:3: error: format not a string literal and no format arguments [-Werror=format-security]
cc1: some warnings being treated as errors
make: *** [xml_xpath_context.o] Error 1 make
compiling xml_reader.c
compiling xml_attr.c
compiling xml_entity_reference.c
compiling xml_element_decl.c
compiling xml_xpath_context.c
xml_xpath_context.c: In function ‘xpath_generic_exception_handler’:
xml_xpath_context.c:154:3: error: format not a string literal and no format arguments [-Werror=format-security]
cc1: some warnings being treated as errors
make: *** [xml_xpath_context.o] Error 1
它已在此处和此处记录,但没有解决方案有效,有人有什么建议吗?我不希望仅仅更新到较新的版本,因为我正在尝试在其他人的工作上安装捆绑包以使其正常运行。