Yes, that is new. I added it. It looks as though a new line got hosed. The result from local.mk should have been:

/^$/{
N
/^\n$/D
}

Can you try replacing the following line:

@echo "/^\n$$D/" >> stripl.sed

with

@echo "/^\\n$$D/" >> stripl.sed

and report back to me?

David

Jeff Braun:
 |Mark Bolstad:
 |
 |> I've been trying to get a fresh update from the CVS, and it is hanging
 |> in the dx/help download. Anybody else having problems?
 |
 |No problems here.

     Here's a CVS build report from another IRIX user.  4/4 CVS built
without a hitch, but not 4/19.

   rm -f dx.mdf
   cp ./dxmdf.src tmp.c
/bin/cc -mips4 -n32 -E -DHAVE_CONFIG_H -I. -I. -I../../../include -DCPLUSPLUS_UI -DEXECUTIVE_MODS tmp.c > dx.mdf
   cat dx.mdf |sed "/^#/d" > tmp.mdf
   cat tmp.mdf |sed -f stripl.sed > dx.mdf
   sed: command garbled: /^
   gmake[3]: *** [dx.mdf] Error 2
gmake[3]: Leaving directory `/scratch/ethyl/rhh/BUILD/dx-cvs-20010419/src/exec/dxmods'

This logic looks new.  Here's stripl.sed btw:

   > cat src/exec/dxmods/stripl.sed
   /^$/{
   N
   /^
   $/D
   }

Randy

--
Randall Hopper (mailto:[EMAIL PROTECTED])
Lockheed Martin Operation Support
EPA Scientific Visualization Center
US EPA MD/24 ERC-1A; RTP, NC 27711


--
.............................................................................
David L. Thompson                          The University of Montana
mailto:[EMAIL PROTECTED]                 Computer Science Department
http://www.cs.umt.edu/u/dthompsn           Missoula, MT  59812
                                           Work Phone : (406)257-8530

Reply via email to