download - I'm trying to install ImageMagick via HomeBrew and the Brew Doctor is giving me the following error. Any advice? -


warning: "config" scripts exist outside system or homebrew directories. ./configure scripts *-config scripts determine if software packages installed, , additional flags use when compiling , linking.

having additional scripts in path can confuse software installed via homebrew if config script overrides system or homebrew provided script of same name. found following "config" scripts:

/opt/sm/pkg/active/bin/curl-config /opt/sm/pkg/active/bin/ncurses5-config /opt/sm/pkg/active/bin/ncursesw5-config /opt/sm/pkg/active/bin/pkg-config /opt/sm/pkg/active/bin/xml2-config /opt/sm/pkg/active/bin/xslt-config 

edit path remove config scripts. added somewhere in ~/.bashrc if installer added them.

if have macports or fink installed, won't hurt remove them interfere homebrew.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -