all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrea Crotti <andrea.crotti.0@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: tramp & numberp
Date: Tue, 26 Oct 2010 10:14:58 +0200	[thread overview]
Message-ID: <m1k4l5pdz1.fsf@ip1-201.halifax.rwth-aachen.de> (raw)
In-Reply-To: 87vd4q15wc.fsf@gmx.de

>
> I've checked the Makefile, again. I have the impression, that the
> configure call did a wrong expansion of @abs_builddir@. Could you,
> please, adapt the setting in Makefile (line 36) by
>
> builddir        = /Users/andrea/Documents/pycon/tramp/lisp
>
> Afterwards, you must call "make" again.
>
> Best regards, Michael.

The bad news is that that variable is already correct, and nonetheless I
get the same error.

And I also tried on a linux 64 machine and it goes also wrong (another
path though).

--8<---------------cut here---------------start------------->8---
Opening output file: no such file or directory, /tmp/emacs/trunk/src/emacs-23.2/lisp/tramp-loaddefs.el
--8<---------------cut here---------------end--------------->8---

It might be here the problem

--8<---------------cut here---------------start------------->8---
tramp-loaddefs.el: $(LISP_FILES)
# XEmacs must be advised to put tramp.el definitions at the beginning.
# We redefine `autoload-trim-file-name', therefore.
	$(EM) -l autoload						    \
	  --eval "(setq generate-autoload-cookie \";;;###tramp-autoload\")" \
	  --eval "(setq generated-autoload-file \"$@\")"		    \
	  --eval "(setq make-backup-files nil)"				    \
	  --eval "(unless (string-equal \"$(EMACS_INFO)\" \"emacs\")	    \
		    (defalias 'autoload-trim-file-name			    \
			      'file-name-sans-extension))"		    \
	  -f batch-update-autoloads $(builddir)
# XEmacs uses hard coded feature `lisp-autoloads'.
	@sed -e s/lisp-autoloads/tramp-loaddefs/g $@ >$@.$$$$ &&	    \
	  mv -f $@.$$$$ $@
# Emacs 22 does not add the `provide' form to the generated loaddefs.el.
	@grep -q provide $@ || echo "(provide 'tramp-loaddefs)" >>$@
--8<---------------cut here---------------end--------------->8---

but it's really strange that only to me it's not working, I might be
doing something wrong but.

--8<---------------cut here---------------start------------->8---
cd tramp
autoconf
./configure --with-contrib
make
--8<---------------cut here---------------end--------------->8---

should not be too complicated right?




  reply	other threads:[~2010-10-26  8:14 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-24 14:07 tramp & numberp Andrea Crotti
2010-10-24 14:12 ` Andrea Crotti
2010-10-24 15:59 ` Michael Albinus
2010-10-24 16:06   ` Andrea Crotti
2010-10-24 16:09   ` Andrea Crotti
2010-10-25  7:08     ` Michael Albinus
2010-10-26  9:11       ` Andrea Crotti
2010-10-26 10:47         ` Andrea Crotti
2010-10-26 12:21           ` Michael Albinus
2010-10-26 12:26           ` Daniel Pittman
2010-10-26 12:20         ` Michael Albinus
2010-10-26 15:27           ` Andrea Crotti
2010-10-26 15:48             ` Michael Albinus
2010-10-27 11:31             ` Michael Albinus
2010-10-27 12:02               ` Andrea Crotti
2010-10-25  7:12     ` Andrea Crotti
2010-10-25  9:36       ` Michael Albinus
2010-10-25 11:16         ` Andrea Crotti
2010-10-25 11:51           ` Michael Albinus
2010-10-25 12:26             ` Andrea Crotti
2010-10-25 12:40               ` Michael Albinus
2010-10-25 12:45                 ` Andrea Crotti
2010-10-25 13:54                   ` Michael Albinus
2010-10-25 15:01                     ` Andrea Crotti
2010-10-25 15:33                       ` Michael Albinus
2010-10-25 15:41                         ` Andrea Crotti
2010-10-25 18:30                           ` Michael Albinus
2010-10-26  8:14                             ` Andrea Crotti [this message]
2010-10-26  8:52                               ` Michael Albinus
2010-10-25 12:48                 ` Andrea Crotti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1k4l5pdz1.fsf@ip1-201.halifax.rwth-aachen.de \
    --to=andrea.crotti.0@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.