This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

20090609-cvs bad on linux (build fail cygwin)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]