From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4302 invoked by alias); 10 Jun 2009 16:09:08 -0000 Received: (qmail 4289 invoked by uid 22791); 10 Jun 2009 16:09:07 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 10 Jun 2009 16:09:00 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MEQMC-000391-3M for insight@sources.redhat.com; Wed, 10 Jun 2009 16:08:56 +0000 Received: from 75.139.7.185 ([75.139.7.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Jun 2009 16:08:56 +0000 Received: from gds by 75.139.7.185 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Jun 2009 16:08:56 +0000 To: insight@sources.redhat.com From: Gene Smith Subject: 20090609-cvs bad on linux (build fail cygwin) Date: Wed, 10 Jun 2009 19:04:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00070.txt.bz2 I built the current cvs head code on linux (fedora 8) OK (target arm) but when I run it I see nothing useful in the main "Source Window". I can set breakpoints, step, continue and stop but I never see the green highlight marker for the current position. Assembly and Mixed views show an empty screen. Gdb low-level control works fine in the "Console Window". Before I was running the release 6.8 which worked OK. I will go back to it. Also, after unsuccessful build in cygwin with -mno-cygwin (mingw) and under msys shell (also mingw) I tried a straight cygwin build. It went a lot farther but eventually got this error: make[3]: Entering directory `/cygdrive/c/insight_make/insight_build/tcl/cygwin' gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libtcl_cygwin\" -DVERSION=\"8.4\" -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_TM_ZONE=1 -I. -I../../../insight_sources/tcl/cygwin -I../../../insight_sources/tcl/cygwin/../generic -DTCL_LIBRARY='"/usr/local//lib"' -g -O2 -mno-win32 -c ../../../insight_sources/tcl/cygwin/../unix/tclUnixInit.c ../../../insight_sources/tcl/cygwin/../unix/tclUnixInit.c:66: error: missing terminating " character ../../../insight_sources/tcl/cygwin/../unix/tclUnixInit.c:66: error: parse error before ')' token ../../../insight_sources/tcl/cygwin/../unix/tclUnixInit.c:66: error: missing terminating " character ../../../insight_sources/tcl/cygwin/../unix/tclUnixInit.c:66: error: parse error before ';' token I will try official release 6.8 under cygwin and/or mingw. It is reported to work. -gene