emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Makefile fix?
@ 2007-07-08 18:21 Miguel A. Figueroa-Villanueva
  2007-07-10  6:07 ` Carsten Dominik
  0 siblings, 1 reply; 7+ messages in thread
From: Miguel A. Figueroa-Villanueva @ 2007-07-08 18:21 UTC (permalink / raw)
  To: emacs-orgmode

Hello Everyone,

First of all thanks for creating such a great tool!! Kudos Dominik!!

Now, I updated orgmode and had minor problems with the installation.
The problem was because I use XEmacs so it requires the noutline.el
installed. Since I edited the following entries:

# Where local software is found
prefix=/root_dir/svn/usr/local

# Where local lisp files go.
lispdir = $(prefix)/share/emacs

when I type 'make install-noutline' it installs it in $(lispdir),
which is what I wanted (i.e., not in the standard lisp directory). The
$(lispdir) is of course added to the load-path in my init.el, but for
the remaining compilation of org.el it won't know to look for
noutline.el in there.

Now, since we need noutline.el to compile org.el for XEmacs and we
just installed it in $(lispdir), shouldn't the following line:

BATCH=$(EMACS) -batch -q

read like this instead:

BATCH=$(EMACS) -batch -q -l $(lispdir)/noutline

That is where my problem was and by making the change above it was
fixed. Notice that if $(lispdir) is set to the standard lisp directory
then the problem won't arise.

Well, I hope that this helps in case others encounter the same problem.

Thanks again,
--Miguel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-07-12 15:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-08 18:21 Makefile fix? Miguel A. Figueroa-Villanueva
2007-07-10  6:07 ` Carsten Dominik
2007-07-11  3:58   ` Miguel A. Figueroa-Villanueva
2007-07-11  4:15     ` Eddward DeVilla
2007-07-11  6:26       ` Carsten Dominik
2007-07-11 12:27         ` Miguel A. Figueroa-Villanueva
2007-07-12 15:12           ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).