我如何使用MS的C ++防爆preSS 2008年建立统一的Perl code ::地图上的Windows? [英] How do I use MS C++ Express 2008 to build Perl Unicode::Map on Windows?

查看:315
本文介绍了我如何使用MS的C ++防爆preSS 2008年建立统一的Perl code ::地图上的Windows?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在试图使统一code-MAP-0.112模块,但遇到错误,为0x1',这显然是与使用 NMAKE 。我试图按照有关Perl僧侣的建议,即 http://www.perlmonks.org/?node_id=434813

但是,我不能,因为我是在Windows机器上没有网络连接使用ppm的的能力,唯一的其它机器是Mac。事实证明,MS C ++防爆preSS 2008安装在机器上,所以我我就可以用它来得到过去的错误?

更多错误的详细信息:

  CL -c  -  NOLOGO  -  GF -W3 -MD ...'CL'不被识别为一个内部...命令
操作PROGRAME或批处理文件
NMAKE:致命错误U10777CL:回归code'为0x1
停止


解决方案

该错误是说cl.exe时是不是在你的路径。我不记得如果EX preSS SKU有一个Visual Studio命令提示符,或不(检查你的开始菜单)。

如果不只是找到cl.exe时(假设它是c:\\路径\\为\\ vstools \\ cl.exe时),并做一些事情,如:

设置PATH =%PATH%; C:\\路径\\为\\ vstools

I am currently trying to make the Unicode-Map-0.112 module, but encounter an error, '0x1', that is evidently related to using nmake. I tried to follow suggestions on Perl Monks, i.e. http://www.perlmonks.org/?node_id=434813

However, I am unable to use ppm's capabilities because I am on a Windows machine without a network connection, and the only other machine is a Mac. It turns out that MS C++ Express 2008 is installed on the machine, so I would I be able to use it to get past the error?

More error details:

cl -c - nologo - GF -W3 -MD...

'cl' is not recognized as an internal...command
operable programe or batch file
NMAKE: fatal error U10777 'cl' : return code '0x1'
Stop

解决方案

The error is saying that cl.exe is not in your path. I don't recall if the Express SKU has a "Visual Studio Command Prompt" or not (check your start menu).

If not just find cl.exe (let's say it is c:\path\to\vstools\cl.exe) and do something like:

set PATH=%PATH%;c:\path\to\vstools

这篇关于我如何使用MS的C ++防爆preSS 2008年建立统一的Perl code ::地图上的Windows?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