[Xcircuit-dev] Parse Error Building 3.3.31
Brought to you by:
rtedwards
From: The L. S. <lig...@rd...> - 2005-08-17 09:18:35
|
Hello. Incidentally, I tried building the latest version of XCircuit (3.3.31) (on Cygwin) since my hard drive was recently wiped out. The compiler gives this error when trying to build xcwrap.c: xcwrap.c: In function `Xcircuit_Init': xcwrap.c:206: error: parse error before ')' token xcwrap.c:209: error: parse error before ')' token make[2]: *** [xcwrap.o] Error 1 make[2]: Leaving directory `/usr/local/src/xcircuit-3.3.31' make[1]: *** [tcl] Error 2 make[1]: Leaving directory `/usr/local/src/xcircuit-3.3.31' make: *** [all-recursive] Error 2 Here is the compiler line directly before if it helps: gcc -g -O2 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DP ACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"xcircuit\" -DVERSION=\"\ " -DPROTOTYPES=1 -D__PROTOTYPES=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_S YS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS _H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 - DSIZEOF_VOID_P=4 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=4 -DHAVE_LIBXT=1 -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DHAVE_DIRENT_H=1 -DHAVE_VA_CO PY=1 -DHAVE___VA_COPY=1 -DHAVE_U_CHAR=1 -DDOUBLEBUFFER=1 -DHAVE_X11_XPM_H=1 -DHA VE_XPM=1 -DCYGWIN=1 -DLGF=1 -DINPUT_FOCUS=1 -DGS_EXEC=\"gs\" -DSPICE_EXEC=\"ngsp ice\" -DTCL_WRAPPER=1 -DPROG_VERSION= -DPROG_REVISION= -DCAD_DIR=\"/usr/local\" -DTEMP_DIR=\"/tmp\" -DRESOURCES_DIR=\"/usr/local/lib/xcircuit-/app-defaults\" - DBUILTINS_DIR=\"/usr/local/lib/xcircuit-\" -DBUILTINS_FILE=\"\" -DUSER_RC_FILE=\ ".xcircuitrc\" -DPROLOGUE_DIR=\"/usr/local/lib/xcircuit-\" -DPROLOGUE_FILE=\"xci rcps2.pro\" -DSTARTUP_FILE=\"xcstartup.tcl\" -DLGF_LIB=\"lgf.lps\" -DASG_SPICE_L IB=\"asg_spice.lps\" -DPROG_VERSION= -DPROG_REVISION= -DCAD_DIR=\"/usr/local\" - DTEMP_DIR=\"/tmp\" -DRESOURCES_DIR=\"/usr/local/lib/xcircuit-/app-defaults\" -DB UILTINS_DIR=\"/usr/local/lib/xcircuit-\" -DBUILTINS_FILE=\"\" -DUSER_RC_FILE=\". xcircuitrc\" -DPROLOGUE_DIR=\"/usr/local/lib/xcircuit-\" -DPROLOGUE_FILE=\"xcirc ps2.pro\" -DSTARTUP_FILE=\"xcstartup.tcl\" -DLGF_LIB=\"lgf.lps\" -DASG_SPICE_LIB =\"asg_spice.lps\" -IXw -I/usr/local/include xcwrap.c -c -o xcwrap.o I tried going back to 3.3.29 and it still compiles (with a tweak) so it's not the system configuration. Thanks -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.289 / Virus Database: 267.10.10 - Release Date: 8/15/2005 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.289 / Virus Database: 267.10.10 - Release Date: 8/15/2005 |