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

make build options.c with VS2008 compiler #364

Merged
merged 1 commit into from
Apr 28, 2014

Conversation

jun66j5
Copy link
Contributor

@jun66j5 jun66j5 commented Apr 28, 2014

Cannot build options.c in pygit2 v0.20.3 with Visual Studio 2008 compiler. Patch makes build options.c with the compiler.

c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG "-IC:\Program Files\libgit2\include" -Iinclude -IC:\python\include -IC:\python\PC /Tcsrc\options.c /Fobuild\temp.win32-2.6\Release\src\options.obj
options.c
src\options.c(47) : error C2143: syntax error : missing ';' before 'type'
...

@jdavid jdavid merged commit c68de8e into libgit2:master Apr 28, 2014
@jun66j5 jun66j5 deleted the v0.20.3-vs2008 branch April 28, 2014 16:50
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

Successfully merging this pull request may close these issues.

2 participants