Closed joachimmetz closed 1 year ago
Improvements to msi build target:
./setup.py --user-access-control=auto bdist_wininst
Notes on pywin32 support: error: command 'mc.exe' failed: No such file or directory
error: command 'mc.exe' failed: No such file or directory
cl : Command line warning D9024 : unrecognized source file type '3.0', fatal error C1083: Cannot open source file: '3.0': No such file or directory
cl : Command line warning D9024 : unrecognized source file type '3.0',
fatal error C1083: Cannot open source file: '3.0': No such file or directory
Some ideas for enhancements
Moved msvscpp-convert related issues to https://github.com/log2timeline/l2tdevtools/issues/25
Python 3.11 deprecated bdist_msi closing issue as obsolete
Improvements to msi build target:
fix rebuild of existing coverage - has -py2.7 suffixvs2010 build defaults to vs2008 on the first run?VS 2015 supportset up zlib sourcefix rebuild of existing pefile (version number breaks build_msi only supports x.y.z)solved by patch supportupstream fix still pendingfix missing build dependency libcryptoadd support for libyal new setup.pyUpdate documentationfix dateutil (re)build - something to do with setuptools version?https://codereview.appspot.com/341240043/Make changes to stop GNU patch.exe to have admin access- patch currently not used./setup.py --user-access-control=auto bdist_wininst
, also see: https://docs.python.org/2/distutils/builtdist.htmlNotes on pywin32 support:
error: command 'mc.exe' failed: No such file or directory
cl : Command line warning D9024 : unrecognized source file type '3.0',
fatal error C1083: Cannot open source file: '3.0': No such file or directory
Some ideas for enhancements