I did a make-maintainer clean and then cvs update on June second. The following are brand new difficulties.
1)For some reason src/exec/dxmods/_comparse.h was not created. I manually typed "bison -y -vd _compparse.y" and then "sed -e "s/yy/_dxfcc/g" -e "s/YY/_CC/g" y.tab.h > _compparse.h " (from the makefile because I don't have the knowledge of what these do) things went o.k. 2)I have netcdf libraries in a non-standard place so /src/exec/dxmods/import_ncdf needed manual editing. 3)the file /src/exec/dpexec/socket.c killed the make "socket.c", line 110.5: 1506-045 (S) Undeclared identifier SOCK_LENGTH_TYPE. "socket.c", line 111.12: 1506-276 (S) Syntax error: possible missing ':'? "socket.c", line 111.12: 1506-276 (S) Syntax error: possible missing ':'? "socket.c", line 131.9: 1506-045 (S) Undeclared identifier fd. etc.. Now I'm stuck. What do I need to do? Thanks, Randy
