[Groonga-commit] [Still Failing] mroonga/mroonga#80 (master - eb218c5)

Back to archive index

Travis-CI notif****@travi*****
Thu Oct 4 19:31:16 JST 2012


Build Update for mroonga/mroonga
-------------------------------------

Build: #80
Status: Still Failing

Duration: 11 minutes and 15 seconds
Commit: eb218c5 (master)
Author: HAYASHI Kentaro
Message: * win32: don't use C99 variable length arrays for Visual Studio

refs #1496

g++ supports variable length arrays,
See http://gcc.gnu.org/onlinedocs/gcc/Variable-Length.html *1

VC++ currently does not support this feature.
See: http://msdn.microsoft.com/en-us/library/zb1574zs.aspx

For VC++, alloca function is suggested as replacement of VLA. *1
But alloca function is deprecated, _malloca is recommended to use.
See: http://msdn.microsoft.com/en-us/library/wb1s57t5%28v=vs.80%29.aspx

View the changeset: https://github.com/mroonga/mroonga/compare/09032ee614be...eb218c516b8e

View the full build log and details: http://travis-ci.org/mroonga/mroonga/builds/2662012

--

You can configure recipients for build notifications in your .travis.yml file. See http://bit.ly/lCybCJ

The delivery of this notification was kindly sponsored by Postmark. Send transactional email confidently using http://postmarkapp.com



-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the Groonga-commit mailing list
Back to archive index