Thursday, July 30, 2009

I m trying to run this command on windows command prompt and getting errors as follows..?

C:\Festival\speech_tools%26gt;NMAKE /nologo /FVCMakefile


Config not checked for VC


building in .\siod


cl /nologo /DSYSTEM_IS_WIN32=1 /DINSTANTIATE_TEMPLATES=1 /DSUPPORT_EDITLINE=1 /DSUPPORT_MPLAYER=1 /D


SUPPORT_WIN32AUDIO=1 /Yd /Zi /I../include /c /Tpslib.cc /Foslib.obj


'cl' is not recognized as an internal or external command,


operable program or batch file.


NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1'


Stop.


NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x2'


Stop.

I m trying to run this command on windows command prompt and getting errors as follows..?
it looks as if you're making a call to a command called "cl". This command is evidently not present in the working directory. Go to start, then search, and search for cl.exe. If it's not found, then you need to check the documentation for the application that you are attempting to run.
Reply:dont know if this works but you could try going to RUN or Task Manager/New Task and typing in CMD





CMD is command prompt





dont know if it would work but its another way in
Reply:cl is the name of the compiler. The cl.exe program needs to be in your PATH environment variable. You can do a search for it. If you have a C:\bin or C:\usr\bin directory, check there.





You can change your path with a command such as





set PATH=%PATH%;C:\bin;C:\usr\bin;





The above command line adds C:\bin and C:\usr\bin to your path.

balsam

No comments:

Post a Comment