Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile in Windows #58

Closed
rickywu opened this issue Jun 8, 2013 · 3 comments
Closed

Compile in Windows #58

rickywu opened this issue Jun 8, 2013 · 3 comments

Comments

@rickywu
Copy link

rickywu commented Jun 8, 2013

I can't compile with VC 2005:
-Fdautoload\ -Foautoload\ autoload\proc_w32.c
'-Fdautoload' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: '-Fdautoload' : return code '0x1'
Stop.

But I can compile in Cygwin.

Thanks

@Shougo
Copy link
Owner

Shougo commented Jun 9, 2013

Can you build vimproc in "make_msvc32.mak"?
I think you tried it in "Make_msvc.mak".
"Make_msvc.mak" is not supported old version of Visual Studio.

@Shougo
Copy link
Owner

Shougo commented Jun 9, 2013

You must build like this:

 $ SET INCLUDE=%INCLUDE%;C:\Program Files\Microsoft SDKs\Windows\v7.1\Include
 $ SET LIB=%LIB%;C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib
 $ nmake -f make_msvc32.mak

@rickywu
Copy link
Author

rickywu commented Jun 9, 2013

Thanks, I found should use VS command prompt to setup environment and issue nmake command, just setup INCLUDE and LIB not work in VC 2008.

@Shougo Shougo closed this as completed Jun 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants