我遇到了Zookeeper 1.4.11的问题。这是我的项目的依赖项,每次我尝试捆绑我得到:
Most .htaccess rewrite codes will ignore the rewrite if an actual directory or file that matches the route exists, so you will not be passed to slim at all.
当我寻找Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
...
_zookeeper_interest
_zookeeper_process
make[1]: *** [libzookeeper_st.la] Error 1
make: *** [all] Error 2
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options.
时,它在任何地方都不存在。有没有人见过这个?
答案 0 :(得分:3)
问题是〜/ .bash_profile中的以下行:
export GREP_OPTIONS='--color=always'
在意想不到的地方注入了颜色字符。我发现这个的方式是查看Zookeeper中构建脚本生成的libtool,我发现了一些奇怪的颜色字符。