yellowman has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to build Perl 5.8.8 from source using nmake and I am getting the following error:
My compiler is nmake from the MS Visual C++ Express Edition 2008NMAKE : fatal error U1077: 'C:\WINDOWS\system32\xcopy.EXE' : return co +de '0x4' Stop.
I have never built Perl from source before so I figured I would give it a shot.
nmake seems to work, nmake test also seems to work, nmake install fails with the above error
I can get it to skip the error by doing the install with the /I flag, but it looks like a partial install because it only installs wperl.exe and not perl.exe.
I can send my Makefile if you guys want to take a look...
Here are what some of the variables equal:
Any ideas?INST_DRV = c: INST_TOP = $(INST_DRV)\perl\5.8.8 CCTYPE = MSVC90FREE CCHOME = C:\Program Files\Microsoft Visual Studio 9.0\VC
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: NMAKE : fatal error U1077
by BrowserUk (Patriarch) on Sep 17, 2008 at 18:56 UTC | |
by yellowman (Initiate) on Sep 17, 2008 at 20:35 UTC | |
by syphilis (Archbishop) on Sep 18, 2008 at 02:42 UTC | |
by BrowserUk (Patriarch) on Sep 18, 2008 at 09:15 UTC | |
by syphilis (Archbishop) on Sep 18, 2008 at 10:23 UTC | |
|
Re: NMAKE : fatal error U1077
by dHarry (Abbot) on Sep 18, 2008 at 09:10 UTC |