From octave-maintainers-request at bevo dot che dot wisc dot edu Thu May 16 09:40:56 2002 Subject: RE: daspk in CVS From: "Lippert, Ross A." To: "John W. Eaton" Cc: "octave-maintainers mailing list" Date: Thu, 16 May 2002 07:40:08 -0700 Still proceeding on the rebuilt, I not have a problem with the docs. It appears that some files under OPERATORS have gone missing or they have been removed, but not from the makefile. dsc154p.celera.com> gmake DOCSTRINGS egrep: can't open ./OPERATORS/op-bm-b.cc egrep: can't open ./OPERATORS/op-cell.cc egrep: can't open ./TEMPLATE-INST/Map-oct-obj.cc egrep: can't open ./OPERATORS/op-bm-b.cc egrep: can't open ./OPERATORS/op-cell.cc egrep: can't open ./TEMPLATE-INST/Map-oct-obj.cc making defaults.h from defaults.h.in defaults.h is unchanged making oct-conf.h from oct-conf.h.in oct-conf.h is unchanged making octave.d from octave.cc gmake-3.75-97: *** No rule to make target `OPERATORS/op-bm-b.cc', needed by `ops.cc'. Stop. -r -----Original Message----- From: John W. Eaton [mailto:jwe at bevo dot che dot wisc dot edu] Sent: Wednesday, May 15, 2002 1:07 PM To: Lippert, Ross A. Cc: octave-maintainers mailing list Subject: RE: daspk in CVS On 15-May-2002, Lippert, Ross A. wrote: | I do not think that the daspk directory has been added to the CVS main | branch. It does not show up either on the web-cvs or when I cvs update | my octave directory. However, the makefile and some stuff in liboctave | appear to be assuming it. I think it has already been added. If you are checking out a new copy, it should be there. If you are updating, try using "cvs update -d". jwe