From owner-ntemacs-users@june  Tue Aug 27 00:49:04 1996
X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
	[nil "Mon" "26" "August" "1996" "23:21:30" "-0700" "Randy Chou" "randyc@accom.com" nil "25" "VC++ 4.2?" "^From:" nil nil "8" nil nil nil nil]
	nil)
Received: from joker.cs.washington.edu (joker.cs.washington.edu [128.95.1.42]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id AAA05308 for <voelker@june.cs.washington.edu>; Tue, 27 Aug 1996 00:49:04 -0700
Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by joker.cs.washington.edu (8.6.12/7.2ws+) with ESMTP id AAA30866 for <voelker@joker.cs.washington.edu>; Tue, 27 Aug 1996 00:49:02 -0700
Received: from relay5.UU.NET (relay5.UU.NET [192.48.96.15]) by june.cs.washington.edu (8.7.5/7.2ju) with ESMTP id AAA03066 for <ntemacs-users@cs.washington.edu>; Tue, 27 Aug 1996 00:08:44 -0700
Received: from uucp1.UU.NET by relay5.UU.NET with SMTP  	(peer crosschecked as: uucp1.UU.NET [192.48.96.32]) 	id QQbens01108; Tue, 27 Aug 1996 03:08:43 -0400 (EDT)
Received: from accom.UUCP by uucp1.UU.NET with UUCP/RMAIL         ; Tue, 27 Aug 1996 03:08:43 -0400
Received: from accom (accom [192.20.200.100]) by fugue (8.6.9/8.6.9) with ESMTP id XAA13317 for <ntemacs-users@cs.washington.edu>; Mon, 26 Aug 1996 23:18:54 -0700
Received: from motet.accom.com (motet [192.20.202.5]) by accom (8.6.9/8.6.9) with SMTP id XAA08724 for <ntemacs-users@cs.washington.edu>; Mon, 26 Aug 1996 23:18:53 -0700
Message-Id: <199608270618.XAA08724@accom>
X-Mailer: ELM [version 2.4 PL6]
Content-Type: text
From: Randy Chou <randyc@accom.com>
To: ntemacs-users@cs.washington.edu
Subject: VC++ 4.2?
Date: Mon, 26 Aug 1996 23:21:30 -0700 (PDT)

Hi,

Has anyone tried to compile ntemacs 19.33.1 with Visual C++ 4.2?  I keep
getting the following error:


        cd obj\i386
        temacs.exe -batch -l loadup dump

runtime error R6027
- not enough space for lowio initialization
NMAKE : fatal error U1077: 'temacs.exe' : return code '0xff'
Stop.
NMAKE : fatal error U1077: 'E:\MSDEV\BIN\NMAKE.EXE' : return code '0x2'
Stop.


Any clue?  I'm compiling it on a Pentium 90 running Win '95 if that makes any
difference.  The sources are in "c:\emacs-19.33\src" and VC++ is installed in
"e:\msdev".



-- 
Randy

From owner-ntemacs-users@june  Sat Aug 24 13:57:02 1996
X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
	[nil "Sat" "24" "August" "1996" "16:15:14" "-0400" "Paul Michael Reilly" "pmr@pajato.com" nil "19" "19.34/NT build problem" "^From:" nil nil "8" nil nil nil nil]
	nil)
Received: from joker.cs.washington.edu (joker.cs.washington.edu [128.95.1.42]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id NAA01070 for <voelker@june.cs.washington.edu>; Sat, 24 Aug 1996 13:57:02 -0700
Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by joker.cs.washington.edu (8.6.12/7.2ws+) with ESMTP id NAA30829 for <voelker@joker.cs.washington.edu>; Sat, 24 Aug 1996 13:57:00 -0700
Received: from pajato.com (legacy.pajato.com [207.60.29.10]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id NAA28931 for <ntemacs-users@cs.washington.edu>; Sat, 24 Aug 1996 13:18:53 -0700
Received: by pajato.com (5.4R3.00/3.1.090690-Pajato Systems Group) 	id AA27082; Sat, 24 Aug 1996 16:15:14 -0400
Message-Id: <9608242015.AA27082@pajato.com>
From: Paul Michael Reilly <pmr@pajato.com>
To: bug-gnu-emacs@prep.ai.mit.edu, ntemacs-users@cs.washington.edu
Subject: 19.34/NT build problem
Date: Sat, 24 Aug 1996 16:15:14 -0400

Building 19.34 on Windows NT 3.51 using MSVC++ 4.2 failed as indicated
below.  Can someone please check that cvtres has not been changed for
MSVC++ 4.2.  Thanks,

-pmr


e:\src\emacs-19.34\nt>nmake -f makefile.nt all 

Microsoft (R) Program Maintenance Utility   Version 1.61.6038
Copyright (C) Microsoft Corp 1988-1996. All rights reserved.

	rc -Foobj\i386\emacs.res emacs.rc
	cvtres.exe -r -i386 -o obj\i386\emacs.rbj obj\i386\emacs.res
Level zero Directory entries: 0. StringTableSize 0
after level 1 first pass position 116
Total not written = 0
NMAKE : fatal error U1077: 'cvtres.exe' : return code '0x1'
Stop.

