Created
August 14, 2010 18:54
-
-
Save Alos/524583 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
rm -f stamp-h1 | |
touch config.h.in | |
make all-recursive | |
Making all in src | |
sh ./makelist -h ./vi.c > vi.h | |
sh ./makelist -h ./emacs.c > emacs.h | |
sh ./makelist -h ./common.c > common.h | |
sh ./makelist -fh vi.h emacs.h common.h > fcns.h | |
sh ./makelist -bh ./vi.c ./emacs.c ./common.c > help.h | |
sh ./makelist -fc vi.h emacs.h common.h > fcns.c | |
sh ./makelist -bc ./vi.c ./emacs.c ./common.c > help.c | |
make all-am | |
CC chared.lo | |
/bin/sh ../libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -force_cpusubtype_ALL -mmacosx-version-min=10.4 -arch i386 -arch ppc -c -o chared.lo chared.c | |
libtool: Version mismatch error. This is libtool 2.2.6b Debian-2.2.6b-2, but the | |
libtool: definition of this LT_INIT comes from libtool 2.2.8. | |
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b Debian-2.2.6b-2 | |
libtool: and run autoconf again. | |
make[4]: *** [chared.lo] Error 63 | |
make[3]: *** [all] Error 2 | |
make[2]: *** [all-recursive] Error 1 | |
make[1]: *** [all] Error 2 | |
make: *** [deps/libedit-20100424-3.0/src/.libs/libedit.dylib] Error 2 | |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
WARNING: building narwhal-jsc failed. Hit enter to continue. | |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment