INFOPATH in OS X application bundle

2005-06-02 Thread Andrew Nesbit
There's a bit of code in src/mac.c which sets the environment variable INFOPATH if it's not already set, when Emacs is installed as a self-contained application bundle. Normally, Info-directory-list should be initialised based on Info-default-directory-list. But because INFOPATH gets set behin

Re: mac/make-package failure

2005-05-18 Thread Andrew Nesbit
On 18 May 2005, at 00:35, Denis Bueno wrote: gcc -I/sw/include -L/sw/lib -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -DHAVE_CONFIG_H -I. -I../src -I/Users/dbueno/download/cvs-trees/emacs/mac/../lib-src -I/Users/dbueno/download/cvs-trees/emacs/mac/../lib-src/../src -g -O2 movemail.o pop.o

mac/make-package failure

2005-03-07 Thread Andrew Nesbit
I checked out Emacs from CVS today. The standard build is OK, but I'm trying to build it with make-package so that all files are contained in Emacs.app: $ cd mac $ ./make-package --self-contained Version numbers are 22.0.50 and 22.0 Building in directory /Users/andrew/Desktop/emacs/mac/make-pac