This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq 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]

Cannot build Xconq on Debian Linux


I have switched my desktop computer from RedHat Linux to Debian Linux. 
Now, for some reason, I cannot build Xconq.  It appears that the
./configure script is able to find my tcl/tk headers, but when I run
make, it fails to include them in the path, and so when gcc tries to
compile tkmain.c, it throws "No such file or directory" errors when
looking for tcl.h and tk.h.  And then it gives a massive list of compile
errors resulting from being unable to include tcl.h and tk.h.

Is this a bug in the build process, or am I doing something wrong?


The output from the build process is:

# ./configure
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking if C compiler is actually a C++ compiler... no
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking for ar... ar
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for Tcl configuration... found /usr/lib/tcl8.2/tclConfig.sh
checking for Tk configuration... found /usr/lib/tk8.2/tkConfig.sh
checking for sdl-config... none
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for <sys/time.h>... yes
checking for <time.h>... yes
checking for struct timeval... yes
checking for struct timezone... yes
checking for <curses.h>... yes
checking for <ncurses.h>... yes
checking for gettimeofday... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating kernel/Makefile
creating lib/Makefile
creating images/Makefile
creating misc/Makefile
creating tcltk/Makefile
creating test/Makefile
creating curses/Makefile
creating sdl/Makefile
creating missing/Makefile
creating missing/snprintf/Makefile
creating missing/util/Makefile
creating SelFile/Makefile
creating x11/Makefile

