unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* emacs build failure: w2k
@ 2004-12-01  3:43 Dhruva Krishnamurthy
  2004-12-01 11:11 ` Kenichi Handa
  0 siblings, 1 reply; 2+ messages in thread
From: Dhruva Krishnamurthy @ 2004-12-01  3:43 UTC (permalink / raw)


Hello,
 I am building emacs HEAD from CVS on W2K using MSVC 6.0. It fails on bootstrap.

-dhruva

        rc -i../nt -Foobj-spd/i386/emacs.res ../nt/emacs.rc
        cl -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -nologo
-D_X86_=1 -c -Zel -W2 -H63 -Oxsb2 -Oy- -G6dF -Zp8 -Zi -Di386 
-D_CRTAPI1=_cdecl  -D__WIN32__ -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 
-DPURESIZE=5000000 -Foobj-spd/i386\ firstfile.c
firstfile.c
        link -out:obj-spd/i386/temacs.bin -nologo -release
-incremental:no -version:3.10 -swaprun:cd -swaprun:net setargv.obj
-debug:full -debugtype:both  -stack:0x00800000 -heap:0x00100000
-base:0x01000000 -debug:full -debugtype:both
-pdb:obj-spd/i386\temacs.pdb -machine:i386 -subsystem:console
-entry:_start -map:obj-spd/i386\temacs.map -profile
obj-spd/i386/firstfile.obj obj-spd/i386/emacs.res
obj-spd/i386/temacs0.lib  obj-spd/i386/temacs1.lib       
obj-spd/i386/temacw32.lib       obj-spd/i38
6/lastfile.lib   winmm.lib     advapi32.lib      gdi32.lib      
comdlg32.lib    user32.lib      mpr.lib                 shell32.lib   
 winspool.lib    libc.lib
temacs1.lib(w32console.obj) : error LNK2001: unresolved external
symbol _encode_terminal_code
obj-spd/i386/temacs.bin : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~2\VC98\BIN\NMAKE.EXE' :
return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~2\VC98\BIN\NMAKE.EXE' :
return code '0x2'
Stop.



-- 
Proud FSF member: #1935
http://schemer.fateback.com/

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

* Re: emacs build failure: w2k
  2004-12-01  3:43 emacs build failure: w2k Dhruva Krishnamurthy
@ 2004-12-01 11:11 ` Kenichi Handa
  0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2004-12-01 11:11 UTC (permalink / raw)
  Cc: emacs-devel

In article <68c73b1a04113019437ccf70b1@mail.gmail.com>, Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> writes:
>  I am building emacs HEAD from CVS on W2K using MSVC 6.0. It fails on bootstrap.
[...]
> temacs1.lib(w32console.obj) : error LNK2001: unresolved external
> symbol _encode_terminal_code

Oops, I didn't notice that encode_terminal_code defined in
term.c is called from the other file because no header file
contains prototype of that function.

I've just installed a fix to term.c and w32console.c.
Please try the latest CVS code.

---
Ken'ichi HANDA
handa@m17n.org

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

end of thread, other threads:[~2004-12-01 11:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-01  3:43 emacs build failure: w2k Dhruva Krishnamurthy
2004-12-01 11:11 ` Kenichi Handa

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).