Re: [opendx-dev] IRIX dxexec build errors

2000-06-09 Thread Jeff Braun
Yes there are zero byte c files, however, whan I try to make them, I get: sed -e 's/[ ][ ]*\$/ $/' buffer.Z __buffer.c /bin/sh: CPP@: not found I can do it by hand using the local.mk, but what needs to be done to correct the above problem. Some missing symbols still exists, but I am

Re: [opendx-dev] IRIX dxexec build errors

2000-06-09 Thread Peter Daniel Kirchner
Yeah, I guess this was hardcoded by mistake, use cc -E or gcc -E in the meantime. Jeff Braun wrote: Yes there are zero byte c files, however, whan I try to make them, I get: sed -e 's/[ ][ ]*\$/ $/' buffer.Z __buffer.c /bin/sh: CPP@: not found I can do it by hand using the

Re: [opendx-dev] IRIX dxexec build errors

2000-06-09 Thread Jeff Braun
Yes - that solved the problem. I actually had to make the change in Makefile.in. Jeff On Fri, 9 Jun 2000, Peter Daniel Kirchner wrote: sorry about the last message. in libdx/Makefile where it says include local.mk.in change that to include local.mk Jeff Braun wrote: Yes there are

[opendx-dev] dx/src/exec/libdx lock.c

2000-06-09 Thread David Thompson
Update of /src/master/dx/src/exec/libdx In directory opendx.watson.ibm.com:/tmp/cvs-serv27656/src/exec/libdx Modified Files: lock.c Log Message: Adding Randall Hopper's lock optimization features. In short, it disables all locks when dxexec is running in single process mode. The

[opendx-dev] dx/src/exec/dpexec dxmain.c

2000-06-09 Thread David Thompson
Update of /src/master/dx/src/exec/dpexec In directory opendx.watson.ibm.com:/tmp/cvs-serv27656/src/exec/dpexec Modified Files: dxmain.c Log Message: Adding Randall Hopper's lock optimization features. In short, it disables all locks when dxexec is running in single process mode. The

[opendx-dev] dx/include/dx advanced.h

2000-06-09 Thread David Thompson
Update of /src/master/dx/include/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv27656/include/dx Modified Files: advanced.h Log Message: Adding Randall Hopper's lock optimization features. In short, it disables all locks when dxexec is running in single process mode. The environment

[opendx-dev] dx/fonts gothicger_t.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv36238 Modified Files: gothicger_t.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts gothicit_t.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv43946 Modified Files: gothicit_t.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts greek_d.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv46280 Modified Files: greek_d.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts pitman.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv15342 Modified Files: pitman.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts greek_s.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv45734 Modified Files: greek_s.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts italic_t.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv8366 Modified Files: italic_t.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts roman_ext.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv10622 Modified Files: roman_ext.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts roman_dser.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv46298 Modified Files: roman_dser.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/src/exec/dpexec Makefile.am

2000-06-09 Thread gda
Update of /src/master/dx/src/exec/dpexec In directory opendx.watson.ibm.com:/tmp/cvs-serv46312 Modified Files: Makefile.am Log Message: use substitution to hide include local.mk until make itself

[opendx-dev] dx/src/exec/dxmods Makefile.am

2000-06-09 Thread gda
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv33584 Modified Files: Makefile.am Log Message: use substitution to hide include local.mk until make itself

[opendx-dev] dx configure.in

2000-06-09 Thread gda
Update of /src/master/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv33598 Modified Files: configure.in Log Message: use substitution to hide include local.mk until make itself

[opendx-dev] dx/src/exec/libdx Makefile.am

2000-06-09 Thread gda
Update of /src/master/dx/src/exec/libdx In directory opendx.watson.ibm.com:/tmp/cvs-serv30844 Modified Files: Makefile.am Log Message: use substitution to hide include local.mk until make itself

Re: [opendx-dev] IRIX dxexec build errors

2000-06-09 Thread gabra
I think I've fixed this. The problem boiled down to when an include in a Makefile.am actually happened. On some systems (our AIX boxes) the include makes it all the way into Makefile, and is performed by make, so the configured local.mk ought to be included. On other systems (eg. my cygwin)

[opendx-dev] dx/fonts script_d.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv30876 Modified Files: script_d.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts roman_tser.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv17024 Modified Files: roman_tser.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] dx/fonts script_s.dx

2000-06-09 Thread David Thompson
Update of /src/master/dx/fonts In directory opendx.watson.ibm.com:/tmp/cvs-serv24390 Modified Files: script_s.dx Log Message: Fix corrupted fonts after making sticky bit binary

[opendx-dev] Fonts corrected--read to update

2000-06-09 Thread David L. Thompson
The fonts should now all be binary marked so we shouldn't run into problems between platforms. Make sure to update your cvs tree with the -A flag; for example cvs update -A dx This will ensure that you get the binary sticky bit set in your local cvs tree. David --

[opendx-dev] dx/src/exec/dxmods import_ncdf.c

2000-06-09 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv46096 Modified Files: import_ncdf.c Log Message: Make the include for netcdf not within a subdirectory.