Hi All,

I'm using "NMake Makefiles" and my attempt to run nmake failed with the following errors:

  Scanning dependencies of target hello
  [100%] Building CXX object CMakeFiles/hello.dir/hello.cpp.obj
  hello.cpp
  Linking CXX shared module hello.dll
  LINK : fatal error LNK1104: cannot open file
  'boost_python-vc90-mt-gd-1_39.lib'
  LINK Pass 1 failed. with 1104
  NMAKE : fatal error U1077: '"C:\Program Files\CMake 2.6\bin\cmake.exe"' :
  return
  code '0xffffffff'
  Stop.
  NMAKE : fatal error U1077: '"F:\Visual Studio\VC\BIN\nmake.exe"' : return
  code '
  0x2'
  Stop.
  NMAKE : fatal error U1077: '"F:\Visual Studio\VC\BIN\nmake.exe"' : return
  code '
  0x2'
  Stop.

  Does anyone have any idea? Any help will be appreciated.

  Nazia