emacs-devel
[Top][All Lists]
Advanced

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

Re: build fails (cc-vars.el)


From: dhruva
Subject: Re: build fails (cc-vars.el)
Date: Thu, 17 Jan 2008 18:19:20 +0530

Hello,

On Jan 17, 2008 5:58 PM, Sascha Wilde <address@hidden> wrote:
> Cool, someone is actually using my hg mirror...  ;-)

I thank you for providing the repository. I am stuck behind a firewall
and cannot access CVS. The GIT repo got messed twice and hence I gave
up on doing the costly (bandwidth) clone of the GIT repo.

I need only HEAD and your mercurial repo has it (well, having
unicode-2 would have been nice but not a necessity).

> Could you please try to bootstrap emacs?

With 'bootstrap', I get the error.

Wrote E:/users/dky/stub/repo/hg/emacs/HEAD/lisp/progmodes/cc-mode.elc

In toplevel form:
E:/users/dky/stub/repo/hg/emacs/HEAD/lisp/progmodes/cc-vars.el:367:1:Error:
Symbol's function definition is void: c-constant-symbol
make[1]: *** [compile-CMD] Error 1
make[1]: Leaving directory `E:/users/dky/stub/repo/hg/emacs/HEAD/lisp'
make: *** [bootstrap-gmake] Error 2

The diff of your repo wrt HEAD:

diff -c ..\lisp\progmodes\cc-vars.el
..\..\..\..\cvs\emacs\HEAD\emacs\lisp\progmodes\cc-vars.el
*** ..\lisp\progmodes\cc-vars.el        2008-01-15 11:04:22.468750000 +0530
--- ..\..\..\..\cvs\emacs\HEAD\emacs\lisp\progmodes\cc-vars.el
2008-01-17 18:13:56.437500000 +0530
***************
*** 74,80 ****
        :value 'other))

  ;; The next defun will supersede c-const-symbol.
! (defun c-constant-symbol (sym len)
    "Create an uneditable symbol for customization buffers.
  SYM is the name of the symbol, LEN the length of the field (in
  characters) the symbol will be displayed in.  LEN must be big
--- 74,81 ----
        :value 'other))

  ;; The next defun will supersede c-const-symbol.
! (eval-and-compile
!   (defun c-constant-symbol (sym len)
    "Create an uneditable symbol for customization buffers.
  SYM is the name of the symbol, LEN the length of the field (in
  characters) the symbol will be displayed in.  LEN must be big
***************
*** 89,95 ****
      `(const
        :size ,len
        :format ,disp
!       :value ,sym)))

  (define-widget 'c-const-symbol 'item
    "An uneditable lisp symbol.  This is obsolete -
--- 90,96 ----
      `(const
        :size ,len
        :format ,disp
!       :value ,sym))))

  (define-widget 'c-const-symbol 'item
    "An uneditable lisp symbol.  This is obsolete -

-dky

-- 
Contents reflect my personal views only!




reply via email to

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