all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Compilation error on today's git archives of development [ git clone git://repo.or.cz/emacs.git ]
@ 2010-09-08 16:20 A Soare
  2010-09-09 16:39 ` A Soare
  0 siblings, 1 reply; 2+ messages in thread
From: A Soare @ 2010-09-08 16:20 UTC (permalink / raw)
  To: emacs-devel

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#





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

* Re: Compilation error on today's git archives of development [ git clone git://repo.or.cz/emacs.git ]
  2010-09-08 16:20 Compilation error on today's git archives of development [ git clone git://repo.or.cz/emacs.git ] A Soare
@ 2010-09-09 16:39 ` A Soare
  0 siblings, 0 replies; 2+ messages in thread
From: A Soare @ 2010-09-09 16:39 UTC (permalink / raw)
  To: emacs-devel


> 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#


Please suggest me what to do to solve this bug.

I cannot compile emacs any more.








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

end of thread, other threads:[~2010-09-09 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-08 16:20 Compilation error on today's git archives of development [ git clone git://repo.or.cz/emacs.git ] A Soare
2010-09-09 16:39 ` A Soare

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.