Hi,
You must have a C++ compiler available from the command line.
-> add the path to cl.exe and nmake.exe to your PATH environement
variable (something like C:\Program Files\Microsoft Visual
Studio .NET\Vc7\bin)
Your LIB and INCLUDE variables may need to be updated too.
Thierry
--- In claireprogramminglanguage@yahoogroups.com, "picander77"
<picander77@y...> wrote:
> Hello to all of you:
>
> I got a quite simple but naive problm, i think:
>
> I do have windows xp and downloaded claire version 3.3
>
> 1. I unzipped the files on "C:\CLAIRE3_HOME"
>
> 2. I created under windows xp an environment variable:
> - control panel\system\advanced\environment variables\
> CLAIRE3_HOME = C:\CLAIRE3_HOME
>
> 3. I do an nmake and get the following error:
> "
> C:\CLAIRE>nmake -f makefile.nt
>
> Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>
> cl -c /IC:\CLAIRE\include /DCLWIN /DCLPC /O2 /FoC:\CLAIRE\
> bj /Tp C:\CLAIRE\csrc\Clalloc.cpp
> 'cl' is not recognized as an internal or external command,
> operable program or batch file.
> NMAKE : fatal error U1077: 'cl' : return code '0x1'
> Stop.
> "
>
> Maybe I did something wrong...
> Help!!!