all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: dhruva <dhruvakm@gmail.com>
To: "Sascha Wilde" <wilde@sha-bang.de>
Cc: David Reitter <david.reitter@gmail.com>, emacs-devel@gnu.org
Subject: Re: build fails (cc-vars.el)
Date: Thu, 17 Jan 2008 18:19:20 +0530	[thread overview]
Message-ID: <e3f230850801170449o7c7d0405j78353ffcd6f1e2b0@mail.gmail.com> (raw)
In-Reply-To: <m27ii8bpr9.fsf@kenny.sha-bang.de>

Hello,

On Jan 17, 2008 5:58 PM, Sascha Wilde <wilde@sha-bang.de> 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	other threads:[~2008-01-17 12:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-15  9:04 build fails (cc-vars.el) David Reitter
2008-01-16 11:09 ` Sascha Wilde
2008-01-17 10:04   ` Sascha Wilde
2008-01-17 12:21     ` dhruva
2008-01-17 12:28       ` Sascha Wilde
2008-01-17 12:49         ` dhruva [this message]
2008-01-17 13:32           ` Sascha Wilde
2008-01-17 14:10             ` Sascha Wilde
2008-01-21  9:49               ` Sascha Wilde

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=e3f230850801170449o7c7d0405j78353ffcd6f1e2b0@mail.gmail.com \
    --to=dhruvakm@gmail.com \
    --cc=david.reitter@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=wilde@sha-bang.de \
    /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.