%% [EMAIL PROTECTED] writes:

  z>           if (listp)
  z> ..............^
  z> %CC-E-UNDECLARED, In this statement, "listp" is not declared.
  z> at line number 204 in file DISK$USER:[ZINSER.TMP.MAKE]variable.c;3

  z> ---> This is really serious since it does cause the compilation 
  z>      to fail entirely. Since listp does not seem to be used really
  z>      in the code my current workaround is to put in in comments
  z>      (this is a OpenVMS specific section of the code anyhow).
  z>      Maybe Harmut can suggest a  better solution for this issue. 

Nope, you have the right fix.  This change has been in the CVS sources
for a long time now.  That code was obsolete but I forgot to remove it
from the VMS-only section.  I can't build for VMS so I just didn't
notice it.


The next release of GNU make is imminent and I'd really appreciate it if
you could try it out on VMS for me before it goes out the door; you can
get the Release Candidate 2 package here:

  ftp://alpha.gnu.org/gnu/make/make-3.80rc2.tar.gz

(or .bz2 whichever you prefer).

It would be great to get a sanity test on VMS for this release before
the fact.  Thanks!

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to