* Re: problem with self-contained emacs
2004-04-14 20:53 ` problem with self-contained emacs Steven Tamm
@ 2004-04-15 9:10 ` Vincent LADEUIL
2004-04-15 13:54 ` Piet van Oostrum
1 sibling, 0 replies; 3+ messages in thread
From: Vincent LADEUIL @ 2004-04-15 9:10 UTC (permalink / raw)
Cc: Steven Tamm, Jordan Breeding
>>>>> "Steven" == Steven Tamm <steventamm@mac.com> writes:
Steven> Sorry for the late reply, I was out of the country.
Steven> Does anyone else have an idea about this. I know the
Steven> problem is related to init_mac_osx_environment (sp?)
Steven> and other people have gotten it to work.
Steven> Thanks, -Steven
Steven> On Apr 7, 2004, at 8:38 PM, Jordan Breeding wrote:
> Hello,
>>
>> I am building emacs from cvs. If I set self_contained=yes
>> in the make-package script everything seems to go fine
>> during the build. Then I can check the Emacs.app package
>> and it has everything include, however, when I launch the
>> resulting app from the finder or from the command line
>> `/Application/Emacs.app/Contents/MacOS/Emacs` (I think
>> that is it, you get the point...) Emacs complains that it
>> can't find
>> /usr/local/share/emacs/21.3.50/{lisp,leim,site-lisp}.
I build emacs with --prefix=/none
When it complains that
Warning: Lisp directory `/none/share/emacs/21.3.50/site-lisp' does not exist.
Warning: Lisp directory `/none/share/emacs/site-lisp' does not exist.
Warning: Lisp directory `/none/share/emacs/21.3.50/leim' does not exist.
Warning: Lisp directory `/none/share/emacs/21.3.50/lisp' does not exist.
I know that I can safely ignore these warnings.
This is only a workaround of course. And '/none' does not exist.
Vincent
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: problem with self-contained emacs
2004-04-14 20:53 ` problem with self-contained emacs Steven Tamm
2004-04-15 9:10 ` Vincent LADEUIL
@ 2004-04-15 13:54 ` Piet van Oostrum
1 sibling, 0 replies; 3+ messages in thread
From: Piet van Oostrum @ 2004-04-15 13:54 UTC (permalink / raw)
>>>>> Steven Tamm <steventamm@mac.com> (ST) wrote:
ST> Sorry for the late reply, I was out of the country.
ST> Does anyone else have an idea about this. I know the problem is related to
ST> init_mac_osx_environment (sp?) and other people have gotten it to work.
ST> Thanks,
ST> -Steven
ST> On Apr 7, 2004, at 8:38 PM, Jordan Breeding wrote:
>> Hello,
>>
>> I am building emacs from cvs. If I set self_contained=yes in the
>> make-package script everything seems to go fine during the build. Then
>> I can check the Emacs.app package and it has everything include,
>> however, when I launch the resulting app from the finder or from the
>> command line `/Application/Emacs.app/Contents/MacOS/Emacs` (I think that
>> is it, you get the point...) Emacs complains that it can't find
>> /usr/local/share/emacs/21.3.50/{lisp,leim,site-lisp}. It still seems to
>> find the version included in itself from the self_contained=yes, because
>> syntax hilighting and other things still work. Is there a way to fix it
>> so that self contained Emacs.app doesn't look anywhere else for default
>> files (I also load files from other places but those are taken care of
>> via add directories to the load list with my .emacs file)?
I once got the same problem. You get it when you first build emacs from
the main directory, and the run make-package from the mac directory, I
think. The first step inserts /usr/local/share/emacs/21.3.50/.. in a
couple of variables.
I now do the configure and if necessary a make bootstrap in the main
directory and then run make-package as:
./make-package --no-conf --self-contained --build-in-place
--
Piet van Oostrum <piet@cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum@hccnet.nl
^ permalink raw reply [flat|nested] 3+ messages in thread