Actually the problem is at my end Cygwin v 1.0 does not come with autoheader, and automake etc. I have not not installed it myself yet, therefore I was using old Makefiles.... sorry
Suhaib "Suhaib M. Siddiqi" wrote: > > The following should be added back to src/exec/dpexec/dxmain.c > > #include "distp.h" > > /* someone removed COPYRIGHT_STRING and DXD_COPYRIGHT_STRING in */ > /*ExCopyright which is undeclared. Added back - Suhaib*/ > > #define DXD_COPYRIGHT_STRING \ > "\nCopyright International Business Machines Corporation 1991,1998.\n \ > All rights reserved.\n\n" > This error disappear after having done the autoheader command, and configure at least for the linux. from include/dxconfig.h #define DXD_COPYRIGHT_STRING "Open Visualization Data Explorer\nMore Info at www .research.ibm.com/dx\nand www.opendx.org\nVersion - 4.0.9"
