unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: HL <moogle.ling@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Error when compiling emacs-unicode-2 on windows
Date: Sat, 9 Aug 2008 19:43:18 -0700 (PDT)	[thread overview]
Message-ID: <8def1e03-692c-44f4-8d7b-3a92de3f30f5@v26g2000prm.googlegroups.com> (raw)
In-Reply-To: mailman.15998.1218127424.18990.help-gnu-emacs@gnu.org

I finally successfully built an Emacs. But that site doesn't give me
any hint or help. Because the emacs I want to build is from branch
Emacs-unicode-2 , maybe different from other branches.

I got the first problem
-----------------------------------------------------------------------------------------------------
oo-spd/i386/temacs0.a(emacs.o):emacs.c:(.text+0x1605): undefined
reference to `syms_of_font'
oo-spd/i386/temacs1.a(fontset.o):fontset.c:(.text+0x8a1): undefined
reference to `Ffont_get'
oo-spd/i386/temacs1.a(fontset.o):fontset.c:(.text+0x1cc2): undefined
reference to `QCregistry'
oo-spd/i386/temacs1.a(fontset.o):fontset.c:(.text+0x1cdf): undefined
reference to `Ffont_spec'
oo-spd/i386/temacs1.a(fontset.o):fontset.c:(.text+0x2292): undefined
reference to `Ffont_spec'
oo-spd/i386/temacs1.a(fontset.o):fontset.c:(.text+0x22b2): undefined
reference to `font_parse_xlfd'
oo-spd/i386/temacs1.a(fontset.o):fontset.c:(.text+0x2328): undefined
reference to `font_unparse_xlfd'
oo-spd/i386/temacs1.a(fontset.o):fontset.c:(.text+0x2401): undefined
reference to `Ffont_spec'
oo-spd/i386/temacs1.a(fontset.o):fontset.c:(.text+0x2415): undefined
reference to `font_parse_xlfd'
oo-spd/i386/temacs1.a(fontset.o):fontset.c:(.text+0x247d): undefined
reference to `font_unparse_xlfd'
collect2: ld returned 1 exit status
make[2]: *** [oo-spd/i386/temacs.exe] Error 1
make[2]: Leaving directory `E:/emacs-unicode/emacs/src'
make[1]: *** [bootstrap-temacs] Error 2
make[1]: Leaving directory `E:/emacs-unicode/emacs/src'
make: *** [bootstrap-gmake] Error 2
------------------------------------------------------------------------------
these undefined symbols are actually defined in font.c ,but if you
don't specify --enable-font-backend, the font.c will not be compiled.
I have add this line to makefile manually about line 420 to pass the
build. Is it a bug of makefile?

I also get second problem while building el file
---------------------------------------------------------------------------
Generating autoloads for kermit.el...done
Generating autoloads for kmacro.el...
Generating autoloads for kmacro.el...done
Local variables entry is missing the suffix
make[1]: *** [autoloads] Error -1
make[1]: Leaving directory `E:/emacs-unicode/emacs/lisp'
make: *** [bootstrap-gmake] Error 2
--------------------------------------------------------------------------
these problem happens because the carriage return in linux differs
from in windows.
I enter lisp and leim folder, run
cvs update -kb
to fix this problem.

maybe these problems are strange to you, but they were exactly what I
encounter.


  parent reply	other threads:[~2008-08-10  2:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-07  2:20 Error when compiling emacs-unicode-2 on windows HL
2008-08-07 14:48 ` Juanma Barranquero
     [not found] ` <mailman.15994.1218120542.18990.help-gnu-emacs@gnu.org>
2008-08-07 15:46   ` HL
2008-08-07 16:43     ` Lennart Borgman (gmail)
     [not found]     ` <mailman.15998.1218127424.18990.help-gnu-emacs@gnu.org>
2008-08-10  2:43       ` HL [this message]
2008-08-10  7:10         ` Peter Dyballa
2008-08-10 11:51         ` Juanma Barranquero
     [not found]         ` <mailman.16270.1218369082.18990.help-gnu-emacs@gnu.org>
2008-08-10 16:03           ` HL
2008-08-10 16:17             ` David Kastrup
2008-08-10 18:57             ` Juanma Barranquero
     [not found]             ` <mailman.16306.1218394644.18990.help-gnu-emacs@gnu.org>
2008-08-11  9:46               ` HL

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8def1e03-692c-44f4-8d7b-3a92de3f30f5@v26g2000prm.googlegroups.com \
    --to=moogle.ling@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.
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).