all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: A Soare <alinsoar@voila.fr>
To: emacs-devel@gnu.org
Subject: Compilation error on today's git archives of development [ git clone git://repo.or.cz/emacs.git ]
Date: Wed, 8 Sep 2010 16:20:26 +0000 (UTC)	[thread overview]
Message-ID: <loom.20100908T181844-741@post.gmane.org> (raw)

debian:/emacs# make
cd lib-src; make all                            \
          CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' \
          LDFLAGS='-Wl,-znocombreloc ' MAKE='make'
make[1]: Entering directory `/emacs/lib-src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/emacs/lib-src'
boot=bootstrap-emacs;                         \
        if [ ! -x "src/$boot" ]; then                                     \
            cd src; make all                                    \
              CC='gcc' CFLAGS='-g -O2' CPPFLAGS=''         \
              LDFLAGS='-Wl,-znocombreloc ' MAKE='make' BOOTSTRAPEMACS="$boot"; \
        fi;
if [ -r .bzr/checkout/dirstate ]; then                  \
            vcswitness="$(pwd)/.bzr/checkout/dirstate";         \
        fi;                                                     \
        cd src; make all                            \
          CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' \
          LDFLAGS='-Wl,-znocombreloc ' MAKE='make' BOOTSTRAPEMACS=""    \
          VCSWITNESS="$vcswitness"
make[1]: Entering directory `/emacs/src'
make[2]: Entering directory `/emacs/lisp'
Compiling ../lisp/w32-fns.el
Reloading stale loaddefs.el
Loading /emacs/lisp/loaddefs.el (source)...

In toplevel form:
w32-fns.el:29:1:Error: Cannot open load file: w32-vars
make[2]: *** [compile-onefile] Error 1
make[2]: Leaving directory `/emacs/lisp'
make[1]: *** [../lisp/w32-fns.elc] Error 2
make[1]: Leaving directory `/emacs/src'
make: *** [src] Error 2
debian:/emacs#





             reply	other threads:[~2010-09-08 16:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-08 16:20 A Soare [this message]
2010-09-09 16:39 ` Compilation error on today's git archives of development [ git clone git://repo.or.cz/emacs.git ] A Soare

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=loom.20100908T181844-741@post.gmane.org \
    --to=alinsoar@voila.fr \
    --cc=emacs-devel@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.