bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make for emacs fails under OS X 10.5


From: Steffen Heise
Subject: Re: make for emacs fails under OS X 10.5
Date: Sun, 28 Oct 2007 20:35:30 -0400


emacs runs from the command line in the terminal, but not as regularly with the graphical user interface.

make install fails, too.

cd lib-src; make all  \
CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' CPPFLAGS='-fpascal- strings -DMAC_OSX ' \
          LDFLAGS='' MAKE='make'
make[1]: Nothing to be done for `all'.
cd src; make all  \
CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' CPPFLAGS='-fpascal- strings -DMAC_OSX ' \
          LDFLAGS='' MAKE='make'
make[1]: Nothing to be done for `all'.
(export PARALLEL; PARALLEL=0; cd leim; make all  \
CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' CPPFLAGS='-fpascal- strings -DMAC_OSX ' \
          LDFLAGS='' MAKE='make')
EMACSLOADPATH=/Users/heise/Downloads/emacs-22.1/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -l /Users/heise/Downloads/emacs-22.1/leim/../lisp/international/titdic- cnv \ -f batch-titdic-convert -dir quail /Users/heise/Downloads/ emacs-22.1/leim/CXTERM-DIC; \
          echo "changed" > changed.tit
/bin/sh: ../src/emacs: Cannot allocate memory
EMACSLOADPATH=/Users/heise/Downloads/emacs-22.1/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -f batch-byte-compile quail/CCDOSPY.el
/bin/sh: ../src/emacs: Cannot allocate memory
make[1]: *** [quail/CCDOSPY.elc] Error 126
make: *** [leim] Error 2


On Oct 28, 2007, at 7:26 PM, YAMAMOTO Mitsuharu wrote:

! for (p = ranges->address + ranges->size; p > ranges- >address; p--)
!       if (*(((char *) p)-1))
          break;
!       filesize = p - ranges->address;






reply via email to

[Prev in Thread] Current Thread [Next in Thread]