Hi, compiling in W7 using MinGW and TCL8.5.10 I get an compile error using SVN version 49:
gcc -DPACKAGE_NAME=\\\"rbc\\\" -DPACKAGE_TARNAME=\\\"rbc\\\" -DPACKAGE_VERSION=\\\"0.1\\\" -DPACKAGE_STRING=\\\"rbc
\\ 0.1\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STD
LIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DBUILD_RBC=1 -DWIN32=1 -DTCL_THREADS=1 -DTCL_WIDE_INT_TYPE=long\\ long -DHAVE_LSEEK
64=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -I\"/d/TCL8.5/release/include\" -I\"/d/TCL8.5/compile/tk/gener
ic\" -I\"/d/TCL8.5/compile/tk/win\" -I\"/d/TCL8.5/compile/tk/generic/ttk\" -I\"\"/d/TCL8.5/compile/tk/xlib\"\"
-pipe -O2 -fomit-frame-pointer -Wall -c `echo ./generic/rbcGrLine.c` -o rbcGrLine.o
./generic/rbcGrLine.c:885:12: error: static declaration of \'tkpWinRopModes\' follows non-static declaration
In order to get it to compile I had to change a three files which I attached.
thx