Advertisement
mbnoimi

Building Wt using winstng (VS2010)

Jan 7th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Microsoft Windows [Version 6.1.7600]
  2. Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
  3.  
  4. C:\Users\user>cd /d E:\Wt\winstng\build
  5. The system cannot find the path specified.
  6.  
  7. C:\Users\user>cd /d E:\Wt\winstng\
  8.  
  9. E:\Wt\winstng>winst
  10. *******************************************************
  11. *                  Wt bootstrapper                    *
  12. *******************************************************
  13. Downloading into E:\Wt\winstng/downloads
  14. Downloading wget...
  15. Downloading unzip...
  16. Downloading CMake...
  17. Setting up prerequisites...
  18. Setting up unzip...
  19. Setting up CMake...
  20. Bootstrapping...
  21. -- Building for: Visual Studio 10
  22. -- The C compiler identification is MSVC 16.0.30319.1
  23. -- The CXX compiler identification is MSVC 16.0.30319.1
  24. -- Check for working C compiler using: Visual Studio 10
  25. -- Check for working C compiler using: Visual Studio 10 -- works
  26. -- Detecting C compiler ABI info
  27. -- Detecting C compiler ABI info - done
  28. -- Check for working CXX compiler using: Visual Studio 10
  29. -- Check for working CXX compiler using: Visual Studio 10 -- works
  30. -- Detecting CXX compiler ABI info
  31. -- Detecting CXX compiler ABI info - done
  32. -- Configuring done
  33. -- Generating done
  34. -- Build files have been written to: E:/Wt/winstng/build
  35. E:\Wt\winstng\build>nmake
  36.  
  37. Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
  38. Copyright (C) Microsoft Corporation.  All rights reserved.
  39.  
  40. NMAKE : fatal error U1064: MAKEFILE not found and no target specified
  41. Stop.
  42.  
  43. E:\Wt\winstng\build>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement