On Friday, November 9, 2012 5:39:32 PM UTC-5, skeept wrote: > Could anyone successfully compile vim in windows 8 with visual studio 12? > > I just installed the system yesterday, and I was trying to compile vim but I > am having issues. > > These are the steps: > first setting up the variables: > call "c:\Program Files (x86)\Microsoft Visual Studio > 11.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat" > > then > nmake -f Make_mvc.mak CPU=AMD64 GUI=yes > > this stops with the error: > Microsoft (R) Program Maintenance Utility Version 11.00.50727.1 > Copyright (C) Microsoft Corporation. All rights reserved. > > Make_mvc.mak(236) : fatal error U1052: file 'Win32.mak' not found > Stop. > > > I searched and found out that in windows 7 this file was under: > C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\Win32.Mak > > but with this in windows 8 I cannot find the file in the same folder (the > folder doesn't exist anymore). > > Any idea on how to solve this? > > Thanks!
Copying the mentioned file from the old location to vim source fixes this, should have thought of that before! Regards. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
