Created
April 6, 2014 04:59
-
-
Save gautamg795/10001719 to your computer and use it in GitHub Desktop.
02.make
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Making install in doc | |
make[2]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/cscope/15.8a/share/man/man1" || .././install-sh -c -d "/usr/local/Cellar/cscope/15.8a/share/man/man1" | |
/usr/bin/install -c -m 644 cscope.1 '/usr/local/Cellar/cscope/15.8a/share/man/man1' | |
Making install in src | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT fscanner.o -MD -MP -MF .deps/fscanner.Tpo -c -o fscanner.o fscanner.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT egrep.o -MD -MP -MF .deps/egrep.Tpo -c -o egrep.o egrep.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT alloc.o -MD -MP -MF .deps/alloc.Tpo -c -o alloc.o alloc.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT basename.o -MD -MP -MF .deps/basename.Tpo -c -o basename.o basename.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT build.o -MD -MP -MF .deps/build.Tpo -c -o build.o build.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT command.o -MD -MP -MF .deps/command.Tpo -c -o command.o command.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT compath.o -MD -MP -MF .deps/compath.Tpo -c -o compath.o compath.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT crossref.o -MD -MP -MF .deps/crossref.Tpo -c -o crossref.o crossref.c | |
alloc.cIn file included from build.c:50: | |
/usr/include/ncurses.h:142:10: fatal error: In file included from command.c::4450:48: 'stdarg.h' file not found | |
: | |
/usr/include/ncurses.h:142:10: fatal error: 'stdarg.h' file not found | |
#include <stdarg.h> /* we need va_list */ | |
^ | |
#include <stdarg.h> /* we need va_list */ | |
^ | |
error: too few arguments provided to function-like macro invocation | |
char *calloc(), *malloc(), *realloc(), *strcpy(); | |
^ | |
alloc.c:50:41: error: redefinition of 'strcpy' as different kind of symbol | |
char *calloc(), *malloc(), *realloc(), *strcpy(); | |
^ | |
/usr/include/string.h:79:7: note: previous definition is here | |
char *strcpy(char *, const char *); | |
^ | |
2 errors generated. | |
make[1]: *** [alloc.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
mv -f .deps/basename.Tpo .deps/basename.Po | |
1 error generated. | |
1 error generated. | |
make[1]: *** [command.o] Error 1 | |
make[1]: *** [build.o] Error 1 | |
mv -f .deps/compath.Tpo .deps/compath.Po | |
mv -f .deps/crossref.Tpo .deps/crossref.Po | |
mv -f .deps/egrep.Tpo .deps/egrep.Po | |
mv -f .deps/fscanner.Tpo .deps/fscanner.Po | |
make: *** [install-recursive] Error 1 | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 9a26171eb661ad0d0719e9b101ebf610da8bfaa6 | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.9.2-x86_64 | |
Xcode: 5.1 | |
CLT: 5.1.0.0.1.1393561416 | |
GCC-4.2: build 5666 | |
Clang: 4.0 build 421 | |
X11: 2.7.5 => /opt/X11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment