Re: [Tcl-nap-users] Trouble installing Nap
Brought to you by:
dav480,
peter_turner
From: Steve H. <st...@xh...> - 2008-06-12 02:46:04
|
I installed PROJ4 libraries and headers as suggested via apt-get. I tried configure/make again and got a new error. It appears to be a syntax error rather than a configuration problem: $ make cc -c -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_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 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DHAVE_UNISTD_H=1 -DISNAN64=isnan -DVERSION=\"6.4\" -DPATCHLEVEL=\".0\" -I`echo /home/blacksqr/myinstall/utilities/nap6.4/nap/generic` -I`echo .` -I`echo .` -I`echo /usr/include` -I`echo /home/blacksqr/myinstall/utilities/nap6.4/tcl` -O -D__NO_STRING_INLINES -D__NO_MATH_INLINES -fPIC `echo /home/blacksqr/myinstall/utilities/nap6.4/nap/generic/cart_proj.c` In file included from /home/blacksqr/myinstall/utilities/nap6.4/nap/generic/cart_proj.c:22: /home/blacksqr/myinstall/utilities/nap6.4/nap/generic/nap_check.h:212: error: expected ‘)’ before ‘*’ token /home/blacksqr/myinstall/utilities/nap6.4/nap/generic/nap_check.h:214: error: expected ‘)’ before ‘*’ token /home/blacksqr/myinstall/utilities/nap6.4/nap/generic/nap_check.h:215: error: expected ‘)’ before ‘*’ token /home/blacksqr/myinstall/utilities/nap6.4/nap/generic/nap_check.h:216: error: expected ‘)’ before ‘*’ token /home/blacksqr/myinstall/utilities/nap6.4/nap/generic/nap_check.h:217: error: expected ‘)’ before ‘*’ token /home/blacksqr/myinstall/utilities/nap6.4/nap/generic/cart_proj.c:58: error: expected ‘)’ before ‘*’ token /home/blacksqr/myinstall/utilities/nap6.4/nap/generic/cart_proj.c:182: error: expected ‘)’ before ‘*’ token make: *** [cart_proj.o] Error 1 Any hints on how to move forward would be appreciated. |