<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I am using cmake version 2.8.1.<br>
<br>
I have found my problem (not quite) I need to check the "replace native
environment with specified environment" radio button on the
properties/"C/C++ Make Project" page which is on the Environment tab of
this page.&nbsp; Is there a way to set this radio button from my
CMakeLists.txt file?<br>
<br>
It appears the "append environment to native environment" doesn't work
as written on the tin.&nbsp; I have one environment variable that I use from
the global environment space that would be handy to have access to.<br>
<br>
I can not see the full path to nmake anywhwere, in the .cproject of
.project files, just nmake.<br>
<br>
Hugh.<br>
<br>
Alexander Neundorf wrote:
<blockquote cite="mid:201006212131.33394.a.neundorf-work@gmx.net"
 type="cite">
  <pre wrap="">On Friday 11 June 2010, Hugh Sorby wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I am attempting to use Eclipse Galileo with CDT version 6.0.2 on windows
7 to do software development on.  But I am unable to build the
software.  I am getting the following message in the console window in
Eclipse.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Which version of cmake are you using ?

  </pre>
  <blockquote type="cite">
    <pre wrap="">Error launching builder (nmake all )
(Cannot run program "nmake": Launching failed)

Consequently nothing gets built.  Can anyone give me pointers as to what
might be going wrong.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hmm, this is when trying to build one of the targets created in the target-tab 
of Eclipse, right ?
These are generated by cmake and usually they should contain the full path to 
the (n)make.

Does nmake itself need to find any special dll's when executed ?
I mean, is the problem that nmake is not found or that nmake doesn't find some 
dlls it needs ?

Alex
  </pre>
</blockquote>
</body>
</html>