* CVS compile error: Symbol's function definition is void: declare-function
@ 2007-12-05 1:16 Bastien
2007-12-05 1:22 ` Ryan Yeske
0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2007-12-05 1:16 UTC (permalink / raw)
To: emacs-devel
Hi,
trying to compile latest Emacs CVS, it bites like this:
,----
| Symbol's function definition is void: declare-function
| make[3]: *** [autoloads] Erreur 255
| make[3]: quittant le répertoire « /home/guerry/install/cvs/emacs/lisp »
| make[2]: *** [bootstrap-prepare] Erreur 2
| make[2]: quittant le répertoire « /home/guerry/install/cvs/emacs/lisp »
| make[1]: *** [bootstrap-build] Erreur 2
| make[1]: quittant le répertoire « /home/guerry/install/cvs/emacs »
| make: *** [bootstrap] Erreur 2
`----
Hints?
Here is my config:
,----
| uname -m = i686
| uname -r = 2.6.22-14-generic
| uname -s = Linux
| uname -v = #1 SMP Sun Oct 14 23:05:12 GMT 2007
|
| configure:2146: checking build system type
| configure:2164: result: i686-pc-linux-gnu
| configure:2186: checking host system type
| configure:2201: result: i686-pc-linux-gnu
| configure:3343: checking for gcc
| configure:3359: found /usr/bin/gcc
| configure:3370: result: gcc
| configure:3608: checking for C compiler version
| configure:3615: gcc --version >&5
| gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
| Copyright (C) 2006 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions. There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| Configured with: ../src/configure -v
| --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
| --enable-shared --with-system-zlib --libexecdir=/usr/lib
| --without-included-gettext --enable-threads=posix --enable-nls
| --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1
| --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug
| --enable-mpfr --enable-checking=release i486-linux-gnu
`----
--
Bastien
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: CVS compile error: Symbol's function definition is void: declare-function
2007-12-05 1:16 CVS compile error: Symbol's function definition is void: declare-function Bastien
@ 2007-12-05 1:22 ` Ryan Yeske
2007-12-05 1:30 ` Bastien
0 siblings, 1 reply; 3+ messages in thread
From: Ryan Yeske @ 2007-12-05 1:22 UTC (permalink / raw)
To: Bastien; +Cc: emacs-devel
On Wed, Dec 05, 2007 at 01:16:38AM +0000, Bastien wrote:
> Hi,
>
> trying to compile latest Emacs CVS, it bites like this:
>
> ,----
> | Symbol's function definition is void: declare-function
> | make[3]: *** [autoloads] Erreur 255
> | make[3]: quittant le répertoire « /home/guerry/install/cvs/emacs/lisp »
> | make[2]: *** [bootstrap-prepare] Erreur 2
> | make[2]: quittant le répertoire « /home/guerry/install/cvs/emacs/lisp »
> | make[1]: *** [bootstrap-build] Erreur 2
> | make[1]: quittant le répertoire « /home/guerry/install/cvs/emacs »
> | make: *** [bootstrap] Erreur 2
> `----
>
> Hints?
I had this problem earlier. Doing a make clean && make bootstrap
solved the problem.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: CVS compile error: Symbol's function definition is void: declare-function
2007-12-05 1:22 ` Ryan Yeske
@ 2007-12-05 1:30 ` Bastien
0 siblings, 0 replies; 3+ messages in thread
From: Bastien @ 2007-12-05 1:30 UTC (permalink / raw)
To: Ryan Yeske; +Cc: emacs-devel
Ryan Yeske <rcyeske@gmail.com> writes:
>> trying to compile latest Emacs CVS, it bites like this:
>>
>> ,----
>> | Symbol's function definition is void: declare-function
>> | make[3]: *** [autoloads] Erreur 255
>> | make[3]: quittant le répertoire « /home/guerry/install/cvs/emacs/lisp »
>> | make[2]: *** [bootstrap-prepare] Erreur 2
>> | make[2]: quittant le répertoire « /home/guerry/install/cvs/emacs/lisp »
>> | make[1]: *** [bootstrap-build] Erreur 2
>> | make[1]: quittant le répertoire « /home/guerry/install/cvs/emacs »
>> | make: *** [bootstrap] Erreur 2
>> `----
>>
>> Hints?
>
> I had this problem earlier. Doing a make clean && make bootstrap
> solved the problem.
That's it. Thanks for the fast reply!
--
Bastien
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-12-05 1:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05 1:16 CVS compile error: Symbol's function definition is void: declare-function Bastien
2007-12-05 1:22 ` Ryan Yeske
2007-12-05 1:30 ` Bastien
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).