bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

VMS Compilation and the variable.c module in make v3.79 and v3.79.1


From: David Grimberg
Subject: VMS Compilation and the variable.c module in make v3.79 and v3.79.1
Date: Mon, 01 Apr 2002 14:48:51 -0800

When I attempted to run the makefile.com process to bootstrap the make program it failed due to an undeclared identifier "listp" which only appears in the VMS specific portion of the lookup_variable function in this file and in the changelog file.
 
Commenting out the following line:
 
          if (listp)
            *listp = current_variable_set_list;
 
enables compilation to complete, but I don't know if their are other problems with this workaround.

Attachment: Medium Details.vcf
Description: Vcard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]