emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compilation error on today's git archives of development [ git clone git


From: A Soare
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)
User-agent: Loom/3.14 (http://gmane.org/)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]