Mitsuharu-san,
Thanks! Progress!
Here is the information you requested:
=========================================
(gdb) set args -batch --no-init-file --no-site-file --multibyte -f
batch-byte-compile quail/CCDOSPY.el
(gdb) break callproc.c:1663
Breakpoint 1 at 0x81d2a04: file callproc.c, line 1663.
(gdb) start
Breakpoint 2 at 0x811c116: file emacs.c, line 829.
Starting program:
/home/cjh/GNUstep/Build/emacs-23.0.0_NS-9.0rc3/src/emacs -batch
--no-init-file --no-site-file --multibyte -f batch-byte-compile
quail/CCDOSPY.el
[Thread debugging using libthread_db enabled]
[New Thread -1222553472 (LWP 25227)]
[Switching to Thread -1222553472 (LWP 25227)]
main (argc=8, argv=0xbfd96a44) at emacs.c:829
829 stack_base = &dummy;
(gdb) continue
Continuing.
Breakpoint 1, set_initial_environment () at callproc.c:1663
1663 for (envp = environ; *envp; envp++)
(gdb) p Vprocess_environment
$1 = 0
(gdb) p Qnil
$2 = 138452905
============================================
And after adding 'Vprocess_environment = Qnil;' in the suggested
location, here is the output from './compile':
============================================
Loading vc-hooks...
Loading ediff-hook...
Loading tooltip...
nil
Finding pointers to doc strings...
Finding pointers to doc strings...done
>> Error occurred processing quail/CCDOSPY.el: File error (("Opening
>> input
>> file" "no such file or directory"
>> "/home/cjh/GNUstep/Build/emacs-23.0.0_NS-9.0rc3/leim/quail/CCDOSPY.el"))
make[1]: *** [quail/CCDOSPY.elc] Error 1
============================================
Is "CCDOSPY.el" supposed to be generated by the compile process? I
didn't see it in the tarball for either rc2a or rc3.
Many thanks!
Chris Hall
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-