Export to GitHub

tclkit - issue #22

permissions problem with nmakehlp.exe


Posted on Aug 24, 2012 by Happy Monkey

This is the second of three problems I encountered building tcl/tk 8.6.2b with kitgen 273ad4c... on Windows 7, using Visual Studio 2010.

The build fails because 8.x/thread/win/vc/nmakehlp.exe is stored in the git archive with the wrong permissions.

The following patch fixes the permissions problem.

Subject: [PATCH] fix file permission problem


8.x/thread/win/vc/nmakehlp.exe | Bin 65536 -> 65536 bytes 1 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 8.x/thread/win/vc/nmakehlp.exe

diff --git a/8.x/thread/win/vc/nmakehlp.exe b/8.x/thread/win/vc/nmakehlp.exe old mode 100644

new mode 100755

1.7.9

-Steve Tarr

Status: New

Labels:
Type-Defect Priority-Medium