Skip to content

Instantly share code, notes, and snippets.

Created January 28, 2012 16:59
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 anonymous/1695015 to your computer and use it in GitHub Desktop.
Save anonymous/1695015 to your computer and use it in GitHub Desktop.
xbmc git mac os x make error
make[3]: Nothing to be done for `install-data-am'.
make -C pcre
/usr/bin/curl -Ls --create-dirs --output /Users/Shared/xbmc-depends/tarballs/pcre-7.9.tar.gz http://mirrors.xbmc.org/build-deps/darwin-libs/pcre-7.9.tar.gz
rm -rf pcre-7.9
tar xf /Users/Shared/xbmc-depends/tarballs/pcre-7.9.tar.gz
echo pcre-7.9 > .gitignore
cd pcre-7.9; ./configure --prefix=/Users/Shared/xbmc-depends/osx-10.4_i386 --disable-stack-for-recursion
configure: loading site script /Users/Shared/xbmc-depends/osx-10.4_i386/share/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... /usr/bin/gcc-4.0
checking for C compiler default output file name...
configure: error: in `/Users/jonny/git/xbmc/tools/darwin/depends/pcre/pcre-7.9':
configure: error: C compiler cannot create executables
See `config.log' for more details.
make[1]: *** [pcre-7.9] Error 77
make: *** [pcre] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment