From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dee Zsombor Newsgroups: gmane.emacs.devel Subject: Bootstrap failure Date: Tue, 14 Dec 2004 08:30:05 +0100 Message-ID: <41BE967D.1050803@freemail.hu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1103022084 16356 80.91.229.6 (14 Dec 2004 11:01:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Dec 2004 11:01:24 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 14 12:01:18 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CeAQf-0002Mv-00 for ; Tue, 14 Dec 2004 12:01:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CeAao-0002ur-24 for ged-emacs-devel@m.gmane.org; Tue, 14 Dec 2004 06:11:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CeAZz-0002nP-Im for emacs-devel@gnu.org; Tue, 14 Dec 2004 06:10:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CeAZv-0002lX-Hb for emacs-devel@gnu.org; Tue, 14 Dec 2004 06:10:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CeAZv-0002ky-B6 for emacs-devel@gnu.org; Tue, 14 Dec 2004 06:10:51 -0500 Original-Received: from [81.0.70.197] (helo=evo2.evosoft.hu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CeAOA-0001X1-6L for emacs-devel@gnu.org; Tue, 14 Dec 2004 05:58:42 -0500 Original-Received: from evosoft.hu (griff.evosoft.hu [172.16.110.26]) by evo2.evosoft.hu (8.12.9p2/8.12.9) with ESMTP id iBE7U8IW058793 for ; Tue, 14 Dec 2004 08:30:08 +0100 (CET) (envelope-from dee.zsombor@freemail.hu) Original-Received: from (172.16.110.26) by mcafeeappl.evosoft.hu via smtp id 1cdc_0c1c53b4_4da2_11d9_9e2e_00114336bc63; Tue, 14 Dec 2004 08:30:36 +0100 (CET) Original-Received: from [172.16.110.94] (deexp.evosoft.hu [172.16.110.94]) by evosoft.hu (8.12.3/8.12.3) with ESMTP id iBE7U5TQ024470 for ; Tue, 14 Dec 2004 08:30:05 +0100 (CET) (envelope-from dee.zsombor@freemail.hu) User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org X-evosoft-evo2-MailScanner-Information: Please contact the ISP for more information X-evosoft-evo2-MailScanner: Found to be clean X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:31104 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31104 Hi! Got following error when compiling from CVS: > temacw32.lib(w32fns.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(callint.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(eval.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(print.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(regex.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(fileio.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(dired.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(ccl.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(callproc.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(syntax.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(search.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(insdel.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(indent.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(sysdep.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(minibuf.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(keymap.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(textprop.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(alloc.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(process.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(editfns.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(macros.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(w32proc.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(keyboard.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(fns.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > temacs1.lib(lread.obj) : error LNK2001: unresolved external symbol _Vthrow_on_input > 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:\MSDEV_60\VC98\bin\NMAKE.EXE' : return code '0x2' > Stop. > NMAKE : fatal error U1077: 'C:\MSDEV_60\VC98\bin\NMAKE.EXE' : return code '0x2' > Stop. Could this be fixed please? Thanks, Zsombor