Adrian Aichner writes:
>>>>> "David" == David Masterson
<dmaster(a)synopsys.com> writes:
>>>>> "David" == David Masterson
<David.Masterson(a)synopsys.com> writes:
>> System Info to help track down your bug:
>> ---------------------------------------
>> OS version:
>> Microsoft Windows 2000 [Version 5.00.2195]
>> OS: Windows_NT
David> Where does XEmacs attempt to get this information from?
xemacs.mak gets it at build-time by use of of the Windows command VER:
installation::
@echo OS version:>$(XEMACS)\Installation
@ver >> $(XEMACS)\Installation
@type >> $(XEMACS)\Installation <<
!if defined(OS)
OS: $(OS)
!endif
Perhaps it should attempt to run 'ver' and get '%OS%' at runtime
rather than at build time. Or, if it can't run 'ver' at runtime,
perhaps it should say "Build OS" (for 'ver') and "Runtime OS"
(for
'%OS%' which should be gotten at runtime).
--
David Masterson David DOT Masterson AT synopsys DOT com
Sr. R&D Engineer Synopsys, Inc.
Software Engineering Sunnyvale, CA