# make
make[1]: Entering directory `/home/lincoln/Projects/xconq/xconq/tcltk'
gcc -c -g -O2 -DUNIX  -I. -I./.. -I./../kernel -I./../missing     -I/usr/X11R6/include  tkmain.c
In file included from tkmain.c:11:
tkconq.h:21:17: tcl.h: No such file or directory
tkconq.h:22:16: tk.h: No such file or directory
In file included from tkconq.h:33,
                 from tkmain.c:11:
tkimf.h:14: error: parse error before "Tk_Window"
tkimf.h:14: warning: no semicolon at end of struct or union
tkimf.h:15: warning: data definition has no type or storage class
tkimf.h:19: error: parse error before "Pixmap"
tkimf.h:19: warning: no semicolon at end of struct or union
tkimf.h:20: warning: data definition has no type or storage class
tkimf.h:21: error: parse error before "mask"
tkimf.h:21: warning: data definition has no type or storage class
tkimf.h:22: error: parse error before '*' token
tkimf.h:22: warning: data definition has no type or storage class
tkimf.h:23: error: parse error before '*' token
tkimf.h:23: warning: data definition has no type or storage class
tkimf.h:24: error: parse error before '}' token
tkimf.h:24: warning: data definition has no type or storage class
tkimf.h:41: error: parse error before '*' token
tkimf.h:41: warning: data definition has no type or storage class
tkimf.h:42: error: parse error before '*' token
tkimf.h:42: warning: data definition has no type or storage class
In file included from tkmain.c:11:
tkconq.h:112: error: parse error before "Display"
tkconq.h:112: warning: no semicolon at end of struct or union
tkconq.h:123: error: parse error before '*' token
tkconq.h:123: warning: data definition has no type or storage class
tkconq.h:124: error: parse error before '*' token
tkconq.h:124: warning: data definition has no type or storage class
tkconq.h:125: error: parse error before '*' token
tkconq.h:125: warning: data definition has no type or storage class
tkconq.h:126: error: parse error before '*' token
tkconq.h:126: warning: data definition has no type or storage class
tkconq.h:127: error: parse error before '*' token
tkconq.h:127: warning: data definition has no type or storage class
tkconq.h:128: error: parse error before '*' token
tkconq.h:128: warning: data definition has no type or storage class
tkconq.h:129: error: parse error before '*' token
tkconq.h:129: warning: data definition has no type or storage class
tkconq.h:130: error: parse error before '*' token
tkconq.h:130: warning: data definition has no type or storage class
tkconq.h:131: error: parse error before '*' token
tkconq.h:131: warning: data definition has no type or storage class
tkconq.h:132: error: parse error before '*' token
tkconq.h:132: warning: data definition has no type or storage class
tkconq.h:133: error: parse error before '*' token
tkconq.h:133: warning: data definition has no type or storage class
tkconq.h:134: error: parse error before '*' token
tkconq.h:134: warning: data definition has no type or storage class
tkconq.h:135: error: parse error before '*' token
tkconq.h:135: warning: data definition has no type or storage class
tkconq.h:136: error: parse error before '*' token
tkconq.h:136: warning: data definition has no type or storage class
tkconq.h:137: error: parse error before '*' token
tkconq.h:137: warning: data definition has no type or storage class
tkconq.h:138: error: parse error before '*' token
tkconq.h:138: warning: data definition has no type or storage class
tkconq.h:139: error: parse error before '*' token
tkconq.h:139: warning: data definition has no type or storage class
tkconq.h:140: error: parse error before '*' token
tkconq.h:140: warning: data definition has no type or storage class
tkconq.h:141: error: parse error before '*' token
tkconq.h:141: warning: data definition has no type or storage class
tkconq.h:142: error: parse error before '*' token
tkconq.h:142: warning: data definition has no type or storage class
tkconq.h:143: error: parse error before '*' token
tkconq.h:143: warning: data definition has no type or storage class
tkconq.h:144: error: parse error before '*' token
tkconq.h:144: warning: data definition has no type or storage class
tkconq.h:145: error: parse error before '*' token
tkconq.h:145: warning: data definition has no type or storage class
tkconq.h:146: error: parse error before '*' token
tkconq.h:146: warning: data definition has no type or storage class
tkconq.h:147: error: parse error before '*' token
tkconq.h:147: warning: data definition has no type or storage class
tkconq.h:148: error: parse error before '*' token
tkconq.h:148: warning: data definition has no type or storage class
tkconq.h:150: error: parse error before '*' token
tkconq.h:150: warning: data definition has no type or storage class
tkconq.h:151: error: parse error before '*' token
tkconq.h:151: warning: data definition has no type or storage class
tkconq.h:199: error: parse error before '*' token
tkconq.h:199: warning: data definition has no type or storage class
tkconq.h:200: error: parse error before "hexpics"
tkconq.h:200: warning: data definition has no type or storage class
tkconq.h:201: error: parse error before "hexisopics"
tkconq.h:201: warning: data definition has no type or storage class
tkconq.h:203: error: parse error before "emblempics"
tkconq.h:203: warning: data definition has no type or storage class
tkconq.h:204: error: parse error before "emblemmasks"
tkconq.h:204: warning: data definition has no type or storage class
tkconq.h:214: error: parse error before "grays"
tkconq.h:214: warning: data definition has no type or storage class
tkconq.h:215: error: parse error before "dots"
tkconq.h:215: warning: data definition has no type or storage class
tkconq.h:216: error: parse error before "cursors"
tkconq.h:216: warning: data definition has no type or storage class
tkconq.h:221: error: parse error before '}' token
tkconq.h:221: warning: data definition has no type or storage class
tkconq.h:276: error: parse error before '*' token
tkconq.h:276: warning: data definition has no type or storage class
tkmain.c:18: error: parse error before "tmp_root_window"
tkmain.c:18: warning: data definition has no type or storage class
tkmain.c:31: error: parse error before '*' token
tkmain.c:31: warning: data definition has no type or storage class
tkmain.c:98: error: parse error before "cldata"
tkmain.c:235: error: parse error before "cldata"
tkmain.c:239: error: parse error before "Tcl_Interp"
tkmain.c: In function `tcl_cmd':
tkmain.c:249: error: `ClientData' undeclared (first use in this function)
tkmain.c:249: error: (Each undeclared identifier is reported only once
tkmain.c:249: error: for each function it appears in.)
tkmain.c:249: error: `Tcl_CmdDeleteProc' undeclared (first use in this function)
tkmain.c:249: error: parse error before ')' token
tkmain.c: In function `initial_ui_init':
tkmain.c:258: error: `Tk_Window' undeclared (first use in this function)
tkmain.c:258: error: parse error before "tkwin"
tkmain.c:262: warning: assignment makes pointer from integer without a cast
tkmain.c:264: error: `TCL_ERROR' undeclared (first use in this function)
tkmain.c:265: error: request for member `result' in something not a structure or union
tkmain.c:269: error: request for member `result' in something not a structure or union
tkmain.c:377: error: `tkwin' undeclared (first use in this function)
tkmain.c:380: error: `ClientData' undeclared (first use in this function)
tkmain.c:380: error: parse error before "tkwin"
tkmain.c:383: error: parse error before "tkwin"
tkmain.c:401: error: request for member `result' in something not a structure or union
tkmain.c:411: error: request for member `result' in something not a structure or union
tkmain.c:423: error: request for member `result' in something not a structure or union
tkmain.c:434: error: request for member `result' in something not a structure or union
tkmain.c:445: error: request for member `result' in something not a structure or union
tkmain.c:479: error: parse error before numeric constant
tkmain.c: At top level:
tkmain.c:483: error: parse error before "cldata"
tkmain.c: In function `tk_library_paths':
tkmain.c:524: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:528: error: parse error before "cldata"
tkmain.c: In function `tk_numgames':
tkmain.c:531: error: request for member `result' in something not a structure or union
tkmain.c:532: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:536: error: parse error before "cldata"
tkmain.c: In function `tk_side_lib_size':
tkmain.c:538: error: request for member `result' in something not a structure or union
tkmain.c:539: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:543: error: parse error before "cldata"
tkmain.c: In function `tk_side_lib_entry':
tkmain.c:549: error: `argv' undeclared (first use in this function)
tkmain.c:559: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:560: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:564: error: parse error before "cldata"
tkmain.c: In function `tk_side_lib_entry_available':
tkmain.c:571: error: `argv' undeclared (first use in this function)
tkmain.c:584: error: request for member `result' in something not a structure or union
tkmain.c:585: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:589: error: parse error before "cldata"
tkmain.c: In function `tk_interpret_variants':
tkmain.c:593: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:597: error: parse error before "cldata"
tkmain.c: In function `tk_set_variant_value':
tkmain.c:604: error: `argv' undeclared (first use in this function)
tkmain.c:615: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:619: error: parse error before "cldata"
tkmain.c: In function `tk_numttypes':
tkmain.c:621: error: request for member `result' in something not a structure or union
tkmain.c:622: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:626: error: parse error before "cldata"
tkmain.c: In function `tk_numutypes':
tkmain.c:628: error: request for member `result' in something not a structure or union
tkmain.c:629: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:633: error: parse error before "cldata"
tkmain.c: In function `tk_nummtypes':
tkmain.c:635: error: request for member `result' in something not a structure or union
tkmain.c:636: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:640: error: parse error before "cldata"
tkmain.c: In function `tk_numatypes':
tkmain.c:642: error: request for member `result' in something not a structure or union
tkmain.c:643: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:647: error: parse error before "cldata"
tkmain.c: In function `tk_numsides':
tkmain.c:649: error: request for member `result' in something not a structure or union
tkmain.c:650: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:654: error: parse error before "cldata"
tkmain.c: In function `tk_maxsides':
tkmain.c:656: error: request for member `result' in something not a structure or union
tkmain.c:657: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:661: error: parse error before "cldata"
tkmain.c: In function `tk_minsides':
tkmain.c:663: error: request for member `result' in something not a structure or union
tkmain.c:664: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:668: error: parse error before "cldata"
tkmain.c: In function `tk_numfeatures':
tkmain.c:670: error: request for member `result' in something not a structure or union
tkmain.c:671: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:675: error: parse error before "cldata"
tkmain.c: In function `tk_numscorekeepers':
tkmain.c:677: error: request for member `result' in something not a structure or union
tkmain.c:678: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:682: error: parse error before "cldata"
tkmain.c: In function `tk_numtreasury':
tkmain.c:690: error: request for member `result' in something not a structure or union
tkmain.c:691: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:695: error: parse error before "cldata"
tkmain.c: In function `tk_curmap_number':
tkmain.c:700: error: dereferencing pointer to incomplete type
tkmain.c:701: error: dereferencing pointer to incomplete type
tkmain.c:706: error: request for member `result' in something not a structure or union
tkmain.c:707: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:711: error: parse error before "cldata"
tkmain.c: In function `tk_ttype_name':
tkmain.c:715: error: `argv' undeclared (first use in this function)
tkmain.c:717: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:720: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:724: error: parse error before "cldata"
tkmain.c: In function `tk_atype_name':
tkmain.c:728: error: `argv' undeclared (first use in this function)
tkmain.c:730: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:733: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:737: error: parse error before "cldata"
tkmain.c: In function `tk_t_image_name':
tkmain.c:742: error: `argv' undeclared (first use in this function)
tkmain.c:747: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:750: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:754: error: parse error before "cldata"
tkmain.c: In function `tk_utype_name':
tkmain.c:758: error: `argv' undeclared (first use in this function)
tkmain.c:760: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:763: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:767: error: parse error before "cldata"
tkmain.c: In function `tk_u_image_name':
tkmain.c:772: error: `argv' undeclared (first use in this function)
tkmain.c:777: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:780: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:784: error: parse error before "cldata"
tkmain.c: In function `tk_mtype_name':
tkmain.c:788: error: `argv' undeclared (first use in this function)
tkmain.c:790: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:793: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:797: error: parse error before "cldata"
tkmain.c: In function `tk_m_image_name':
tkmain.c:802: error: `argv' undeclared (first use in this function)
tkmain.c:805: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:808: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:812: error: parse error before "cldata"
tkmain.c: In function `tk_side_name':
tkmain.c:816: error: `argv' undeclared (first use in this function)
tkmain.c:818: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:821: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:825: error: parse error before "cldata"
tkmain.c: In function `tk_side_adjective':
tkmain.c:829: error: `argv' undeclared (first use in this function)
tkmain.c:831: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:834: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:838: error: parse error before "cldata"
tkmain.c: In function `tk_side_emblem':
tkmain.c:842: error: `argv' undeclared (first use in this function)
tkmain.c:844: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:849: error: dereferencing pointer to incomplete type
tkmain.c:850: error: dereferencing pointer to incomplete type
tkmain.c:857: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:861: error: parse error before "cldata"
tkmain.c: In function `tk_short_side_title':
tkmain.c:865: error: `argv' undeclared (first use in this function)
tkmain.c:868: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:871: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:875: error: parse error before "cldata"
tkmain.c: In function `tk_side_ingame':
tkmain.c:879: error: `argv' undeclared (first use in this function)
tkmain.c:881: error: request for member `result' in something not a structure or union
tkmain.c:883: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:884: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:888: error: parse error before "cldata"
tkmain.c: In function `tk_simple_player_title':
tkmain.c:894: error: `argv' undeclared (first use in this function)
tkmain.c:897: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:898: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:902: error: parse error before "cldata"
tkmain.c: In function `tk_simple_player_name':
tkmain.c:908: error: `argv' undeclared (first use in this function)
tkmain.c:911: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:912: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:916: error: parse error before "cldata"
tkmain.c: In function `tk_player_advantage':
tkmain.c:921: error: `argv' undeclared (first use in this function)
tkmain.c:923: error: request for member `result' in something not a structure or union
tkmain.c:924: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:928: error: parse error before "cldata"
tkmain.c: In function `tk_player_aitypename':
tkmain.c:933: error: `argv' undeclared (first use in this function)
tkmain.c:936: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:939: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:943: error: parse error before "cldata"
tkmain.c: In function `tk_player_displayname':
tkmain.c:948: error: `argv' undeclared (first use in this function)
tkmain.c:951: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:954: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:958: error: parse error before "cldata"
tkmain.c: In function `tk_min_advantage':
tkmain.c:963: error: `argv' undeclared (first use in this function)
tkmain.c:965: error: request for member `result' in something not a structure or union
tkmain.c:966: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:970: error: parse error before "cldata"
tkmain.c: In function `tk_max_advantage':
tkmain.c:975: error: `argv' undeclared (first use in this function)
tkmain.c:977: error: request for member `result' in something not a structure or union
tkmain.c:978: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:982: error: parse error before "cldata"
tkmain.c: In function `tk_assigned_side':
tkmain.c:987: error: `argv' undeclared (first use in this function)
tkmain.c:990: error: request for member `result' in something not a structure or union
tkmain.c:992: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:994: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:998: error: parse error before "cldata"
tkmain.c: In function `tk_assigned_player':
tkmain.c:1004: error: `argv' undeclared (first use in this function)
tkmain.c:1007: error: request for member `result' in something not a structure or union
tkmain.c:1009: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:1011: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1015: error: parse error before "cldata"
tkmain.c: In function `tk_can_rename':
tkmain.c:1020: error: `argv' undeclared (first use in this function)
tkmain.c:1022: error: request for member `result' in something not a structure or union
tkmain.c:1023: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1027: error: parse error before "cldata"
tkmain.c: In function `tk_adjust_advantage':
tkmain.c:1033: error: `argv' undeclared (first use in this function)
tkmain.c:1037: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1041: error: parse error before "cldata"
tkmain.c: In function `tk_add_side_and_player':
tkmain.c:1048: error: request for member `result' in something not a structure or union
tkmain.c:1049: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1053: error: parse error before "cldata"
tkmain.c: In function `tk_remove_side_and_player':
tkmain.c:1058: error: `argv' undeclared (first use in this function)
tkmain.c:1061: error: request for member `result' in something not a structure or union
tkmain.c:1062: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1066: error: parse error before "cldata"
tkmain.c: In function `tk_rename_side_for_player':
tkmain.c:1071: error: `argv' undeclared (first use in this function)
tkmain.c:1074: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1078: error: parse error before "cldata"
tkmain.c: In function `tk_set_ai_for_player':
tkmain.c:1085: error: `argv' undeclared (first use in this function)
tkmain.c:1093: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1097: error: parse error before "cldata"
tkmain.c: In function `tk_exchange_players':
tkmain.c:1102: error: `argv' undeclared (first use in this function)
tkmain.c:1106: error: request for member `result' in something not a structure or union
tkmain.c:1108: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:1110: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1114: error: parse error before "cldata"
tkmain.c: In function `tk_set_indepside_options':
tkmain.c:1119: error: `argv' undeclared (first use in this function)
tkmain.c:1125: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1129: error: parse error before "cldata"
tkmain.c: In function `tk_dside':
tkmain.c:1131: error: request for member `result' in something not a structure or union
tkmain.c:1132: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1136: error: parse error before "cldata"
tkmain.c: In function `tk_feature_info':
tkmain.c:1141: error: `argv' undeclared (first use in this function)
tkmain.c:1144: error: request for member `result' in something not a structure or union
tkmain.c:1146: error: request for member `result' in something not a structure or union
tkmain.c:1150: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:1151: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1155: error: parse error before "cldata"
tkmain.c: In function `tk_feature_desc':
tkmain.c:1161: error: `argv' undeclared (first use in this function)
tkmain.c:1168: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:1169: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1173: error: parse error before "cldata"
tkmain.c: In function `tk_set_feature_info':
tkmain.c:1180: error: `argv' undeclared (first use in this function)
tkmain.c:1188: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1192: error: parse error before "cldata"
tkmain.c: In function `tk_version_string':
tkmain.c:1195: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:1196: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1200: error: parse error before "cldata"
tkmain.c: In function `tk_copyright_string':
tkmain.c:1203: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:1204: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1208: error: parse error before "cldata"
tkmain.c: In function `tk_game_info':
tkmain.c:1214: error: `argv' undeclared (first use in this function)
tkmain.c:1248: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1252: error: parse error before "cldata"
tkmain.c: In function `tk_start_new_game':
tkmain.c:1257: error: `argv' undeclared (first use in this function)
tkmain.c:1264: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1268: error: parse error before "cldata"
tkmain.c: In function `tk_start_saved_game':
tkmain.c:1273: error: `argv' undeclared (first use in this function)
tkmain.c:1280: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1284: error: parse error before "cldata"
tkmain.c: In function `tk_start_player_pre_setup_stage':
tkmain.c:1288: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1292: error: parse error before "cldata"
tkmain.c: In function `tk_start_game_load_stage':
tkmain.c:1296: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1300: error: parse error before "cldata"
tkmain.c: In function `tk_start_player_setup_stage':
tkmain.c:1308: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1312: error: parse error before "cldata"
tkmain.c: In function `tk_launch_game':
tkmain.c:1315: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1319: error: parse error before "cldata"
tkmain.c: In function `tk_try_host_game':
tkmain.c:1321: error: `argv' undeclared (first use in this function)
tkmain.c:1322: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1326: error: parse error before "cldata"
tkmain.c: In function `tk_try_join_game':
tkmain.c:1330: error: `argv' undeclared (first use in this function)
tkmain.c:1331: error: request for member `result' in something not a structure or union
tkmain.c:1332: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1336: error: parse error before "cldata"
tkmain.c: In function `tk_send_chat':
tkmain.c:1338: error: `argv' undeclared (first use in this function)
tkmain.c:1339: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1343: error: parse error before "cldata"
tkmain.c: In function `tk_run_game':
tkmain.c:1348: error: `argc' undeclared (first use in this function)
tkmain.c:1350: error: `TCL_OK' undeclared (first use in this function)
tkmain.c:1353: error: `argv' undeclared (first use in this function)
tkmain.c:1397: error: request for member `result' in something not a structure or union
tkmain.c: At top level:
tkmain.c:1402: error: parse error before "cldata"
tkmain.c: In function `tk_run_game_idle':
tkmain.c:1409: error: `TCL_OK' undeclared (first use in this function)
tkmain.c:1412: error: dereferencing pointer to incomplete type
tkmain.c: At top level:
tkmain.c:1468: error: parse error before "cldata"
tkmain.c: In function `tk_animate_selection':
tkmain.c:1475: error: dereferencing pointer to incomplete type
tkmain.c:1487: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1491: error: parse error before "cldata"
tkmain.c: In function `tk_set_unit_type':
tkmain.c:1496: error: `argv' undeclared (first use in this function)
tkmain.c:1497: error: dereferencing pointer to incomplete type
tkmain.c:1503: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1507: error: parse error before "cldata"
tkmain.c: In function `tk_mouse_down_cmd':
tkmain.c:1512: error: `argv' undeclared (first use in this function)
tkmain.c:1513: error: dereferencing pointer to incomplete type
tkmain.c:1521: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1525: error: parse error before "cldata"
tkmain.c: In function `tk_mouse_up_cmd':
tkmain.c:1530: error: `argv' undeclared (first use in this function)
tkmain.c:1531: error: dereferencing pointer to incomplete type
tkmain.c:1539: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1543: error: parse error before "cldata"
tkmain.c: In function `tk_mouse_over_cmd':
tkmain.c:1549: error: `argv' undeclared (first use in this function)
tkmain.c:1550: error: dereferencing pointer to incomplete type
tkmain.c:1558: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1608: error: parse error before "cldata"
tkmain.c: In function `tk_world_mouse_down_cmd':
tkmain.c:1614: error: `argv' undeclared (first use in this function)
tkmain.c:1615: error: dereferencing pointer to incomplete type
tkmain.c:1623: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1627: error: parse error before "cldata"
tkmain.c: In function `tk_world_mouse_up_cmd':
tkmain.c:1633: error: `argv' undeclared (first use in this function)
tkmain.c:1634: error: dereferencing pointer to incomplete type
tkmain.c:1642: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1646: error: parse error before "cldata"
tkmain.c: In function `tk_world_mouse_over_cmd':
tkmain.c:1652: error: `argv' undeclared (first use in this function)
tkmain.c:1653: error: dereferencing pointer to incomplete type
tkmain.c:1659: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: In function `draw_unit_info':
tkmain.c:1815: error: dereferencing pointer to incomplete type
tkmain.c:1816: error: dereferencing pointer to incomplete type
tkmain.c: In function `ui_mainloop':
tkmain.c:1899: error: `TCL_ALL_EVENTS' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:1906: error: parse error before "cldata"
tkmain.c: In function `check_network':
tkmain.c:1938: error: `ClientData' undeclared (first use in this function)
tkmain.c:1938: error: parse error before numeric constant
tkmain.c: In function `update_area_display':
tkmain.c:1950: error: dereferencing pointer to incomplete type
tkmain.c: In function `update_cell_display':
tkmain.c:1968: error: dereferencing pointer to incomplete type
tkmain.c: In function `update_unit_display':
tkmain.c:2136: error: dereferencing pointer to incomplete type
tkmain.c: In function `update_action_result_display':
tkmain.c:2167: error: dereferencing pointer to incomplete type
tkmain.c: In function `update_turn_display':
tkmain.c:2186: error: dereferencing pointer to incomplete type
tkmain.c:2198: error: dereferencing pointer to incomplete type
tkmain.c:2199: error: dereferencing pointer to incomplete type
tkmain.c:2204: error: dereferencing pointer to incomplete type
tkmain.c:2209: error: dereferencing pointer to incomplete type
tkmain.c: In function `update_action_display':
tkmain.c:2231: error: dereferencing pointer to incomplete type
tkmain.c: In function `update_fire_at_display':
tkmain.c:2254: error: dereferencing pointer to incomplete type
tkmain.c: In function `update_fire_into_display':
tkmain.c:2269: error: dereferencing pointer to incomplete type
tkmain.c: In function `action_point':
tkmain.c:2306: error: dereferencing pointer to incomplete type
tkmain.c: In function `schedule_movie':
tkmain.c:2341: error: dereferencing pointer to incomplete type
tkmain.c:2343: error: dereferencing pointer to incomplete type
tkmain.c:2343: error: dereferencing pointer to incomplete type
tkmain.c:2343: error: dereferencing pointer to incomplete type
tkmain.c:2343: error: dereferencing pointer to incomplete type
tkmain.c:2343: error: dereferencing pointer to incomplete type
tkmain.c:2343: error: dereferencing pointer to incomplete type
tkmain.c:2343: error: dereferencing pointer to incomplete type
tkmain.c:2343: error: dereferencing pointer to incomplete type
tkmain.c:2344: error: dereferencing pointer to incomplete type
tkmain.c:2344: error: dereferencing pointer to incomplete type
tkmain.c:2363: error: dereferencing pointer to incomplete type
tkmain.c:2363: error: dereferencing pointer to incomplete type
tkmain.c:2366: error: dereferencing pointer to incomplete type
tkmain.c:2366: error: dereferencing pointer to incomplete type
tkmain.c:2368: error: dereferencing pointer to incomplete type
tkmain.c: In function `play_movies':
tkmain.c:2382: error: dereferencing pointer to incomplete type
tkmain.c:2385: error: dereferencing pointer to incomplete type
tkmain.c:2395: error: dereferencing pointer to incomplete type
tkmain.c:2400: error: dereferencing pointer to incomplete type
tkmain.c:2404: error: dereferencing pointer to incomplete type
tkmain.c:2409: error: dereferencing pointer to incomplete type
tkmain.c:2410: error: dereferencing pointer to incomplete type
tkmain.c:2411: error: dereferencing pointer to incomplete type
tkmain.c:2417: error: dereferencing pointer to incomplete type
tkmain.c:2425: error: dereferencing pointer to incomplete type
tkmain.c: In function `init_redraws':
tkmain.c:2461: error: dereferencing pointer to incomplete type
tkmain.c:2478: error: dereferencing pointer to incomplete type
tkmain.c: At top level:
tkmain.c:2574: error: parse error before "cldata"
tkmain.c: In function `tk_save_prefs':
tkmain.c:2579: error: `TCL_GLOBAL_ONLY' undeclared (first use in this function)
tkmain.c:2579: warning: assignment makes pointer from integer without a cast
tkmain.c:2581: warning: assignment makes pointer from integer without a cast
tkmain.c:2583: warning: assignment makes pointer from integer without a cast
tkmain.c:2585: warning: assignment makes pointer from integer without a cast
tkmain.c:2587: warning: assignment makes pointer from integer without a cast
tkmain.c:2589: warning: assignment makes pointer from integer without a cast
tkmain.c:2591: warning: assignment makes pointer from integer without a cast
tkmain.c:2593: warning: assignment makes pointer from integer without a cast
tkmain.c:2595: warning: assignment makes pointer from integer without a cast
tkmain.c:2597: warning: assignment makes pointer from integer without a cast
tkmain.c:2599: warning: assignment makes pointer from integer without a cast
tkmain.c:2601: warning: assignment makes pointer from integer without a cast
tkmain.c:2603: warning: assignment makes pointer from integer without a cast
tkmain.c:2605: warning: assignment makes pointer from integer without a cast
tkmain.c:2607: warning: assignment makes pointer from integer without a cast
tkmain.c:2609: warning: assignment makes pointer from integer without a cast
tkmain.c:2611: warning: assignment makes pointer from integer without a cast
tkmain.c:2613: warning: assignment makes pointer from integer without a cast
tkmain.c:2615: warning: assignment makes pointer from integer without a cast
tkmain.c:2617: warning: assignment makes pointer from integer without a cast
tkmain.c:2619: warning: assignment makes pointer from integer without a cast
tkmain.c:2621: warning: assignment makes pointer from integer without a cast
tkmain.c:2623: warning: assignment makes pointer from integer without a cast
tkmain.c:2625: warning: assignment makes pointer from integer without a cast
tkmain.c:2627: warning: assignment makes pointer from integer without a cast
tkmain.c:2636: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:2883: error: parse error before "cldata"
tkmain.c: In function `tk_init_help_list':
tkmain.c:2909: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:2913: error: parse error before "cldata"
tkmain.c: In function `tk_init_help_menu':
tkmain.c:2919: error: `argv' undeclared (first use in this function)
tkmain.c:2943: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:2949: error: parse error before "cldata"
tkmain.c: In function `tk_help_goto':
tkmain.c:2951: error: `argv' undeclared (first use in this function)
tkmain.c:3026: error: `TCL_ERROR' undeclared (first use in this function)
tkmain.c:3027: error: request for member `result' in something not a structure or union
tkmain.c:3031: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3037: error: parse error before "cldata"
tkmain.c: In function `tk_interp_key':
tkmain.c:3041: error: `Tk_Window' undeclared (first use in this function)
tkmain.c:3041: error: parse error before "tkwin"
tkmain.c:3045: error: `argv' undeclared (first use in this function)
tkmain.c:3046: error: dereferencing pointer to incomplete type
tkmain.c:3058: error: `tkwin' undeclared (first use in this function)
tkmain.c:3093: error: request for member `result' in something not a structure or union
tkmain.c:3094: error: `TCL_OK' undeclared (first use in this function)
tkmain.c:3099: error: dereferencing pointer to incomplete type
tkmain.c:3100: error: dereferencing pointer to incomplete type
tkmain.c:3111: error: request for member `result' in something not a structure or union
tkmain.c: At top level:
tkmain.c:3116: error: parse error before "cldata"
tkmain.c: In function `tk_execute_long_command':
tkmain.c:3120: error: `argv' undeclared (first use in this function)
tkmain.c:3125: error: dereferencing pointer to incomplete type
tkmain.c:3131: error: dereferencing pointer to incomplete type
tkmain.c:3138: error: dereferencing pointer to incomplete type
tkmain.c:3140: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3144: error: parse error before "cldata"
tkmain.c: In function `tk_game_save':
tkmain.c:3146: error: `argv' undeclared (first use in this function)
tkmain.c:3149: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3153: error: parse error before "cldata"
tkmain.c: In function `tk_make_default_player_spec':
tkmain.c:3156: error: `argv' undeclared (first use in this function)
tkmain.c:3159: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3165: error: parse error before "cldata"
tkmain.c: In function `tk_set_design_tool':
tkmain.c:3168: error: `argv' undeclared (first use in this function)
tkmain.c:3172: error: dereferencing pointer to incomplete type
tkmain.c:3174: error: dereferencing pointer to incomplete type
tkmain.c:3176: error: dereferencing pointer to incomplete type
tkmain.c:3179: error: dereferencing pointer to incomplete type
tkmain.c:3182: error: dereferencing pointer to incomplete type
tkmain.c:3185: error: dereferencing pointer to incomplete type
tkmain.c:3189: error: dereferencing pointer to incomplete type
tkmain.c:3191: error: dereferencing pointer to incomplete type
tkmain.c:3193: error: dereferencing pointer to incomplete type
tkmain.c:3195: error: dereferencing pointer to incomplete type
tkmain.c:3197: error: dereferencing pointer to incomplete type
tkmain.c:3199: error: dereferencing pointer to incomplete type
tkmain.c:3201: error: dereferencing pointer to incomplete type
tkmain.c:3203: error: dereferencing pointer to incomplete type
tkmain.c:3205: error: dereferencing pointer to incomplete type
tkmain.c:3207: error: dereferencing pointer to incomplete type
tkmain.c:3210: error: `TCL_OK' undeclared (first use in this function)
tkmain.c:3212: error: dereferencing pointer to incomplete type
tkmain.c:3213: error: dereferencing pointer to incomplete type
tkmain.c: At top level:
tkmain.c:3231: error: parse error before "cldata"
tkmain.c: In function `tk_set_design_data':
tkmain.c:3235: error: `argv' undeclared (first use in this function)
tkmain.c:3242: error: `argc' undeclared (first use in this function)
tkmain.c:3258: error: dereferencing pointer to incomplete type
tkmain.c:3258: error: dereferencing pointer to incomplete type
tkmain.c:3258: error: dereferencing pointer to incomplete type
tkmain.c:3258: error: dereferencing pointer to incomplete type
tkmain.c:3259: error: dereferencing pointer to incomplete type
tkmain.c:3261: error: dereferencing pointer to incomplete type
tkmain.c:3262: error: dereferencing pointer to incomplete type
tkmain.c:3264: error: dereferencing pointer to incomplete type
tkmain.c:3267: error: dereferencing pointer to incomplete type
tkmain.c:3270: error: dereferencing pointer to incomplete type
tkmain.c:3273: error: dereferencing pointer to incomplete type
tkmain.c:3277: error: dereferencing pointer to incomplete type
tkmain.c:3280: error: dereferencing pointer to incomplete type
tkmain.c:3280: error: dereferencing pointer to incomplete type
tkmain.c:3280: error: dereferencing pointer to incomplete type
tkmain.c:3280: error: dereferencing pointer to incomplete type
tkmain.c:3281: error: dereferencing pointer to incomplete type
tkmain.c:3283: error: dereferencing pointer to incomplete type
tkmain.c:3286: error: dereferencing pointer to incomplete type
tkmain.c:3286: error: dereferencing pointer to incomplete type
tkmain.c:3286: error: dereferencing pointer to incomplete type
tkmain.c:3286: error: dereferencing pointer to incomplete type
tkmain.c:3287: error: dereferencing pointer to incomplete type
tkmain.c:3289: error: dereferencing pointer to incomplete type
tkmain.c:3292: error: dereferencing pointer to incomplete type
tkmain.c:3292: error: dereferencing pointer to incomplete type
tkmain.c:3292: error: dereferencing pointer to incomplete type
tkmain.c:3292: error: dereferencing pointer to incomplete type
tkmain.c:3293: error: dereferencing pointer to incomplete type
tkmain.c:3295: error: dereferencing pointer to incomplete type
tkmain.c:3298: error: dereferencing pointer to incomplete type
tkmain.c:3298: error: dereferencing pointer to incomplete type
tkmain.c:3298: error: dereferencing pointer to incomplete type
tkmain.c:3298: error: dereferencing pointer to incomplete type
tkmain.c:3299: error: dereferencing pointer to incomplete type
tkmain.c:3301: error: dereferencing pointer to incomplete type
tkmain.c:3304: error: dereferencing pointer to incomplete type
tkmain.c:3304: error: dereferencing pointer to incomplete type
tkmain.c:3304: error: dereferencing pointer to incomplete type
tkmain.c:3304: error: dereferencing pointer to incomplete type
tkmain.c:3305: error: dereferencing pointer to incomplete type
tkmain.c:3307: error: dereferencing pointer to incomplete type
tkmain.c:3309: error: dereferencing pointer to incomplete type
tkmain.c:3310: error: dereferencing pointer to incomplete type
tkmain.c:3312: error: dereferencing pointer to incomplete type
tkmain.c:3314: error: dereferencing pointer to incomplete type
tkmain.c:3316: error: dereferencing pointer to incomplete type
tkmain.c:3318: error: dereferencing pointer to incomplete type
tkmain.c:3320: error: dereferencing pointer to incomplete type
tkmain.c:3322: error: dereferencing pointer to incomplete type
tkmain.c:3324: error: dereferencing pointer to incomplete type
tkmain.c:3327: error: dereferencing pointer to incomplete type
tkmain.c:3327: error: dereferencing pointer to incomplete type
tkmain.c:3327: error: dereferencing pointer to incomplete type
tkmain.c:3327: error: dereferencing pointer to incomplete type
tkmain.c:3328: error: dereferencing pointer to incomplete type
tkmain.c:3330: error: dereferencing pointer to incomplete type
tkmain.c:3332: error: dereferencing pointer to incomplete type
tkmain.c:3335: error: request for member `result' in something not a structure or union
tkmain.c:3336: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3340: error: parse error before "cldata"
tkmain.c: In function `tk_create_new_feature':
tkmain.c:3351: error: dereferencing pointer to incomplete type
tkmain.c:3354: error: request for member `result' in something not a structure or union
tkmain.c:3355: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3359: error: parse error before "cldata"
tkmain.c: In function `tk_destroy_feature':
tkmain.c:3365: error: `argv' undeclared (first use in this function)
tkmain.c:3369: error: dereferencing pointer to incomplete type
tkmain.c:3372: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3376: error: parse error before "cldata"
tkmain.c: In function `tk_designer_fix':
tkmain.c:3384: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3388: error: parse error before "cldata"
tkmain.c: In function `tk_designer_save':
tkmain.c:3399: error: `argv' undeclared (first use in this function)
tkmain.c:3452: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3456: error: parse error before "cldata"
tkmain.c: In function `tk_numutypes_available':
tkmain.c:3466: error: request for member `result' in something not a structure or union
tkmain.c:3467: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3471: error: parse error before "cldata"
tkmain.c: In function `tk_utype_actual':
tkmain.c:3475: error: `argv' undeclared (first use in this function)
tkmain.c:3478: error: request for member `result' in something not a structure or union
tkmain.c:3479: error: `TCL_OK' undeclared (first use in this function)
tkmain.c:3483: error: request for member `result' in something not a structure or union
tkmain.c: At top level:
tkmain.c:3488: error: parse error before "cldata"
tkmain.c: In function `tk_mtype_actual':
tkmain.c:3492: error: `argv' undeclared (first use in this function)
tkmain.c:3495: error: request for member `result' in something not a structure or union
tkmain.c:3496: error: `TCL_OK' undeclared (first use in this function)
tkmain.c:3500: error: request for member `result' in something not a structure or union
tkmain.c: At top level:
tkmain.c:3505: error: parse error before "cldata"
tkmain.c: In function `tk_map_size_at_power':
tkmain.c:3509: error: `argv' undeclared (first use in this function)
tkmain.c:3510: error: request for member `result' in something not a structure or union
tkmain.c:3511: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3515: error: parse error before "cldata"
tkmain.c: In function `tk_center_on_unit':
tkmain.c:3523: error: `argv' undeclared (first use in this function)
tkmain.c:3524: error: dereferencing pointer to incomplete type
tkmain.c:3530: error: dereferencing pointer to incomplete type
tkmain.c:3535: error: request for member `result' in something not a structure or union
tkmain.c:3536: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3540: error: parse error before "cldata"
tkmain.c: In function `tk_available_advance':
tkmain.c:3545: error: `argv' undeclared (first use in this function)
tkmain.c:3550: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:3551: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3562: error: parse error before "cldata"
tkmain.c: In function `tk_advance_needed_to_research':
tkmain.c:3567: error: `argv' undeclared (first use in this function)
tkmain.c:3572: error: request for member `result' in something not a structure or union
tkmain.c:3573: error: `TCL_OK' undeclared (first use in this function)
tkmain.c:3576: error: request for member `result' in something not a structure or union
tkmain.c: At top level:
tkmain.c:3582: error: parse error before "cldata"
tkmain.c: In function `tk_current_advance':
tkmain.c:3587: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:3588: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3596: error: parse error before "cldata"
tkmain.c: In function `tk_set_research_popped_up':
tkmain.c:3599: error: `argv' undeclared (first use in this function)
tkmain.c:3600: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3604: error: parse error before "cldata"
tkmain.c: In function `tk_set_side_research':
tkmain.c:3609: error: `argv' undeclared (first use in this function)
tkmain.c:3612: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3651: error: parse error before "cldata"
tkmain.c: In function `tk_get_scores':
tkmain.c:3653: error: `TCL_VOLATILE' undeclared (first use in this function)
tkmain.c:3654: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3658: error: parse error before "cldata"
tkmain.c: In function `tk_reset_popup_flag':
tkmain.c:3662: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:3666: error: parse error before "cldata"
tkmain.c: In function `tk_exit_xconq':
tkmain.c:3669: error: `TCL_OK' undeclared (first use in this function)
tkmain.c: In function `place_legends':
tkmain.c:3681: error: dereferencing pointer to incomplete type
tkmain.c:3682: error: dereferencing pointer to incomplete type
tkmain.c:3683: error: dereferencing pointer to incomplete type
tkmain.c: In function `eval_tcl_cmd':
tkmain.c:3701: error: `TCL_ERROR' undeclared (first use in this function)
tkmain.c:3702: error: request for member `result' in something not a structure or union
tkmain.c: In function `create_map':
tkmain.c:3847: error: dereferencing pointer to incomplete type
tkmain.c:3848: error: dereferencing pointer to incomplete type
tkmain.c:3850: error: dereferencing pointer to incomplete type
tkmain.c: At top level:
tkmain.c:4482: error: parse error before "cldata"
tkmain.c: In function `tk_withdraw_window':
tkmain.c:4484: error: `argc' undeclared (first use in this function)
tkmain.c:4486: error: `TCL_ERROR' undeclared (first use in this function)
tkmain.c:4488: error: `argv' undeclared (first use in this function)
tkmain.c: At top level:
tkmain.c:4497: error: parse error before "Tcl_Interp"
tkmain.c: In function `withdraw_window':
tkmain.c:4499: error: `Tk_Window' undeclared (first use in this function)
tkmain.c:4499: error: parse error before "tkwin"
tkmain.c:4501: error: `Window' undeclared (first use in this function)
tkmain.c:4504: error: `tkwin' undeclared (first use in this function)
tkmain.c:4504: error: `windowpath' undeclared (first use in this function)
tkmain.c:4513: error: `xid' undeclared (first use in this function)
tkmain.c:4523: error: `TCL_OK' undeclared (first use in this function)
make[1]: *** [tkmain.o] Error 1
make[1]: Leaving directory `/home/lincoln/Projects/xconq/xconq/tcltk'
make: *** [all-tcltk] Error 2



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