Sujet : Tcl 9 Build failure using Visual Studio 2022
De : mssr953 (at) *nospam* gmail.com (Michael Soyka)
Groupes : comp.lang.tclDate : 10. Oct 2024, 18:07:52
Autres entêtes
Organisation : self
Message-ID : <ve91l8$37ono$1@dont-email.me>
User-Agent : Mozilla Thunderbird
I've downloaded the tcl900-src.zip file from SourceForge and am trying to build it using the "buildall.vc.bat" script with Visual Studio 2022. Other than defining INSTALLDIR, I've changed nothing. The executables and packages appear to build without error but not the help files which fail like so:
: make-manpage-section: not table of contents.
NMAKE : fatal error U1077: 'win\Debug_VC1941\tclsh90.exe win\..\tools\tcltk-man2html.tcl "--htmldir=win\Debug_VC1941\html"' : return code '0x1'
Stop.
*** BOOM! ***
DONE!
Note that I've shortened the paths in the above error message for clarity.
Can anyone help?
-mike