|
|
:help:help
我使用的 AS 4
下载了最新的tcl8.5a4-src.tar.gz和tk8.5a4-src.tar.gz
首先安装tcl8.5a4没有一点问题,但是在安装tk8.5a4-src.tar.gz,configure时没有出现问题
编译是出现很多的error和warning。
[root@gregorian unix]# pwd
/tmp/tk8.5a4/unix
[root@gregorian unix]# ./configure --with-tcl=/usr/lib
checking for Tcl configuration... found /usr/lib/tclConfig.sh
checking for existence of /usr/lib/tclConfig.sh... loading
checking for tclsh... /usr/bin/tclsh8.5
checking for tclsh in Tcl build directory... /usr/lib/tclsh
checking whether to use symlinks for manpages... no
checking whether to compress the manpages... no
checking whether to add a package name suffix for the manpages... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking if the compiler understands -pipe... yes
checking for building with threads... no (default)
checking how to build libraries... shared
checking for ranlib... ranlib
checking if 64bit support is requested... no
checking if 64bit Sparc VIS support is requested... no
checking system version... Linux-2.6.9-5.EL
checking for dlopen in -ldl... yes
checking for ar... ar
checking for build with symbols... no
checking for required early compiler flags... _LARGEFILE64_SOURCE
checking for 64-bit integer type... long long
checking for struct dirent64... no
checking for struct stat64... yes
checking for open64... yes
checking for lseek64... yes
checking for off64_t... yes
checking whether byte ordering is bigendian... no
checking for fd_set in sys/types... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for strtod... yes
checking for Solaris2.4/Tru64 strtod bugs... ok
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking pw_gecos in struct pwd... yes
checking for X... no
checking for X11 header files... checking for X11 libraries... checking for XCreateWindow in -lXwindow... no
could not find any! Using -lX11.
checking for main in -lXbsd... no
checking for X11/extensions/scrnsaver.h... no
checking for XScreenSaverQueryInfo... no
checking for XScreenSaverQueryInfo in -lXext... no
checking for XScreenSaverQueryInfo in -lXss... no
checking whether char is unsigned... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tkConfig.sh
[root@gregorian unix]#
不过在我执行make的时候就不行了
In file included from /tmp/tk8.5a4/unix/../generic/tkInt.h:21,
from /tmp/tk8.5a4/unix/../generic/tk3d.h:17,
from /tmp/tk8.5a4/unix/../generic/tk3d.c:16:
/tmp/tk8.5a4/unix/../generic/tk.h:82:23: X11/Xlib.h: No such file or directory
In file included from /tmp/tk8.5a4/unix/../generic/tkInt.h:21,
from /tmp/tk8.5a4/unix/../generic/tk3d.h:17,
from /tmp/tk8.5a4/unix/../generic/tk3d.c:16:
/tmp/tk8.5a4/unix/../generic/tk.h:558: error: syntax error before "Window"
/tmp/tk8.5a4/unix/../generic/tk.h:558: error: `Window' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tk.h:558: warning: parameter names (without types) in function declaration
/tmp/tk8.5a4/unix/../generic/tk.h:561: error: syntax error before "XEvent"
/tmp/tk8.5a4/unix/../generic/tk.h:570: error: syntax error before "Tk_ClassCreateProc"
/tmp/tk8.5a4/unix/../generic/tk.h:570: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tk.h:578: error: syntax error before '}' token
/tmp/tk8.5a4/unix/../generic/tk.h:578: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:664: error: syntax error before "Bool"
/tmp/tk8.5a4/unix/../generic/tk.h:664: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tk.h:665: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:669: error: syntax error before "time"
/tmp/tk8.5a4/unix/../generic/tk.h:669: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:674: error: syntax error before "same_screen"
/tmp/tk8.5a4/unix/../generic/tk.h:674: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:678: error: syntax error before '}' token
/tmp/tk8.5a4/unix/../generic/tk.h:678: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:683: error: syntax error before "Bool"
/tmp/tk8.5a4/unix/../generic/tk.h:683: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tk.h:684: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:686: error: syntax error before '}' token
/tmp/tk8.5a4/unix/../generic/tk.h:686: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:687: error: syntax error before "XActivateEvent"
/tmp/tk8.5a4/unix/../generic/tk.h:687: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:688: error: syntax error before "XDeactivateEvent"
/tmp/tk8.5a4/unix/../generic/tk.h:688: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:760: error: syntax error before "Display"
/tmp/tk8.5a4/unix/../generic/tk.h:760: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tk.h:763: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk.h:763: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:774: error: syntax error before "changes"
/tmp/tk8.5a4/unix/../generic/tk.h:774: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:776: error: syntax error before "atts"
/tmp/tk8.5a4/unix/../generic/tk.h:776: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:800: error: syntax error before '}' token
/tmp/tk8.5a4/unix/../generic/tk.h:800: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:910: error: syntax error before "XPoint"
/tmp/tk8.5a4/unix/../generic/tk.h:1011: error: syntax error before "Display"
/tmp/tk8.5a4/unix/../generic/tk.h:1013: error: syntax error before "Display"
/tmp/tk8.5a4/unix/../generic/tk.h:1110: error: syntax error before "XColor"
/tmp/tk8.5a4/unix/../generic/tk.h:1110: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tk.h:1140: error: syntax error before '}' token
/tmp/tk8.5a4/unix/../generic/tk.h:1140: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:1174: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tk.h:1174: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tk.h:1186: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk.h:1186: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:1187: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk.h:1187: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:1188: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk.h:1188: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:1189: error: syntax error before "stipple"
/tmp/tk8.5a4/unix/../generic/tk.h:1189: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:1190: error: syntax error before "activeStipple"
/tmp/tk8.5a4/unix/../generic/tk.h:1190: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:1191: error: syntax error before "disabledStipple"
/tmp/tk8.5a4/unix/../generic/tk.h:1191: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:1192: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk.h:1215: error: syntax error before "Display"
/tmp/tk8.5a4/unix/../generic/tk.h:1218: error: syntax error before "Display"
/tmp/tk8.5a4/unix/../generic/tk.h:1423: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tk.h:1540: error: syntax error before "XErrorEvent"
/tmp/tk8.5a4/unix/../generic/tk.h:1542: error: syntax error before "XEvent"
/tmp/tk8.5a4/unix/../generic/tk.h:1544: error: syntax error before "XEvent"
/tmp/tk8.5a4/unix/../generic/tk.h:1546: error: syntax error before "XEvent"
/tmp/tk8.5a4/unix/../generic/tk.h:1551: error: syntax error before "XEvent"
In file included from /tmp/tk8.5a4/unix/../generic/tk.h:1565,
from /tmp/tk8.5a4/unix/../generic/tkInt.h:21,
from /tmp/tk8.5a4/unix/../generic/tk3d.h:17,
from /tmp/tk8.5a4/unix/../generic/tk3d.c:16:
/tmp/tk8.5a4/unix/../generic/tkDecls.h:42: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:42: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:47: error: syntax error before "Tk_3DBorderGC"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:47: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:53: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:61: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:76: error: syntax error before "XEvent"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:105: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:105: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:111: error: syntax error before " ixmap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:118: error: syntax error before "XColor"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:137: error: syntax error before " ixmap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:148: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:182: error: syntax error before "XSetWindowAttributes"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:196: error: syntax error before "Atom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:202: error: syntax error before "Atom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:239: error: syntax error before "XWindowChanges"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:274: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:312: error: syntax error before "Atom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:393: error: syntax error before "Atom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:415: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:423: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:431: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:439: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:445: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:453: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:461: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:475: error: syntax error before "Tk_FontId"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:475: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:485: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:491: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:496: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:502: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:513: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:523: error: syntax error before "Display"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:530: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:542: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:547: error: syntax error before "Tk_GCForColor"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:547: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:547: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:578: error: syntax error before "Atom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:591: error: syntax error before "Tk_GetBitmap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:591: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:597: error: syntax error before "Tk_GetBitmapFromData"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:597: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:610: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:610: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:616: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:616: error: syntax error before "XColor"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:616: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:622: error: syntax error before "Tk_GetColormap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:622: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:661: error: syntax error before "Tk_GetGC"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:661: error: syntax error before "XGCValues"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:661: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:718: error: syntax error before "Tk_GetPixmap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:718: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:718: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:750: error: syntax error before "Atom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:762: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:762: error: syntax error before "Colormap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:762: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:782: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:787: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:805: error: syntax error before "Tk_InternAtom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:805: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:882: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:893: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:898: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:937: error: syntax error before "Atom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1010: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1016: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1022: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1091: error: syntax error before " ixmap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1109: error: syntax error before " ixmap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1115: error: syntax error before "Colormap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1121: error: syntax error before "Visual"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1128: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1163: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1171: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1206: error: syntax error before "Tk_AllocBitmapFromObj"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1206: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1220: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1220: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1307: error: syntax error before "Tk_GetBitmapFromObj"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1307: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1313: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1313: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1429: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1434: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1440: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1447: error: syntax error before "Tk_Outline"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1453: error: syntax error before "Tk_Outline"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1459: error: syntax error before "Tk_Outline"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1465: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1478: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1490: error: syntax error before " ixmap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1498: error: syntax error before "XColor"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1525: error: syntax error before " ixmap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1565: error: syntax error before "Tk_ClassProcs"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1607: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1704: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1741: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1746: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1761: error: syntax error before "XColor"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1761: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1762: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1762: error: `GC' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1762: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1763: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1764: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1766: error: syntax error before "XEvent"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1770: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1770: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1771: error: syntax error before " ixmap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1772: error: syntax error before "XColor"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1775: error: syntax error before " ixmap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1777: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1782: error: syntax error before "XSetWindowAttributes"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1784: error: syntax error before "Atom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1785: error: syntax error before "Atom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1790: error: syntax error before "XWindowChanges"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1795: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1801: error: syntax error before "Atom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1813: error: syntax error before "Atom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1817: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1818: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1819: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1820: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1821: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1822: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1823: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1825: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1825: error: `Font' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1825: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1827: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1828: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1829: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1830: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1832: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1834: error: syntax error before "Display"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1835: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1837: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1838: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1838: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1838: error: `GC' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1838: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1843: error: syntax error before "Atom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1845: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1845: error: `Pixmap' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1845: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1846: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1846: error: `Pixmap' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1846: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1848: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1848: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1849: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1849: error: syntax error before "XColor"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1849: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1850: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1850: error: `Colormap' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1850: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1856: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1856: error: syntax error before "XGCValues"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1856: error: `GC' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1856: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1865: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1865: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1865: error: `Pixmap' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1865: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1870: error: syntax error before "Atom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1872: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1872: error: syntax error before "Colormap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1872: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1875: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1876: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1879: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1879: error: `Atom' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1879: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1892: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1894: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1895: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1902: error: syntax error before "Atom"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1913: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1914: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1915: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1926: error: syntax error before " ixmap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1929: error: syntax error before " ixmap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1930: error: syntax error before "Colormap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1931: error: syntax error before "Visual"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1932: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1938: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1939: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1945: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1945: error: `Pixmap' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1945: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1947: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1947: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1961: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1961: error: `Pixmap' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1961: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1962: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1962: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1981: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1982: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1983: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1984: error: syntax error before "Tk_Outline"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1985: error: syntax error before "Tk_Outline"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1986: error: syntax error before "Tk_Outline"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1987: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1989: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1991: error: syntax error before "Pixmap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1992: error: syntax error before "XColor"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:1996: error: syntax error before "Pixmap"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:2002: error: syntax error before "Tk_ClassProcs"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:2008: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:2024: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tkDecls.h:2029: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:2030: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:2031: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkDecls.h:2036: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkDecls.h:2036: warning: data definition has no type or storage class
In file included from /tmp/tk8.5a4/unix/../unix/tkUnixPort.h:64,
from /tmp/tk8.5a4/unix/../generic/tkPort.h:32,
from /tmp/tk8.5a4/unix/../generic/tkInt.h:27,
from /tmp/tk8.5a4/unix/../generic/tk3d.h:17,
from /tmp/tk8.5a4/unix/../generic/tk3d.c:16:
/usr/include/time.h:184: error: 'time' redeclared as different kind of symbol
/tmp/tk8.5a4/unix/../generic/tk.h:669: error: previous declaration of 'time' was here
In file included from /tmp/tk8.5a4/unix/../generic/tkPort.h:32,
from /tmp/tk8.5a4/unix/../generic/tkInt.h:27,
from /tmp/tk8.5a4/unix/../generic/tk3d.h:17,
from /tmp/tk8.5a4/unix/../generic/tk3d.c:16:
/tmp/tk8.5a4/unix/../unix/tkUnixPort.h:78:28: X11/cursorfont.h: No such file or directory
/tmp/tk8.5a4/unix/../unix/tkUnixPort.h:79:24: X11/keysym.h: No such file or directory
/tmp/tk8.5a4/unix/../unix/tkUnixPort.h:80:23: X11/Xatom.h: No such file or directory
/tmp/tk8.5a4/unix/../unix/tkUnixPort.h:81:24: X11/Xproto.h: No such file or directory
/tmp/tk8.5a4/unix/../unix/tkUnixPort.h:82:27: X11/Xresource.h: No such file or directory
/tmp/tk8.5a4/unix/../unix/tkUnixPort.h:83:23: X11/Xutil.h: No such file or directory
In file included from /tmp/tk8.5a4/unix/../generic/tk3d.h:17,
from /tmp/tk8.5a4/unix/../generic/tk3d.c:16:
/tmp/tk8.5a4/unix/../generic/tkInt.h:85: error: syntax error before "XEvent"
/tmp/tk8.5a4/unix/../generic/tkInt.h:96: error: syntax error before "Display"
/tmp/tk8.5a4/unix/../generic/tkInt.h:96: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tkInt.h:120: error: syntax error before '}' token
/tmp/tk8.5a4/unix/../generic/tkInt.h:120: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:154: error: syntax error before "Display"
/tmp/tk8.5a4/unix/../generic/tkInt.h:154: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tkInt.h:155: error: conflicting types for 'nextPtr'
/tmp/tk8.5a4/unix/../generic/tkInt.h:116: error: previous declaration of 'nextPtr' was here
/tmp/tk8.5a4/unix/../generic/tkInt.h:156: error: conflicting types for 'name'
/tmp/tk8.5a4/unix/../generic/tk.h:673: error: previous declaration of 'name' was here
/tmp/tk8.5a4/unix/../generic/tkInt.h:158: error: syntax error before "lastEventTime"
/tmp/tk8.5a4/unix/../generic/tkInt.h:158: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:199: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkInt.h:199: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:257: error: syntax error before "cursorFont"
/tmp/tk8.5a4/unix/../generic/tkInt.h:257: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:418: error: syntax error before "multipleAtom"
/tmp/tk8.5a4/unix/../generic/tkInt.h:418: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:420: error: syntax error before "incrAtom"
/tmp/tk8.5a4/unix/../generic/tkInt.h:420: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:421: error: syntax error before "targetsAtom"
/tmp/tk8.5a4/unix/../generic/tkInt.h:421: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:422: error: syntax error before "timestampAtom"
/tmp/tk8.5a4/unix/../generic/tkInt.h:422: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:423: error: syntax error before "textAtom"
/tmp/tk8.5a4/unix/../generic/tkInt.h:423: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:424: error: syntax error before "compoundTextAtom"
/tmp/tk8.5a4/unix/../generic/tkInt.h:424: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:425: error: syntax error before "applicationAtom"
/tmp/tk8.5a4/unix/../generic/tkInt.h:425: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:426: error: syntax error before "windowAtom"
/tmp/tk8.5a4/unix/../generic/tkInt.h:426: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:427: error: syntax error before "clipboardAtom"
/tmp/tk8.5a4/unix/../generic/tkInt.h:427: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:428: error: syntax error before "utf8Atom"
/tmp/tk8.5a4/unix/../generic/tkInt.h:428: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:452: error: syntax error before "commProperty"
/tmp/tk8.5a4/unix/../generic/tkInt.h:452: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:453: error: syntax error before "registryProperty"
/tmp/tk8.5a4/unix/../generic/tkInt.h:453: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:455: error: syntax error before "appNameProperty"
/tmp/tk8.5a4/unix/../generic/tkInt.h:455: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:466: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkInt.h:466: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkInt.h:466: error: `XID' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkInt.h:466: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:542: error: syntax error before '}' token
/tmp/tk8.5a4/unix/../generic/tkInt.h:542: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:570: error: syntax error before "TkDisplay"
/tmp/tk8.5a4/unix/../generic/tkInt.h:570: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tkInt.h:588: error: conflicting types for 'nextPtr'
/tmp/tk8.5a4/unix/../generic/tkInt.h:155: error: previous declaration of 'nextPtr' was here
/tmp/tk8.5a4/unix/../generic/tkInt.h:588: error: conflicting types for 'nextPtr'
/tmp/tk8.5a4/unix/../generic/tkInt.h:155: error: previous declaration of 'nextPtr' was here
/tmp/tk8.5a4/unix/../generic/tkInt.h:591: error: syntax error before '}' token
/tmp/tk8.5a4/unix/../generic/tkInt.h:591: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:690: error: syntax error before "Display"
/tmp/tk8.5a4/unix/../generic/tkInt.h:690: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tkInt.h:691: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:695: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkInt.h:695: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:707: error: conflicting types for 'parentPtr'
/tmp/tk8.5a4/unix/../generic/tk.h:768: error: previous declaration of 'parentPtr' was here
/tmp/tk8.5a4/unix/../generic/tkInt.h:712: error: conflicting types for 'nextPtr'
/tmp/tk8.5a4/unix/../generic/tkInt.h:588: error: previous declaration of 'nextPtr' was here
/tmp/tk8.5a4/unix/../generic/tkInt.h:712: error: conflicting types for 'nextPtr'
/tmp/tk8.5a4/unix/../generic/tkInt.h:155: error: previous declaration of 'nextPtr' was here
/tmp/tk8.5a4/unix/../generic/tkInt.h:744: error: syntax error before "changes"
/tmp/tk8.5a4/unix/../generic/tkInt.h:744: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:747: error: syntax error before "atts"
/tmp/tk8.5a4/unix/../generic/tkInt.h:747: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:820: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkInt.h:820: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:840: error: syntax error before '}' token
/tmp/tk8.5a4/unix/../generic/tkInt.h:840: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:861: error: syntax error before "Pixmap"
/tmp/tk8.5a4/unix/../generic/tkInt.h:861: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tkInt.h:861: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tkInt.h:863: error: syntax error before '}' token
/tmp/tk8.5a4/unix/../generic/tkInt.h:863: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:864: error: syntax error before '}' token
/tmp/tk8.5a4/unix/../generic/tkInt.h:864: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:873: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkInt.h:873: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:939: error: syntax error before '*' token
In file included from /tmp/tk8.5a4/unix/../generic/tkInt.h:945,
from /tmp/tk8.5a4/unix/../generic/tk3d.h:17,
from /tmp/tk8.5a4/unix/../generic/tk3d.c:16:
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:40: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:40: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:40: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:52: error: syntax error before "XPoint"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:59: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:64: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:80: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:86: error: syntax error before "TkDisplay"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:117: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:117: error: syntax error before "XColor"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:117: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:138: error: syntax error before "TkCurrentTime"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:138: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:138: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:148: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:153: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:160: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:165: error: syntax error before "Display"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:187: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:192: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:198: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:198: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:198: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:214: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:219: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:239: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:239: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:251: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:251: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:251: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:263: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:263: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:263: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:293: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:298: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:309: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:322: error: syntax error before "keysym"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:339: error: syntax error before "XPoint"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:354: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:359: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:376: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:382: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:387: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:405: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:405: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:405: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:410: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:410: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:410: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:438: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:438: error: `TkpMakeWindow' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:450: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:450: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:456: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:474: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:480: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:498: error: syntax error before "TkDisplay"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:504: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:510: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:520: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:527: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:532: error: syntax error before "XEvent"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:543: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:556: error: syntax error before "TkStringToKeysym"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:556: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:568: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:574: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:579: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:579: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:579: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:584: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:589: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:594: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:600: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:606: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:612: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:617: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:670: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:670: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:687: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:855: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:862: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:868: error: syntax error before "KeySym"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:874: error: syntax error before "TkpGetKeySym"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:874: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:874: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:880: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:891: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:891: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:891: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:902: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:907: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:950: error: syntax error before "XPoint"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1001: error: syntax error before "TkWindow"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1001: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1003: error: syntax error before "XPoint"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1004: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1005: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1008: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1009: error: syntax error before "TkDisplay"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1013: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1013: error: syntax error before "XColor"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1013: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1016: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1016: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1016: error: `Time' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1016: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1018: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1019: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1020: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1021: error: syntax error before "Display"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1024: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1025: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1026: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1026: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1026: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1029: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1030: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1033: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1033: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1035: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1035: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1035: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1037: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1037: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1037: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1042: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1043: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1045: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1047: error: syntax error before "keysym"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1050: error: syntax error before "XPoint"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1052: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1053: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1056: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1057: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1058: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1061: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1061: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1061: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1062: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1062: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1062: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1067: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1067: error: `tkpMakeWindow' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1069: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1069: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1070: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1073: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1074: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1077: error: syntax error before "TkDisplay"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1078: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1079: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1080: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1081: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1082: error: syntax error before "XEvent"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1084: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1087: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1087: error: `KeySym' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1087: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1089: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1090: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1091: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1091: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1091: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1092: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1093: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1094: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1095: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1096: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1097: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1098: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1107: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1107: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1110: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1216: error: syntax error before "GC"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1217: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1218: error: syntax error before "KeySym"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1219: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1219: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1219: error: `KeySym' declared as function returning a function
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1219: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1220: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1222: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1222: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1222: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1224: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1225: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1239: error: syntax error before "XPoint"
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1247: error: syntax error before '}' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1247: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1252: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkIntDecls.h:1252: warning: data definition has no type or storage class
In file included from /tmp/tk8.5a4/unix/../generic/tk3d.h:17,
from /tmp/tk8.5a4/unix/../generic/tk3d.c:16:
/tmp/tk8.5a4/unix/../generic/tkInt.h:1131: error: syntax error before "XImage"
/tmp/tk8.5a4/unix/../generic/tkInt.h:1151: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkInt.h:1151: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tkInt.h:1167: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tkInt.h:1175: error: syntax error before '*' token
In file included from /tmp/tk8.5a4/unix/../generic/tk3d.c:16:
/tmp/tk8.5a4/unix/../generic/tk3d.h:31: error: syntax error before "Screen"
/tmp/tk8.5a4/unix/../generic/tk3d.h:31: warning: no semicolon at end of struct or union
/tmp/tk8.5a4/unix/../generic/tk3d.h:32: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk3d.h:36: error: syntax error before "colormap"
/tmp/tk8.5a4/unix/../generic/tk3d.h:36: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk3d.h:50: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.h:50: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk3d.h:52: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.h:52: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk3d.h:55: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.h:55: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk3d.h:59: error: syntax error before "shadow"
/tmp/tk8.5a4/unix/../generic/tk3d.h:59: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk3d.h:62: error: syntax error before "bgGC"
/tmp/tk8.5a4/unix/../generic/tk3d.h:62: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk3d.h:64: error: syntax error before "darkGC"
/tmp/tk8.5a4/unix/../generic/tk3d.h:64: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk3d.h:67: error: syntax error before "lightGC"
/tmp/tk8.5a4/unix/../generic/tk3d.h:67: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk3d.h:72: error: conflicting types for 'nextPtr'
/tmp/tk8.5a4/unix/../generic/tkInt.h:712: error: previous declaration of 'nextPtr' was here
/tmp/tk8.5a4/unix/../generic/tk3d.h:72: error: conflicting types for 'nextPtr'
/tmp/tk8.5a4/unix/../generic/tkInt.h:155: error: previous declaration of 'nextPtr' was here
/tmp/tk8.5a4/unix/../generic/tk3d.h:77: error: syntax error before '}' token
/tmp/tk8.5a4/unix/../generic/tk3d.h:77: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk3d.h:89: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.h:89: warning: data definition has no type or storage class
/tmp/tk8.5a4/unix/../generic/tk3d.h:90: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.h:91: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:31: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:35: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:38: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Tk_Alloc3DBorderFromObj':
/tmp/tk8.5a4/unix/../generic/tk3d.c:88: error: `borderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:88: error: (Each undeclared identifier is reported only once
/tmp/tk8.5a4/unix/../generic/tk3d.c:88: error: for each function it appears in.)
/tmp/tk8.5a4/unix/../generic/tk3d.c:93: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:109: warning: implicit declaration of function `ScreenOfDisplay'
/tmp/tk8.5a4/unix/../generic/tk3d.c:109: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:109: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:110: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:132: error: `firstBorderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:133: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:137: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:137: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:138: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:151: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Tk_Get3DBorder':
/tmp/tk8.5a4/unix/../generic/tk3d.c:191: error: `borderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:191: error: `existingBorderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:191: warning: left-hand operand of comma expression has no effect
/tmp/tk8.5a4/unix/../generic/tk3d.c:193: error: `XGCValues' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:193: error: syntax error before "gcValues"
/tmp/tk8.5a4/unix/../generic/tk3d.c:194: error: `XColor' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:195: error: invalid operands to binary *
/tmp/tk8.5a4/unix/../generic/tk3d.c:197: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:199: error: request for member `borderInit' in something not a structure or union
/tmp/tk8.5a4/unix/../generic/tk3d.c:203: error: request for member `borderTable' in something not a structure or union
/tmp/tk8.5a4/unix/../generic/tk3d.c:203: error: request for member `borderTable' in something not a structure or union
/tmp/tk8.5a4/unix/../generic/tk3d.c:205: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:208: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:208: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:209: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:231: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:231: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:232: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:233: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:234: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:240: error: `None' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:253: error: `gcValues' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:254: error: `GCForeground' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c: At top level:
/tmp/tk8.5a4/unix/../generic/tk3d.c:280: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Tk_Draw3DRectangle':
/tmp/tk8.5a4/unix/../generic/tk3d.c:289: error: `borderWidth' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:292: error: `height' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:295: error: `tkwin' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:295: error: `drawable' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:295: error: `border' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:296: error: `relief' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Tk_NameOf3DBorder':
/tmp/tk8.5a4/unix/../generic/tk3d.c:326: error: `borderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:326: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c: At top level:
/tmp/tk8.5a4/unix/../generic/tk3d.c:346: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:349: warning: return type defaults to `int'
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Tk_3DBorderColor':
/tmp/tk8.5a4/unix/../generic/tk3d.c:350: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c: At top level:
/tmp/tk8.5a4/unix/../generic/tk3d.c:370: error: syntax error before "Tk_3DBorderGC"
/tmp/tk8.5a4/unix/../generic/tk3d.c:376: warning: return type defaults to `int'
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Tk_3DBorderGC':
/tmp/tk8.5a4/unix/../generic/tk3d.c:377: error: `borderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:377: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:379: error: `None' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:396: error: syntax error before "None"
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Tk_Free3DBorder':
/tmp/tk8.5a4/unix/../generic/tk3d.c:421: error: `borderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:421: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:422: error: `Display' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:422: warning: implicit declaration of function `DisplayOfScreen'
/tmp/tk8.5a4/unix/../generic/tk3d.c:423: error: `prevPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:430: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:441: error: `None' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `FreeBorderObjProc':
/tmp/tk8.5a4/unix/../generic/tk3d.c:524: error: `borderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:524: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `DupBorderObjProc':
/tmp/tk8.5a4/unix/../generic/tk3d.c:559: error: `borderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:559: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Tk_SetBackgroundFromBorder':
/tmp/tk8.5a4/unix/../generic/tk3d.c:591: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:593: error: `borderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c: At top level:
/tmp/tk8.5a4/unix/../generic/tk3d.c:742: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Tk_Draw3DPolygon':
/tmp/tk8.5a4/unix/../generic/tk3d.c:755: error: `XPoint' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:755: error: syntax error before "poly"
/tmp/tk8.5a4/unix/../generic/tk3d.c:757: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:758: error: `borderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:758: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:761: error: `Display' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:761: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:761: error: `tkwin' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:763: error: `None' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:771: error: `leftRelief' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:774: error: `borderWidth' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:775: error: `drawable' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:775: error: `border' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:775: error: `pointPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:775: error: `numPoints' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:789: error: `p1Ptr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:790: error: `p2Ptr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:834: warning: left-hand operand of comma expression has no effect
/tmp/tk8.5a4/unix/../generic/tk3d.c:835: warning: left-hand operand of comma expression has no effect
/tmp/tk8.5a4/unix/../generic/tk3d.c:847: error: `newB1' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:848: error: `newB2' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:850: error: `poly' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:853: error: `b1' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:853: error: `b2' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:884: error: `perp' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:887: error: `c' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:888: error: `shift1' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:889: error: `shift2' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:903: error: `gc' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:907: warning: implicit declaration of function `XFillPolygon'
/tmp/tk8.5a4/unix/../generic/tk3d.c:907: error: `Convex' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:908: error: `CoordModeOrigin' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c: At top level:
/tmp/tk8.5a4/unix/../generic/tk3d.c:946: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Tk_Fill3DRectangle':
/tmp/tk8.5a4/unix/../generic/tk3d.c:955: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:964: error: `relief' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:965: error: `borderWidth' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:975: error: `height' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:982: warning: implicit declaration of function `XFillRectangle'
/tmp/tk8.5a4/unix/../generic/tk3d.c:982: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:982: error: `tkwin' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:982: error: `drawable' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:982: error: `borderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:988: error: `border' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c: At top level:
/tmp/tk8.5a4/unix/../generic/tk3d.c:1012: error: syntax error before "Drawable"
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Tk_Fill3DPolygon':
/tmp/tk8.5a4/unix/../generic/tk3d.c:1026: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:1028: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:1028: error: `tkwin' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1028: error: `drawable' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1028: error: `borderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1029: error: `pointPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1029: error: `numPoints' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1029: error: `Complex' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1029: error: `CoordModeOrigin' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1030: error: `leftRelief' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1031: error: `border' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1032: error: `borderWidth' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c: At top level:
/tmp/tk8.5a4/unix/../generic/tk3d.c:1054: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `BorderInit':
/tmp/tk8.5a4/unix/../generic/tk3d.c:1056: error: request for member `borderInit' in something not a structure or union
/tmp/tk8.5a4/unix/../generic/tk3d.c:1057: error: request for member `borderTable' in something not a structure or union
/tmp/tk8.5a4/unix/../generic/tk3d.c: At top level:
/tmp/tk8.5a4/unix/../generic/tk3d.c:1079: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `ShiftLine':
/tmp/tk8.5a4/unix/../generic/tk3d.c:1116: error: `p3Ptr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1116: error: `p1Ptr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1117: error: `p2Ptr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1132: error: `distance' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c: At top level:
/tmp/tk8.5a4/unix/../generic/tk3d.c:1166: error: syntax error before '*' token
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Intersect':
/tmp/tk8.5a4/unix/../generic/tk3d.c:1180: error: `a2Ptr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1180: error: `a1Ptr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1180: error: `b2Ptr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1180: error: `b1Ptr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1195: error: `iPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Tk_Get3DBorderFromObj':
/tmp/tk8.5a4/unix/../generic/tk3d.c:1239: error: `borderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1241: error: invalid operands to binary *
/tmp/tk8.5a4/unix/../generic/tk3d.c:1241: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:1253: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:1256: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:1256: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:1257: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:1277: error: request for member `borderTable' in something not a structure or union
/tmp/tk8.5a4/unix/../generic/tk3d.c:1277: error: request for member `borderTable' in something not a structure or union
/tmp/tk8.5a4/unix/../generic/tk3d.c:1281: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:1283: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:1283: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:1284: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `TkDebugBorder':
/tmp/tk8.5a4/unix/../generic/tk3d.c:1364: error: `borderPtr' undeclared (first use in this function)
/tmp/tk8.5a4/unix/../generic/tk3d.c:1367: error: invalid operands to binary *
/tmp/tk8.5a4/unix/../generic/tk3d.c:1367: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c:1370: error: request for member `borderTable' in something not a structure or union
/tmp/tk8.5a4/unix/../generic/tk3d.c:1370: error: request for member `borderTable' in something not a structure or union
/tmp/tk8.5a4/unix/../generic/tk3d.c:1372: error: syntax error before ')' token
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Tk_Get3DBorder':
/tmp/tk8.5a4/unix/../generic/tk3d.c:191: warning: statement with no effect
/tmp/tk8.5a4/unix/../generic/tk3d.c: In function `Tk_Draw3DPolygon':
/tmp/tk8.5a4/unix/../generic/tk3d.c:834: warning: value computed is not used
/tmp/tk8.5a4/unix/../generic/tk3d.c:834: warning: value computed is not used
make: *** [tk3d.o] Error 1 |
|