From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.devel Subject: windows build failure Date: Mon, 03 Jan 2011 12:57:24 -0500 Message-ID: <87vd25uayj.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294077471 29525 80.91.229.12 (3 Jan 2011 17:57:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2011 17:57:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 03 18:57:47 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PZofD-0007eP-0R for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2011 18:57:47 +0100 Original-Received: from localhost ([127.0.0.1]:41067 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZofC-0007Lp-NU for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2011 12:57:46 -0500 Original-Received: from [140.186.70.92] (port=35046 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZof7-0007LQ-CP for emacs-devel@gnu.org; Mon, 03 Jan 2011 12:57:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZof5-0002EO-Sk for emacs-devel@gnu.org; Mon, 03 Jan 2011 12:57:40 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:44488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZof5-0002EA-Kg for emacs-devel@gnu.org; Mon, 03 Jan 2011 12:57:39 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PZof4-0007Zk-51 for emacs-devel@gnu.org; Mon, 03 Jan 2011 18:57:38 +0100 Original-Received: from pool-141-155-18-73.ny325.east.verizon.net ([141.155.18.73]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2011 18:57:38 +0100 Original-Received: from sean.sieger by pool-141-155-18-73.ny325.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2011 18:57:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-141-155-18-73.ny325.east.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) Cancel-Lock: sha1:tmnEi5pvMtPp6RHJLy/tm4eiMho= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: news.gmane.org gmane.emacs.devel:134222 Archived-At: rm oo/i386/lastfile.a rm: cannot remove `oo/i386/lastfile.a': No such file or directory make[2]: [oo/i386/lastfile.a] Error 1 (ignored) ar -rsc oo/i386/lastfile.a oo/i386/lastfile.o gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG -DENABLE_CHECKING -DXASSERTS -fno-crossju mping -Ic:/imagesupport/include -Demacs=1 -DHAVE_CONFIG_H -I../nt/inc -DHAVE_NT GUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo/i386/firstfile.o firstfile.c windres -O coff --include-dir ../nt -o oo/i386/emacs.res ../nt/emacs.rc gcc -o oo/i386/temacs.bin -gdwarf-2 -g3 -Wl,-stack,0x00800000 -Wl,-heap,0x00 100000 -Wl,-image-base,0x01000000 -Wl,-subsystem,console -Wl,-entry,__start -Wl, -Map,oo/i386/temacs.map oo/i386/firstfile.o oo/i386/emacs.res oo/i386/temacs0.a oo/i386/temacs1.a oo/i386/temacs2.a oo/i386/lastfile.a -lwinmm -ladvapi32 -lgdi3 2 -lcomdlg32 -luser32 -lmpr -lshell32 -lwinspool -lole32 -lcomctl32 -lusp10 oo/i386/temacs2.a(image.o): In function `my_png_error': c:\emacs-24.0.50\src/image.c:5547: undefined reference to `png_set_longjmp_fn' oo/i386/temacs2.a(image.o): In function `png_load': c:\emacs-24.0.50\src/image.c:5709: undefined reference to `png_set_longjmp_fn' collect2: ld returned 1 exit status I'll look at the patch in the meanwhile ...