Subject: | Get NMAKE U1077 error when trying to build Tk 804.029 |
I have Strawberry Perl 5 version 12 subversion 3 installed on Win7
laptop. I tried to manually install the Tk Module (since the Corporate
Network I am connected to blocks the FTP Port) on my laptop, but it
failed when I ran the NMAKE command. The error I got was:
syntax error at -e line 1, near "'755')
"
Missing right curly or square bracket at -e line 1, at end of line
Execution of -e aborted due to compilation errors.
NMAKE : fatal error U1077: 'C:\Windows\system32\cmd.exe' : return code
+ '0xff'
Stop.
[download]
Here are lines 748 to 769 from the Makefile file that Makefile.PL
generated for the Tk install (Tk-804.029):
# --- MakeMaker linkext section:
linkext :: $(LINKTYPE)
$(NOECHO) $(NOOP)
# --- MakeMaker dlsyms section:
Tk.def: Makefile.PL
$(PERLRUN) -MExtUtils::Mksymlists \
-e "Mksymlists('NAME'=>\"Tk\", 'DLBASE' => '$(BASEEXT)', 'DL_FUNC
+S' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
# --- MakeMaker dynamic section:
dynamic :: $(FIRST_MAKEFILE) $(INST_DYNAMIC) $(INST_BOOT)
$(NOECHO) $(NOOP)
[download]
Any ideas what I can do to fix this error so I can get Tk successfully
installed on my laptop? Thanks for your time and consideration, dd