Navigation Menu

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

fix build error for VC++ 2013 #10

Merged
merged 1 commit into from Jun 30, 2014
Merged

Conversation

cosmo0920
Copy link
Member

fix following compilation error for VC++ 2013:

45>C:\mrnwork\powershell\work\source\include\mysql/psi/mysql_file.h(541):
error
C3861: 'fgets': identifier not found
...

fix following compilation error:
45>C:\mrnwork\powershell\work\source\include\mysql/psi/mysql_file.h(541):
error
C3861: 'fgets': identifier not found
...
@cosmo0920
Copy link
Member Author

Already fixed at ac20f8e.

@cosmo0920 cosmo0920 closed this Jun 30, 2014
@kou
Copy link
Member

kou commented Jun 30, 2014

No. The commit fixes this problem but it re-causes another problem. The another problem is build error with old MySQL. See https://travis-ci.org/mroonga/mroonga/jobs/28762516

So your change is needed!

@cosmo0920
Copy link
Member Author

Ok. I've reopend.

@cosmo0920 cosmo0920 reopened this Jun 30, 2014
kou added a commit that referenced this pull request Jun 30, 2014
fix build error for VC++ 2013

Patch by cosmo0920. Thanks!!!
@kou kou merged commit d791b3b into mroonga:master Jun 30, 2014
@kou
Copy link
Member

kou commented Jun 30, 2014

Thanks!
I've merged it!

@cosmo0920
Copy link
Member Author

Thank you for merging!

@cosmo0920 cosmo0920 deleted the fix-build-for-vc2013 branch June 30, 2014 23:49
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.

None yet

2 participants