Skip to content

Instantly share code, notes, and snippets.

@RSchulz
Created July 28, 2012 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RSchulz/3194198 to your computer and use it in GitHub Desktop.
Save RSchulz/3194198 to your computer and use it in GitHub Desktop.
==> make
make
make all-recursive
Making all in glib
make all-recursive
Making all in .
make[4]: Nothing to be done for `all-am'.
Making all in m4macros
make[4]: Nothing to be done for `all'.
Making all in glib
GEN glibconfig-stamp
config.status: executing glib/glibconfig.h commands
config.status: glib/glibconfig.h is unchanged
make all-recursive
Making all in libcharset
GEN ref-add.sed
GEN ref-del.sed
CC localcharset.lo
GEN charset.alias
rm: .libs/localcharset.o: No such file or directory
rm: localcharset.lo: No such file or directory
rm: localcharset.loT: No such file or directory
CCLD libcharset.la
rm: libcharset.la: No such file or directory
rm: libcharset.la: No such file or directory
make[6]: *** [libcharset.la] Error 1
make[5]: *** [all-recursive] Error 1
make[4]: *** [all] Error 2
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
==> Exit Status: 2
https://github.com/mxcl/master/blob/master/Library/Formula/pkg-config.rb#L21
==> Build Environment
HOMEBREW_VERSION: 0.9.2
HEAD: c3fa339ec1d3795c4d36391fb923a1b5ade1d415
CPU: 8-core 64-bit ivybridge
OS X: 10.8-x86_64
Xcode: 4.4
CLT: 4.4.0.0.1.1249367152
X11: 2.7.2 @ /opt/X11
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
LD: /usr/bin/clang
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
CPPFLAGS: -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include
LDFLAGS: -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib
MACOSX_DEPLOYMENT_TARGET: 10.8
MAKEFLAGS: -j8
Error: Failed executing: make (pkg-config.rb:21)
This may help you fix or report the issue if `brew doctor` does not:
https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment