From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16434 invoked by alias); 5 Jul 2004 19:14:46 -0000 Mailing-List: contact xconq7-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: xconq7-owner@sources.redhat.com Received: (qmail 16356 invoked from network); 5 Jul 2004 19:14:35 -0000 Received: from unknown (HELO lead.cat.pdx.edu) (131.252.208.91) by sourceware.org with SMTP; 5 Jul 2004 19:14:35 -0000 Received: from jess.cs.pdx.edu (jess.cs.pdx.edu [131.252.209.199]) by lead.cat.pdx.edu (8.12.10/8.12.10) with ESMTP id i65JE8cA024850 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 5 Jul 2004 12:14:13 -0700 (PDT) Received: from jess.cs.pdx.edu (localhost.localdomain [127.0.0.1]) by jess.cs.pdx.edu (8.12.10/8.12.10) with ESMTP id i65JE7Qs027546 for ; Mon, 5 Jul 2004 12:14:07 -0700 Received: from localhost (cwood@localhost) by jess.cs.pdx.edu (8.12.10/8.12.10/Submit) with ESMTP id i65JE795027542 for ; Mon, 5 Jul 2004 12:14:07 -0700 Date: Mon, 05 Jul 2004 19:17:00 -0000 From: Christopher Wood To: xconq7@sources.redhat.com Subject: Re: xConq alternate combat engine project In-Reply-To: <40E749CD.9000905@phy.cmich.edu> Message-ID: References: <17030786.1088898907645.JavaMail.root@skeeter.psp.pas.earthlink.net> <40E749CD.9000905@phy.cmich.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new X-SW-Source: 2004/txt/msg00656.txt.bz2 Eric, here is the output from the configure and from the make. First the configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output... 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 if C compiler is actually a C++ compiler... checking for egrep... grep -E no checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c checking for ar... ar checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for Tcl configuration... found /usr/lib/tclConfig.sh checking for Tk configuration... found /usr/lib/tkConfig.sh checking for sdl-config... /usr/bin/sdl-config checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for ... yes checking for ... yes checking for struct timeval... yes checking for struct timezone... yes checking for ... yes checking for ... yes checking for gettimeofday... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating kernel/Makefile config.status: creating lib/Makefile config.status: creating images/Makefile config.status: creating misc/Makefile config.status: creating tcltk/Makefile config.status: creating test/Makefile config.status: creating curses/Makefile config.status: creating sdl/Makefile config.status: creating missing/Makefile config.status: creating missing/snprintf/Makefile config.status: creating missing/util/Makefile config.status: creating SelFile/Makefile config.status: creating x11/Makefile And from the make make[1]: Entering directory `/u/cwood/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: syntax 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: syntax 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: syntax error before "mask" tkimf.h:21: warning: data definition has no type or storage class tkimf.h:22: error: syntax error before '*' token tkimf.h:22: warning: data definition has no type or storage class tkimf.h:23: error: syntax error before '*' token tkimf.h:23: warning: data definition has no type or storage class tkimf.h:24: error: syntax error before '}' token tkimf.h:24: warning: data definition has no type or storage class tkimf.h:44: error: syntax error before '*' token tkimf.h:44: warning: data definition has no type or storage class tkimf.h:45: error: syntax error before '*' token tkimf.h:45: warning: data definition has no type or storage class tkimf.h:50: error: syntax error before "cldata" In file included from tkmain.c:11: tkconq.h:103: error: syntax error before "Display" tkconq.h:103: warning: no semicolon at end of struct or union tkconq.h:114: error: syntax error before '*' token tkconq.h:114: warning: data definition has no type or storage class tkconq.h:115: error: syntax error before '*' token tkconq.h:115: warning: data definition has no type or storage class tkconq.h:116: error: syntax error before '*' token tkconq.h:116: warning: data definition has no type or storage class tkconq.h:117: error: syntax error before '*' token tkconq.h:117: warning: data definition has no type or storage class tkconq.h:118: error: syntax error before '*' token tkconq.h:118: warning: data definition has no type or storage class tkconq.h:119: error: syntax error before '*' token tkconq.h:119: warning: data definition has no type or storage class tkconq.h:120: error: syntax error before '*' token tkconq.h:120: warning: data definition has no type or storage class tkconq.h:121: error: syntax error before '*' token tkconq.h:121: warning: data definition has no type or storage class tkconq.h:122: error: syntax error before '*' token tkconq.h:122: warning: data definition has no type or storage class tkconq.h:123: error: syntax error before '*' token tkconq.h:123: warning: data definition has no type or storage class tkconq.h:124: error: syntax error before '*' token tkconq.h:124: warning: data definition has no type or storage class tkconq.h:125: error: syntax error before '*' token tkconq.h:125: warning: data definition has no type or storage class tkconq.h:126: error: syntax error before '*' token tkconq.h:126: warning: data definition has no type or storage class tkconq.h:127: error: syntax error before '*' token tkconq.h:127: warning: data definition has no type or storage class tkconq.h:128: error: syntax error before '*' token tkconq.h:128: warning: data definition has no type or storage class tkconq.h:129: error: syntax error before '*' token tkconq.h:129: warning: data definition has no type or storage class tkconq.h:130: error: syntax error before '*' token tkconq.h:130: warning: data definition has no type or storage class tkconq.h:131: error: syntax error before '*' token tkconq.h:131: warning: data definition has no type or storage class tkconq.h:132: error: syntax error before '*' token tkconq.h:132: warning: data definition has no type or storage class tkconq.h:133: error: syntax error before '*' token tkconq.h:133: warning: data definition has no type or storage class tkconq.h:134: error: syntax error before '*' token tkconq.h:134: warning: data definition has no type or storage class tkconq.h:135: error: syntax error before '*' token tkconq.h:135: warning: data definition has no type or storage class tkconq.h:136: error: syntax error before '*' token tkconq.h:136: warning: data definition has no type or storage class tkconq.h:137: error: syntax error before '*' token tkconq.h:137: warning: data definition has no type or storage class tkconq.h:138: error: syntax error before '*' token tkconq.h:138: warning: data definition has no type or storage class tkconq.h:139: error: syntax error before '*' token tkconq.h:139: warning: data definition has no type or storage class tkconq.h:141: error: syntax error before '*' token tkconq.h:141: warning: data definition has no type or storage class tkconq.h:142: error: syntax error before '*' token tkconq.h:142: warning: data definition has no type or storage class tkconq.h:191: error: syntax error before '*' token tkconq.h:191: warning: data definition has no type or storage class tkconq.h:192: error: syntax error before "hexpics" tkconq.h:192: warning: data definition has no type or storage class tkconq.h:193: error: syntax error before "hexisopics" tkconq.h:193: warning: data definition has no type or storage class tkconq.h:195: error: syntax error before "emblempics" tkconq.h:195: warning: data definition has no type or storage class tkconq.h:196: error: syntax error before "emblemmasks" tkconq.h:196: warning: data definition has no type or storage class tkconq.h:206: error: syntax error before "grays" tkconq.h:206: warning: data definition has no type or storage class tkconq.h:207: error: syntax error before "dots" tkconq.h:207: warning: data definition has no type or storage class tkconq.h:208: error: syntax error before "cursors" tkconq.h:208: warning: data definition has no type or storage class tkconq.h:213: error: syntax error before '}' token tkconq.h:213: warning: data definition has no type or storage class tkconq.h:269: error: syntax error before '*' token tkconq.h:269: warning: data definition has no type or storage class tkmain.c:18: error: syntax error before "tmp_root_window" tkmain.c:18: warning: data definition has no type or storage class tkmain.c:33: error: syntax error before '*' token tkmain.c:33: warning: data definition has no type or storage class tkmain.c:110: error: syntax error before "cldata" tkmain.c:251: error: syntax error before "cldata" tkmain.c:255: error: syntax error before "Tcl_Interp" tkmain.c: In function `tcl_cmd': tkmain.c:265: error: `ClientData' undeclared (first use in this function) tkmain.c:265: error: (Each undeclared identifier is reported only once tkmain.c:265: error: for each function it appears in.) tkmain.c:265: error: `Tcl_CmdDeleteProc' undeclared (first use in this function) tkmain.c:265: error: syntax error before ')' token tkmain.c: In function `initial_ui_init': tkmain.c:306: error: `Tk_Window' undeclared (first use in this function) tkmain.c:306: error: syntax error before "tkwin" tkmain.c:310: warning: assignment makes pointer from integer without a cast tkmain.c:312: error: `TCL_ERROR' undeclared (first use in this function) tkmain.c:313: error: request for member `result' in something not a structure or union tkmain.c:317: error: request for member `result' in something not a structure or union tkmain.c:429: error: `tkwin' undeclared (first use in this function) tkmain.c:432: error: `ClientData' undeclared (first use in this function) tkmain.c:432: error: syntax error before "tkwin" tkmain.c:435: error: syntax error before "tkwin" tkmain.c:467: error: request for member `result' in something not a structure or union tkmain.c:482: error: request for member `result' in something not a structure or union tkmain.c: At top level: tkmain.c:523: error: syntax error before "cldata" tkmain.c: In function `tk_library_paths': tkmain.c:564: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:568: error: syntax error before "cldata" tkmain.c: In function `tk_numgames': tkmain.c:571: error: request for member `result' in something not a structure or union tkmain.c:572: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:576: error: syntax error before "cldata" tkmain.c: In function `tk_any_variants': tkmain.c:578: error: request for member `result' in something not a structure or union tkmain.c:579: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:583: error: syntax error before "cldata" tkmain.c: In function `tk_listallgames': tkmain.c:585: error: request for member `result' in something not a structure or union tkmain.c:586: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:590: error: syntax error before "cldata" tkmain.c: In function `tk_side_lib_size': tkmain.c:592: error: request for member `result' in something not a structure or union tkmain.c:593: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:597: error: syntax error before "cldata" tkmain.c: In function `tk_side_lib_entry': tkmain.c:603: error: `argv' undeclared (first use in this function) tkmain.c:613: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:614: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:618: error: syntax error before "cldata" tkmain.c: In function `tk_side_lib_entry_available': tkmain.c:625: error: `argv' undeclared (first use in this function) tkmain.c:638: error: request for member `result' in something not a structure or union tkmain.c:639: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:643: error: syntax error before "cldata" tkmain.c: In function `tk_interpret_variants': tkmain.c:647: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:651: error: syntax error before "cldata" tkmain.c: In function `tk_set_variant_value': tkmain.c:658: error: `argv' undeclared (first use in this function) tkmain.c:669: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:673: error: syntax error before "cldata" tkmain.c: In function `tk_numttypes': tkmain.c:675: error: request for member `result' in something not a structure or union tkmain.c:676: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:680: error: syntax error before "cldata" tkmain.c: In function `tk_numutypes': tkmain.c:682: error: request for member `result' in something not a structure or union tkmain.c:683: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:687: error: syntax error before "cldata" tkmain.c: In function `tk_nummtypes': tkmain.c:689: error: request for member `result' in something not a structure or union tkmain.c:690: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:694: error: syntax error before "cldata" tkmain.c: In function `tk_numatypes': tkmain.c:696: error: request for member `result' in something not a structure or union tkmain.c:697: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:701: error: syntax error before "cldata" tkmain.c: In function `tk_numsides': tkmain.c:703: error: request for member `result' in something not a structure or union tkmain.c:704: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:708: error: syntax error before "cldata" tkmain.c: In function `tk_maxsides': tkmain.c:710: error: request for member `result' in something not a structure or union tkmain.c:711: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:715: error: syntax error before "cldata" tkmain.c: In function `tk_minsides': tkmain.c:717: error: request for member `result' in something not a structure or union tkmain.c:718: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:722: error: syntax error before "cldata" tkmain.c: In function `tk_numfeatures': tkmain.c:724: error: request for member `result' in something not a structure or union tkmain.c:725: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:729: error: syntax error before "cldata" tkmain.c: In function `tk_numscorekeepers': tkmain.c:731: error: request for member `result' in something not a structure or union tkmain.c:732: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:736: error: syntax error before "cldata" tkmain.c: In function `tk_numtreasury': tkmain.c:744: error: request for member `result' in something not a structure or union tkmain.c:745: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:749: error: syntax error before "cldata" tkmain.c: In function `tk_curmap_number': tkmain.c:754: error: dereferencing pointer to incomplete type tkmain.c:755: error: dereferencing pointer to incomplete type tkmain.c:760: error: request for member `result' in something not a structure or union tkmain.c:761: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:765: error: syntax error before "cldata" tkmain.c: In function `tk_ttype_name': tkmain.c:769: error: `argv' undeclared (first use in this function) tkmain.c:771: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:774: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:778: error: syntax error before "cldata" tkmain.c: In function `tk_atype_name': tkmain.c:782: error: `argv' undeclared (first use in this function) tkmain.c:784: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:787: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:791: error: syntax error before "cldata" tkmain.c: In function `tk_t_image_name': tkmain.c:796: error: `argv' undeclared (first use in this function) tkmain.c:801: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:804: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:808: error: syntax error before "cldata" tkmain.c: In function `tk_utype_name': tkmain.c:812: error: `argv' undeclared (first use in this function) tkmain.c:814: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:817: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:821: error: syntax error before "cldata" tkmain.c: In function `tk_u_image_name': tkmain.c:826: 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: syntax error before "cldata" tkmain.c: In function `tk_mtype_name': 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:847: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:851: error: syntax error before "cldata" tkmain.c: In function `tk_m_image_name': tkmain.c:856: error: `argv' undeclared (first use in this function) tkmain.c:859: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:862: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:866: error: syntax error before "cldata" tkmain.c: In function `tk_side_name': tkmain.c:870: error: `argv' undeclared (first use in this function) tkmain.c:872: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:875: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:879: error: syntax error before "cldata" tkmain.c: In function `tk_side_adjective': tkmain.c:883: error: `argv' undeclared (first use in this function) tkmain.c:885: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:888: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:892: error: syntax error before "cldata" tkmain.c: In function `tk_side_emblem': tkmain.c:896: error: `argv' undeclared (first use in this function) tkmain.c:898: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:903: error: dereferencing pointer to incomplete type tkmain.c:904: error: dereferencing pointer to incomplete type tkmain.c:911: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:915: error: syntax error before "cldata" tkmain.c: In function `tk_short_side_title': tkmain.c:919: error: `argv' undeclared (first use in this function) tkmain.c:922: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:925: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:929: error: syntax error before "cldata" tkmain.c: In function `tk_side_ingame': tkmain.c:933: error: `argv' undeclared (first use in this function) tkmain.c:935: error: request for member `result' in something not a structure or union tkmain.c:937: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:938: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:942: error: syntax error before "cldata" tkmain.c: In function `tk_simple_player_title': 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:952: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:956: error: syntax error before "cldata" tkmain.c: In function `tk_simple_player_name': tkmain.c:962: error: `argv' undeclared (first use in this function) tkmain.c:965: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:966: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:970: error: syntax error before "cldata" tkmain.c: In function `tk_player_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: syntax error before "cldata" tkmain.c: In function `tk_player_aitypename': tkmain.c:987: error: `argv' undeclared (first use in this function) tkmain.c:990: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:993: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:997: error: syntax error before "cldata" tkmain.c: In function `tk_player_displayname': tkmain.c:1002: error: `argv' undeclared (first use in this function) tkmain.c:1005: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:1008: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1012: error: syntax error before "cldata" tkmain.c: In function `tk_min_advantage': tkmain.c:1017: error: `argv' undeclared (first use in this function) tkmain.c:1019: error: request for member `result' in something not a structure or union tkmain.c:1020: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1024: error: syntax error before "cldata" tkmain.c: In function `tk_max_advantage': tkmain.c:1029: error: `argv' undeclared (first use in this function) tkmain.c:1031: error: request for member `result' in something not a structure or union tkmain.c:1032: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1036: error: syntax error before "cldata" tkmain.c: In function `tk_assigned_side': tkmain.c:1041: error: `argv' undeclared (first use in this function) tkmain.c:1044: error: request for member `result' in something not a structure or union tkmain.c:1046: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:1048: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1052: error: syntax error before "cldata" tkmain.c: In function `tk_assigned_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:1063: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:1065: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1069: error: syntax error before "cldata" tkmain.c: In function `tk_can_rename': tkmain.c:1074: error: `argv' undeclared (first use in this function) tkmain.c:1076: error: request for member `result' in something not a structure or union tkmain.c:1077: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1081: error: syntax error before "cldata" tkmain.c: In function `tk_adjust_advantage': tkmain.c:1087: error: `argv' undeclared (first use in this function) tkmain.c:1091: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1095: error: syntax error before "cldata" tkmain.c: In function `tk_add_side_and_player': tkmain.c:1102: error: request for member `result' in something not a structure or union tkmain.c:1103: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1107: error: syntax error before "cldata" tkmain.c: In function `tk_remove_side_and_player': tkmain.c:1112: error: `argv' undeclared (first use in this function) tkmain.c:1115: error: request for member `result' in something not a structure or union tkmain.c:1116: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1120: error: syntax error before "cldata" tkmain.c: In function `tk_rename_side_for_player': tkmain.c:1125: error: `argv' undeclared (first use in this function) tkmain.c:1128: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1132: error: syntax error before "cldata" tkmain.c: In function `tk_set_ai_for_player': tkmain.c:1139: error: `argv' undeclared (first use in this function) tkmain.c:1147: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1151: error: syntax error before "cldata" tkmain.c: In function `tk_exchange_players': tkmain.c:1156: error: `argv' undeclared (first use in this function) tkmain.c:1160: error: request for member `result' in something not a structure or union tkmain.c:1162: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:1164: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1168: error: syntax error before "cldata" tkmain.c: In function `tk_set_indepside_options': tkmain.c:1173: error: `argv' undeclared (first use in this function) tkmain.c:1181: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1185: error: syntax error before "cldata" tkmain.c: In function `tk_dside': tkmain.c:1187: error: request for member `result' in something not a structure or union tkmain.c:1188: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1192: error: syntax error before "cldata" tkmain.c: In function `tk_feature_info': tkmain.c:1197: error: `argv' undeclared (first use in this function) tkmain.c:1200: error: request for member `result' in something not a structure or union tkmain.c:1202: error: request for member `result' in something not a structure or union tkmain.c:1206: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:1207: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1211: error: syntax error before "cldata" tkmain.c: In function `tk_feature_desc': tkmain.c:1217: error: `argv' undeclared (first use in this function) tkmain.c:1224: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:1225: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1229: error: syntax error before "cldata" tkmain.c: In function `tk_set_feature_info': tkmain.c:1236: error: `argv' undeclared (first use in this function) tkmain.c:1244: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1248: error: syntax error before "cldata" tkmain.c: In function `tk_version_string': tkmain.c:1251: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:1252: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1256: error: syntax error before "cldata" tkmain.c: In function `tk_copyright_string': tkmain.c:1259: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:1260: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1264: error: syntax error before "cldata" tkmain.c: In function `tk_game_homedir': tkmain.c:1267: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:1268: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1272: error: syntax error before "cldata" tkmain.c: In function `tk_game_info': tkmain.c:1278: error: `argv' undeclared (first use in this function) tkmain.c:1312: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1316: error: syntax error before "cldata" tkmain.c: In function `tk_start_new_game': tkmain.c:1321: error: `argv' undeclared (first use in this function) tkmain.c:1328: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1332: error: syntax error before "cldata" tkmain.c: In function `tk_start_saved_game': tkmain.c:1337: error: `argv' undeclared (first use in this function) tkmain.c:1344: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1348: error: syntax error before "cldata" tkmain.c: In function `tk_start_player_pre_setup_stage': tkmain.c:1352: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1356: error: syntax error before "cldata" tkmain.c: In function `tk_start_game_load_stage': tkmain.c:1360: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1364: error: syntax error before "cldata" tkmain.c: In function `tk_start_player_setup_stage': tkmain.c:1373: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1377: error: syntax error before "cldata" tkmain.c: In function `tk_launch_game': tkmain.c:1380: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1384: error: syntax error before "cldata" tkmain.c: In function `tk_try_host_game': tkmain.c:1386: error: `argv' undeclared (first use in this function) tkmain.c:1387: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1391: error: syntax error before "cldata" tkmain.c: In function `tk_try_join_game': tkmain.c:1395: error: `argv' undeclared (first use in this function) tkmain.c:1396: error: request for member `result' in something not a structure or union tkmain.c:1397: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1401: error: syntax error before "cldata" tkmain.c: In function `tk_send_chat': tkmain.c:1403: error: `argv' undeclared (first use in this function) tkmain.c:1404: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1408: error: syntax error before "cldata" tkmain.c: In function `tk_run_game': tkmain.c:1413: error: `argc' undeclared (first use in this function) tkmain.c:1415: error: `TCL_OK' undeclared (first use in this function) tkmain.c:1418: error: `argv' undeclared (first use in this function) tkmain.c:1472: error: request for member `result' in something not a structure or union tkmain.c: At top level: tkmain.c:1477: error: syntax error before "cldata" tkmain.c: In function `tk_run_game_idle': tkmain.c:1484: error: `TCL_OK' undeclared (first use in this function) tkmain.c:1487: error: dereferencing pointer to incomplete type tkmain.c: At top level: tkmain.c:1543: error: syntax error before "cldata" tkmain.c: In function `tk_animate_selection': tkmain.c:1550: error: dereferencing pointer to incomplete type tkmain.c:1567: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1571: error: syntax error before "cldata" tkmain.c: In function `tk_set_unit_type': tkmain.c:1576: error: `argv' undeclared (first use in this function) tkmain.c:1577: error: dereferencing pointer to incomplete type tkmain.c:1583: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1587: error: syntax error before "cldata" tkmain.c: In function `tk_mouse_down_cmd': tkmain.c:1592: error: `argv' undeclared (first use in this function) tkmain.c:1593: error: dereferencing pointer to incomplete type tkmain.c:1601: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1605: error: syntax error before "cldata" tkmain.c: In function `tk_mouse_up_cmd': tkmain.c:1610: error: `argv' undeclared (first use in this function) tkmain.c:1611: error: dereferencing pointer to incomplete type tkmain.c:1619: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1623: error: syntax error before "cldata" tkmain.c: In function `tk_mouse_over_cmd': tkmain.c:1629: error: `argv' undeclared (first use in this function) tkmain.c:1630: error: dereferencing pointer to incomplete type tkmain.c:1638: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1700: error: syntax error before "cldata" tkmain.c: In function `tk_world_mouse_down_cmd': tkmain.c:1706: error: `argv' undeclared (first use in this function) tkmain.c:1707: error: dereferencing pointer to incomplete type tkmain.c:1715: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1719: error: syntax error before "cldata" tkmain.c: In function `tk_world_mouse_up_cmd': tkmain.c:1725: error: `argv' undeclared (first use in this function) tkmain.c:1726: error: dereferencing pointer to incomplete type tkmain.c:1734: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:1738: error: syntax error before "cldata" tkmain.c: In function `tk_world_mouse_over_cmd': tkmain.c:1744: error: `argv' undeclared (first use in this function) tkmain.c:1745: error: dereferencing pointer to incomplete type tkmain.c:1751: error: `TCL_OK' undeclared (first use in this function) tkmain.c: In function `draw_unit_info': tkmain.c:1921: error: dereferencing pointer to incomplete type tkmain.c:1922: error: dereferencing pointer to incomplete type tkmain.c: In function `ui_mainloop': tkmain.c:2005: error: `TCL_ALL_EVENTS' undeclared (first use in this function) tkmain.c:2005: error: `TCL_DONT_WAIT' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:2012: error: syntax error before "cldata" tkmain.c: In function `check_network': tkmain.c:2042: error: `ClientData' undeclared (first use in this function) tkmain.c:2042: error: syntax error before numeric constant tkmain.c: In function `update_area_display': tkmain.c:2054: error: dereferencing pointer to incomplete type tkmain.c: In function `update_cell_display': tkmain.c:2072: error: dereferencing pointer to incomplete type tkmain.c: In function `update_unit_display': tkmain.c:2240: error: dereferencing pointer to incomplete type tkmain.c: In function `update_action_result_display': tkmain.c:2271: error: dereferencing pointer to incomplete type tkmain.c: In function `update_turn_display': tkmain.c:2289: error: dereferencing pointer to incomplete type tkmain.c:2302: error: dereferencing pointer to incomplete type tkmain.c:2303: error: dereferencing pointer to incomplete type tkmain.c:2308: error: dereferencing pointer to incomplete type tkmain.c:2313: error: dereferencing pointer to incomplete type tkmain.c: In function `update_action_display': tkmain.c:2335: error: dereferencing pointer to incomplete type tkmain.c: In function `update_fire_at_display': tkmain.c:2358: error: dereferencing pointer to incomplete type tkmain.c: In function `update_fire_into_display': tkmain.c:2373: error: dereferencing pointer to incomplete type tkmain.c: In function `action_point': tkmain.c:2410: error: dereferencing pointer to incomplete type tkmain.c: In function `schedule_movie': tkmain.c:2445: error: dereferencing pointer to incomplete type tkmain.c:2447: error: dereferencing pointer to incomplete type tkmain.c:2447: error: dereferencing pointer to incomplete type tkmain.c:2447: error: dereferencing pointer to incomplete type tkmain.c:2447: error: dereferencing pointer to incomplete type tkmain.c:2447: error: dereferencing pointer to incomplete type tkmain.c:2447: error: dereferencing pointer to incomplete type tkmain.c:2447: error: dereferencing pointer to incomplete type tkmain.c:2447: error: dereferencing pointer to incomplete type tkmain.c:2448: error: dereferencing pointer to incomplete type tkmain.c:2448: error: dereferencing pointer to incomplete type tkmain.c:2467: error: dereferencing pointer to incomplete type tkmain.c:2467: error: dereferencing pointer to incomplete type tkmain.c:2470: error: dereferencing pointer to incomplete type tkmain.c:2470: error: dereferencing pointer to incomplete type tkmain.c:2472: error: dereferencing pointer to incomplete type tkmain.c: In function `play_movies': tkmain.c:2486: error: dereferencing pointer to incomplete type tkmain.c:2489: error: dereferencing pointer to incomplete type tkmain.c:2499: error: dereferencing pointer to incomplete type tkmain.c:2504: error: dereferencing pointer to incomplete type tkmain.c:2508: error: dereferencing pointer to incomplete type tkmain.c:2513: error: dereferencing pointer to incomplete type tkmain.c:2514: error: dereferencing pointer to incomplete type tkmain.c:2515: error: dereferencing pointer to incomplete type tkmain.c:2521: error: dereferencing pointer to incomplete type tkmain.c:2529: error: dereferencing pointer to incomplete type tkmain.c: In function `init_redraws': tkmain.c:2565: error: dereferencing pointer to incomplete type tkmain.c:2582: error: dereferencing pointer to incomplete type tkmain.c: At top level: tkmain.c:2677: error: syntax error before "cldata" tkmain.c: In function `tk_save_prefs': tkmain.c:2682: error: `TCL_GLOBAL_ONLY' undeclared (first use in this function) tkmain.c:2682: warning: assignment makes pointer from integer without a cast tkmain.c:2684: warning: assignment makes pointer from integer without a cast tkmain.c:2686: warning: assignment makes pointer from integer without a cast tkmain.c:2688: warning: assignment makes pointer from integer without a cast tkmain.c:2690: warning: assignment makes pointer from integer without a cast tkmain.c:2692: warning: assignment makes pointer from integer without a cast tkmain.c:2694: warning: assignment makes pointer from integer without a cast tkmain.c:2696: warning: assignment makes pointer from integer without a cast tkmain.c:2698: warning: assignment makes pointer from integer without a cast tkmain.c:2700: warning: assignment makes pointer from integer without a cast tkmain.c:2702: warning: assignment makes pointer from integer without a cast tkmain.c:2704: warning: assignment makes pointer from integer without a cast tkmain.c:2706: warning: assignment makes pointer from integer without a cast tkmain.c:2708: warning: assignment makes pointer from integer without a cast tkmain.c:2710: warning: assignment makes pointer from integer without a cast tkmain.c:2712: warning: assignment makes pointer from integer without a cast tkmain.c:2714: warning: assignment makes pointer from integer without a cast tkmain.c:2716: warning: assignment makes pointer from integer without a cast tkmain.c:2718: warning: assignment makes pointer from integer without a cast tkmain.c:2720: warning: assignment makes pointer from integer without a cast tkmain.c:2722: warning: assignment makes pointer from integer without a cast tkmain.c:2724: warning: assignment makes pointer from integer without a cast tkmain.c:2726: warning: assignment makes pointer from integer without a cast tkmain.c:2728: warning: assignment makes pointer from integer without a cast tkmain.c:2730: warning: assignment makes pointer from integer without a cast tkmain.c:2732: warning: assignment makes pointer from integer without a cast tkmain.c:2741: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:2997: error: syntax error before "cldata" tkmain.c: In function `tk_init_help_list': tkmain.c:3023: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3027: error: syntax error before "cldata" tkmain.c: In function `tk_init_help_menu': tkmain.c:3033: error: `argv' undeclared (first use in this function) tkmain.c:3057: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3063: error: syntax error before "cldata" tkmain.c: In function `tk_help_goto': tkmain.c:3065: error: `argv' undeclared (first use in this function) tkmain.c:3140: error: `TCL_ERROR' undeclared (first use in this function) tkmain.c:3141: error: request for member `result' in something not a structure or union tkmain.c:3145: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3151: error: syntax error before "cldata" tkmain.c: In function `tk_interp_key': tkmain.c:3155: error: `Tk_Window' undeclared (first use in this function) tkmain.c:3155: error: syntax error before "tkwin" tkmain.c:3159: error: `argv' undeclared (first use in this function) tkmain.c:3160: error: dereferencing pointer to incomplete type tkmain.c:3176: error: `TCL_OK' undeclared (first use in this function) tkmain.c:3209: error: `tkwin' undeclared (first use in this function) tkmain.c:3244: error: request for member `result' in something not a structure or union tkmain.c:3250: error: dereferencing pointer to incomplete type tkmain.c:3251: error: dereferencing pointer to incomplete type tkmain.c:3262: error: request for member `result' in something not a structure or union tkmain.c: At top level: tkmain.c:3267: error: syntax error before "cldata" tkmain.c: In function `tk_execute_long_command': tkmain.c:3271: error: `argv' undeclared (first use in this function) tkmain.c:3276: error: dereferencing pointer to incomplete type tkmain.c:3282: error: dereferencing pointer to incomplete type tkmain.c:3289: error: dereferencing pointer to incomplete type tkmain.c:3291: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3295: error: syntax error before "cldata" tkmain.c: In function `tk_game_save': tkmain.c:3297: error: `argv' undeclared (first use in this function) tkmain.c:3300: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3304: error: syntax error before "cldata" tkmain.c: In function `tk_make_default_player_spec': tkmain.c:3307: error: `argv' undeclared (first use in this function) tkmain.c:3310: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3316: error: syntax error before "cldata" tkmain.c: In function `tk_set_design_tool': tkmain.c:3319: error: `argv' undeclared (first use in this function) tkmain.c:3323: error: dereferencing pointer to incomplete type tkmain.c:3325: error: dereferencing pointer to incomplete type tkmain.c:3327: error: dereferencing pointer to incomplete type tkmain.c:3330: error: dereferencing pointer to incomplete type tkmain.c:3333: error: dereferencing pointer to incomplete type tkmain.c:3336: error: dereferencing pointer to incomplete type tkmain.c:3340: error: dereferencing pointer to incomplete type tkmain.c:3342: error: dereferencing pointer to incomplete type tkmain.c:3344: error: dereferencing pointer to incomplete type tkmain.c:3346: error: dereferencing pointer to incomplete type tkmain.c:3348: error: dereferencing pointer to incomplete type tkmain.c:3350: error: dereferencing pointer to incomplete type tkmain.c:3352: error: dereferencing pointer to incomplete type tkmain.c:3354: error: dereferencing pointer to incomplete type tkmain.c:3356: error: dereferencing pointer to incomplete type tkmain.c:3358: error: dereferencing pointer to incomplete type tkmain.c:3361: error: `TCL_OK' undeclared (first use in this function) tkmain.c:3363: error: dereferencing pointer to incomplete type tkmain.c:3364: error: dereferencing pointer to incomplete type tkmain.c: At top level: tkmain.c:3382: error: syntax error before "cldata" tkmain.c: In function `tk_set_design_data': tkmain.c:3386: error: `argv' undeclared (first use in this function) tkmain.c:3393: error: `argc' undeclared (first use in this function) tkmain.c:3409: error: dereferencing pointer to incomplete type tkmain.c:3409: error: dereferencing pointer to incomplete type tkmain.c:3409: error: dereferencing pointer to incomplete type tkmain.c:3409: error: dereferencing pointer to incomplete type tkmain.c:3410: error: dereferencing pointer to incomplete type tkmain.c:3412: error: dereferencing pointer to incomplete type tkmain.c:3413: error: dereferencing pointer to incomplete type tkmain.c:3415: error: dereferencing pointer to incomplete type tkmain.c:3418: error: dereferencing pointer to incomplete type tkmain.c:3421: error: dereferencing pointer to incomplete type tkmain.c:3424: error: dereferencing pointer to incomplete type tkmain.c:3428: error: dereferencing pointer to incomplete type tkmain.c:3431: error: dereferencing pointer to incomplete type tkmain.c:3431: error: dereferencing pointer to incomplete type tkmain.c:3431: error: dereferencing pointer to incomplete type tkmain.c:3431: error: dereferencing pointer to incomplete type tkmain.c:3432: error: dereferencing pointer to incomplete type tkmain.c:3434: error: dereferencing pointer to incomplete type tkmain.c:3437: error: dereferencing pointer to incomplete type tkmain.c:3437: error: dereferencing pointer to incomplete type tkmain.c:3437: error: dereferencing pointer to incomplete type tkmain.c:3437: error: dereferencing pointer to incomplete type tkmain.c:3438: error: dereferencing pointer to incomplete type tkmain.c:3440: error: dereferencing pointer to incomplete type tkmain.c:3443: error: dereferencing pointer to incomplete type tkmain.c:3443: error: dereferencing pointer to incomplete type tkmain.c:3443: error: dereferencing pointer to incomplete type tkmain.c:3443: error: dereferencing pointer to incomplete type tkmain.c:3444: error: dereferencing pointer to incomplete type tkmain.c:3446: error: dereferencing pointer to incomplete type tkmain.c:3449: error: dereferencing pointer to incomplete type tkmain.c:3449: error: dereferencing pointer to incomplete type tkmain.c:3449: error: dereferencing pointer to incomplete type tkmain.c:3449: error: dereferencing pointer to incomplete type tkmain.c:3450: error: dereferencing pointer to incomplete type tkmain.c:3452: error: dereferencing pointer to incomplete type tkmain.c:3455: error: dereferencing pointer to incomplete type tkmain.c:3455: error: dereferencing pointer to incomplete type tkmain.c:3455: error: dereferencing pointer to incomplete type tkmain.c:3455: error: dereferencing pointer to incomplete type tkmain.c:3456: error: dereferencing pointer to incomplete type tkmain.c:3458: error: dereferencing pointer to incomplete type tkmain.c:3460: error: dereferencing pointer to incomplete type tkmain.c:3461: error: dereferencing pointer to incomplete type tkmain.c:3463: error: dereferencing pointer to incomplete type tkmain.c:3465: error: dereferencing pointer to incomplete type tkmain.c:3467: error: dereferencing pointer to incomplete type tkmain.c:3469: error: dereferencing pointer to incomplete type tkmain.c:3471: error: dereferencing pointer to incomplete type tkmain.c:3473: error: dereferencing pointer to incomplete type tkmain.c:3475: error: dereferencing pointer to incomplete type tkmain.c:3478: error: dereferencing pointer to incomplete type tkmain.c:3478: error: dereferencing pointer to incomplete type tkmain.c:3478: error: dereferencing pointer to incomplete type tkmain.c:3478: error: dereferencing pointer to incomplete type tkmain.c:3479: error: dereferencing pointer to incomplete type tkmain.c:3481: error: dereferencing pointer to incomplete type tkmain.c:3483: error: dereferencing pointer to incomplete type tkmain.c:3486: error: request for member `result' in something not a structure or union tkmain.c:3487: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3491: error: syntax error before "cldata" tkmain.c: In function `tk_create_new_feature': tkmain.c:3502: error: dereferencing pointer to incomplete type tkmain.c:3505: error: request for member `result' in something not a structure or union tkmain.c:3506: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3510: error: syntax error before "cldata" tkmain.c: In function `tk_destroy_feature': tkmain.c:3516: error: `argv' undeclared (first use in this function) tkmain.c:3520: error: dereferencing pointer to incomplete type tkmain.c:3523: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3527: error: syntax error before "cldata" tkmain.c: In function `tk_designer_fix': tkmain.c:3535: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3539: error: syntax error before "cldata" tkmain.c: In function `tk_designer_save': tkmain.c:3550: error: `argv' undeclared (first use in this function) tkmain.c:3603: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3607: error: syntax error before "cldata" tkmain.c: In function `tk_numutypes_available': tkmain.c:3617: error: request for member `result' in something not a structure or union tkmain.c:3618: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3622: error: syntax error before "cldata" tkmain.c: In function `tk_utype_actual': tkmain.c:3626: error: `argv' undeclared (first use in this function) tkmain.c:3629: error: request for member `result' in something not a structure or union tkmain.c:3630: error: `TCL_OK' undeclared (first use in this function) tkmain.c:3634: error: request for member `result' in something not a structure or union tkmain.c: At top level: tkmain.c:3639: error: syntax error before "cldata" tkmain.c: In function `tk_mtype_actual': tkmain.c:3643: error: `argv' undeclared (first use in this function) tkmain.c:3646: error: request for member `result' in something not a structure or union tkmain.c:3647: error: `TCL_OK' undeclared (first use in this function) tkmain.c:3651: error: request for member `result' in something not a structure or union tkmain.c: At top level: tkmain.c:3656: error: syntax error before "cldata" tkmain.c: In function `tk_map_size_at_power': tkmain.c:3660: error: `argv' undeclared (first use in this function) tkmain.c:3661: error: request for member `result' in something not a structure or union tkmain.c:3662: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3666: error: syntax error before "cldata" tkmain.c: In function `tk_center_on_unit': tkmain.c:3674: error: `argv' undeclared (first use in this function) tkmain.c:3675: error: dereferencing pointer to incomplete type tkmain.c:3681: error: dereferencing pointer to incomplete type tkmain.c:3686: error: request for member `result' in something not a structure or union tkmain.c:3687: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3691: error: syntax error before "cldata" tkmain.c: In function `tk_available_advance': tkmain.c:3696: error: `argv' undeclared (first use in this function) tkmain.c:3701: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:3702: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3713: error: syntax error before "cldata" tkmain.c: In function `tk_advance_needed_to_research': tkmain.c:3718: error: `argv' undeclared (first use in this function) tkmain.c:3723: error: request for member `result' in something not a structure or union tkmain.c:3724: error: `TCL_OK' undeclared (first use in this function) tkmain.c:3727: error: request for member `result' in something not a structure or union tkmain.c: At top level: tkmain.c:3733: error: syntax error before "cldata" tkmain.c: In function `tk_current_advance': tkmain.c:3738: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:3739: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3747: error: syntax error before "cldata" tkmain.c: In function `tk_set_research_popped_up': tkmain.c:3750: error: `argv' undeclared (first use in this function) tkmain.c:3751: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3755: error: syntax error before "cldata" tkmain.c: In function `tk_set_side_research': tkmain.c:3760: error: `argv' undeclared (first use in this function) tkmain.c:3763: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3802: error: syntax error before "cldata" tkmain.c: In function `tk_get_scores': tkmain.c:3804: error: `TCL_VOLATILE' undeclared (first use in this function) tkmain.c:3805: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3809: error: syntax error before "cldata" tkmain.c: In function `tk_reset_popup_flag': tkmain.c:3813: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3817: error: syntax error before "cldata" tkmain.c: In function `tk_set_want_to_exit': tkmain.c:3820: error: `argv' undeclared (first use in this function) tkmain.c:3821: error: `TCL_OK' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:3825: error: syntax error before "cldata" tkmain.c: In function `tk_exit_xconq': tkmain.c:3828: error: `TCL_OK' undeclared (first use in this function) tkmain.c: In function `place_legends': tkmain.c:3840: error: dereferencing pointer to incomplete type tkmain.c:3841: error: dereferencing pointer to incomplete type tkmain.c:3842: error: dereferencing pointer to incomplete type tkmain.c: In function `eval_tcl_cmd': tkmain.c:3860: error: `TCL_ERROR' undeclared (first use in this function) tkmain.c:3861: error: request for member `result' in something not a structure or union tkmain.c: In function `create_map': tkmain.c:4006: error: dereferencing pointer to incomplete type tkmain.c:4007: error: dereferencing pointer to incomplete type tkmain.c:4009: error: dereferencing pointer to incomplete type tkmain.c: At top level: tkmain.c:4641: error: syntax error before "cldata" tkmain.c: In function `tk_withdraw_window': tkmain.c:4643: error: `argc' undeclared (first use in this function) tkmain.c:4645: error: `TCL_ERROR' undeclared (first use in this function) tkmain.c:4647: error: `argv' undeclared (first use in this function) tkmain.c: At top level: tkmain.c:4656: error: syntax error before "Tcl_Interp" tkmain.c: In function `withdraw_window': tkmain.c:4658: error: `Tk_Window' undeclared (first use in this function) tkmain.c:4658: error: syntax error before "tkwin" tkmain.c:4660: error: `Window' undeclared (first use in this function) tkmain.c:4663: error: `tkwin' undeclared (first use in this function) tkmain.c:4663: error: `windowpath' undeclared (first use in this function) tkmain.c:4672: error: `xid' undeclared (first use in this function) tkmain.c:4682: error: `TCL_OK' undeclared (first use in this function) make[1]: *** [tkmain.o] Error 1 make[1]: Leaving directory `/u/cwood/xconq/tcltk' make: *** [all-tcltk] Error 2 Hope you can help for getting this error fixed so we can compile and start playing with it. Thanks, Chris Wood On Sat, 3 Jul 2004, Eric McDonald wrote: > Hi, > > Ramsey wrote: > > > 3. We are having trouble compiling the program on Redhat Fedora. We are users on the system (don't have root) and our compilation errors match exactly those encountered by Lincoln Peters when he tried to compile it on Debian: > > http://sources.redhat.com/ml/xconq7/2003/msg00966.html > > Would the solution be functionally different? > > I'll reply to your other ideas later. But, let's try to get you > successfully compiling first.... > > I do not have any problems on Fedora Core 1, and that is my primary > development platform. > > Not having root should not be a problem. I always compile and install > Xconq as a non-root user. I do use a custom installation path (set with > the "--prefix" argument to the configure script). > > I also have fixed a number of Debian-related issues over the past 8 or 9 > months, and I am not sure that the message from Lincoln, which you > cited, is releveant any longer. > > Could you provide the configure and make output from your unsuccessful > build attempt? It would be useful for diagnosing the problem. > > Thanks, > Eric >