From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19400 invoked by alias); 5 Nov 2002 21:02:21 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 19391 invoked from network); 5 Nov 2002 21:02:20 -0000 Received: from unknown (HELO mail19b.rapidsite.net) (161.58.134.134) by sources.redhat.com with SMTP; 5 Nov 2002 21:02:20 -0000 Received: from www.biometricsolutions.com (128.121.176.201) by mail19b.rapidsite.net (RS ver 1.0.63s) with SMTP id 079943 for ; Tue, 5 Nov 2002 16:02:21 -0500 (EST) Reply-To: From: "Brian McGinley" To: Subject: problem with building Insight - windres: ../../../src/tk/win/../win/rc/cursor5e.cur: read of 77824 returned 0 Date: Tue, 05 Nov 2002 13:02:00 -0000 Organization: Biometric Solutions Message-ID: <000101c2850e$9eb1bd40$6601a8c0@BRIAN> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: X-Loop-Detect: 1 X-SW-Source: 2002-q4/txt/msg00080.txt.bz2 -----Original Message----- From: Brian McGinley [mailto:Brian.McGinley@BiometricSolutions.com] Sent: Tuesday, November 05, 2002 3:59 PM To: 'insight@sources.redhat.com' Subject: Hi, I tried to build Insight on a Windows XP system, using cygwin, which I got by following the instructions on this page http://sources.redhat.com/cygwin/ I performed the build after having successfully built my arm tools following the instructions on this page http://sources.redhat.com/ecos/tools/win-arm-elf.html To build Insight, I followed the instructions on this page http://sources.redhat.com/insight/cygwin.html Unfortunately, I got the following error, which I was unable to find any reference to on any of the mailing lists. gcc -c -DWIN32 -D_WIN32 -D_MT -D_DLL -I../../../src/tk/win/../win -I../../../s rc/tk/win/../generic -I../../../src/tk/win/../bitmaps -I../../../src/tk/win/../x lib -I../../../src/tk/win/../../tcl/generic -g -O2 ../../../src/tk/win/../gener ic/tkWindow.c In file included from ../../../src/tk/generic/tkPort.h:27, from ../../../src/tk/generic/tkWindow.c:18: ../../../src/tk/win/tkWinPort.h:52:1: warning: "OPEN_MAX" redefined In file included from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/include/limits.h:132, from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/include/syslimits.h:7, from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/include/limits.h:11, from ../../../src/tk/win/tkWinPort.h:32, from ../../../src/tk/generic/tkPort.h:27, from ../../../src/tk/generic/tkWindow.c:18: /usr/include/limits.h:143:1: warning: this is the location of the previous defin ition windres --include ../../../src/tk/win/../win/rc --include ../../../src/tk/win/.. /generic --define VS_VERSION_INFO=1 ../../../src/tk/win/../win/rc/tk.rc tkres.o windres: ../../../src/tk/win/../win/rc/cursor5e.cur: read of 77824 returned 0 make[2]: *** [tkres.o] Error 1 make[2]: Leaving directory `/insight/tk/win' make[1]: *** [all] Error 2 make[1]: Leaving directory `/insight/tk' make: *** [all-tk] Error 2 Can someone please help me resolve this problem? Thanks, Brian