unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* lisp/generic-x.el build failure
@ 2005-03-25 19:18 Jérôme Marant
  2005-03-25 19:45 ` Andreas Schwab
  0 siblings, 1 reply; 5+ messages in thread
From: Jérôme Marant @ 2005-03-25 19:18 UTC (permalink / raw)



Hi,

When running 'make compile' from within the lisp/ directory,
I'm getting such errors:

In toplevel form:
generic-x.el:160:22:Warning: reference to free variable
    `apache-conf-generic-mode'
generic-x.el:177:22:Warning: reference to free variable
    `apache-log-generic-mode'
generic-x.el:191:22:Warning: reference to free variable `samba-generic-mode'
generic-x.el:207:22:Warning: reference to free variable `fvwm-generic-mode'
generic-x.el:232:22:Warning: reference to free variable
    `x-resource-generic-mode'
generic-x.el:243:22:Warning: reference to free variable `hosts-generic-mode'
generic-x.el:254:22:Warning: reference to free variable `inf-generic-mode'
generic-x.el:266:22:Warning: reference to free variable `ini-generic-mode'
generic-x.el:286:22:Warning: reference to free variable `reg-generic-mode'
generic-x.el:316:11:Error: Symbol's function definition is void: generic-make-keywords-list
make: *** [compile] Erreur 1

Or is 'make compile' the wrong way?

-- 
Jérôme Marant

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

* Re: lisp/generic-x.el build failure
  2005-03-25 19:18 lisp/generic-x.el build failure Jérôme Marant
@ 2005-03-25 19:45 ` Andreas Schwab
  2005-03-25 21:35   ` Jérôme Marant
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Schwab @ 2005-03-25 19:45 UTC (permalink / raw)
  Cc: emacs-devel

Jérôme Marant <jmarant@free.fr> writes:

> Hi,
>
> When running 'make compile' from within the lisp/ directory,
> I'm getting such errors:

Try "make updates", then rebuild emacs, then retry "make compile".

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: lisp/generic-x.el build failure
  2005-03-25 19:45 ` Andreas Schwab
@ 2005-03-25 21:35   ` Jérôme Marant
  2005-03-25 23:47     ` Andreas Schwab
  0 siblings, 1 reply; 5+ messages in thread
From: Jérôme Marant @ 2005-03-25 21:35 UTC (permalink / raw)


Andreas Schwab <schwab@suse.de> writes:

> Jérôme Marant <jmarant@free.fr> writes:
>
>> Hi,
>>
>> When running 'make compile' from within the lisp/ directory,
>> I'm getting such errors:
>
> Try "make updates", then rebuild emacs, then retry "make compile".

When you say "rebuild emacs", I guess you mean rebuilding the binary,
right?

I just wanted to rebuild all .elc from .el files, do I need to
follow your recipe?

Thanks.

Cheers,

-- 
Jérôme Marant

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

* Re: lisp/generic-x.el build failure
  2005-03-25 21:35   ` Jérôme Marant
@ 2005-03-25 23:47     ` Andreas Schwab
  2005-03-26 14:20       ` Jérôme Marant
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Schwab @ 2005-03-25 23:47 UTC (permalink / raw)
  Cc: emacs-devel

Jérôme Marant <jerome.marant@free.fr> writes:

> Andreas Schwab <schwab@suse.de> writes:
>
>> Jérôme Marant <jmarant@free.fr> writes:
>>
>>> Hi,
>>>
>>> When running 'make compile' from within the lisp/ directory,
>>> I'm getting such errors:
>>
>> Try "make updates", then rebuild emacs, then retry "make compile".
>
> When you say "rebuild emacs", I guess you mean rebuilding the binary,
> right?

Yes.  You need to make sure that the dumped emacs has the latest version
of loaddefs.el preloaded.

> I just wanted to rebuild all .elc from .el files, do I need to
> follow your recipe?

Alternatively, you can do "make bootstrap".

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: lisp/generic-x.el build failure
  2005-03-25 23:47     ` Andreas Schwab
@ 2005-03-26 14:20       ` Jérôme Marant
  0 siblings, 0 replies; 5+ messages in thread
From: Jérôme Marant @ 2005-03-26 14:20 UTC (permalink / raw)


Andreas Schwab <schwab@suse.de> writes:


>> When you say "rebuild emacs", I guess you mean rebuilding the binary,
>> right?
>
> Yes.  You need to make sure that the dumped emacs has the latest version
> of loaddefs.el preloaded.
>
>> I just wanted to rebuild all .elc from .el files, do I need to
>> follow your recipe?
>
> Alternatively, you can do "make bootstrap".

Oh I see what you mean. It must be a lisp change following changes in
the C files. Thanks a lot!

Cheers,

-- 
Jérôme Marant

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

end of thread, other threads:[~2005-03-26 14:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-25 19:18 lisp/generic-x.el build failure Jérôme Marant
2005-03-25 19:45 ` Andreas Schwab
2005-03-25 21:35   ` Jérôme Marant
2005-03-25 23:47     ` Andreas Schwab
2005-03-26 14:20       ` Jérôme Marant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).