Rob and Ulrich, I need your help with this xemacs compilation problem.
Can you double check that the following fix makes sense? I don't quite
understand the configure files and I am only guessing. -- Uday
=== modified file 'configure.ac'
--- configure.ac 2009-12-04 17:39:55 +0000
+++ configure.ac 2009-12-07 20:10:22 +0000
@@ -222,7 +222,7 @@
(add-to-list 'absolutedirs dir)))
(princ (format "%S" absolutedirs)))
TEST
- OTHERDIRS=`"${EMACS_PROG}" --no-site-file --batch -L ${srcdir}/lisp -l
vm-build.el -l conftest.el`
+ OTHERDIRS=`"${EMACS_PROG}" --no-site-file --batch -l
${srcdir}/lisp/vm-build.el -l conftest.el`
AC_MSG_RESULT($OTHERDIRS)
AC_SUBST(OTHERDIRS)
])
--
Compilation problem in xemacs
https://bugs.launchpad.net/bugs/493281
You received this bug notification because you are a member of VM
development team, which is the registrant for VM.
Status in VM (View Mail) for Emacs: Confirmed
Bug description:
The 8.1 devo version fails to compile in XEmacs. configure produces the output
(the relevant section)
checking otherdirs... Reading directory /home/staff/udr/xemacs/vm/8.1/lisp/...
Reading directory /home/staff/udr/xemacs/vm/8.1/lisp/...done
xemacs exiting
.Cannot open load file: conftest.el
The error message "Cannot open load file: conftest.el" ends up being the value
of OTHERDIRS in lisp/Makefile, breaking the compilation process.
This problem is not present in 8.0.x.
_______________________________________________
Mailing list: https://launchpad.net/~vm
Post to : [email protected]
Unsubscribe : https://launchpad.net/~vm
More help : https://help.launchpad.net/ListHelp