Update glew to version 2.1.0 for windows #13
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
glew のバージョンを 2.1.0 に更新しました。
32bit環境のテストエラーは #12 と同様です。
(それほど動作に影響はないようです)
<テスト結果>
OS : Windows 8.1 (64bit)
Gauche : コミット e944892 + 変更
開発環境1 : MSYS2/MinGW-w64 (64bit) (gcc version 7.3.0 (Rev2, Built by MSYS2 project))
make check ==> passed.
開発環境2 : MSYS2/MinGW-w64 (32bit) (gcc version 7.3.0 (Rev2, Built by MSYS2 project))
make check
Testing gl.math3d ... failed.
discrepancies found. Errors are:
test 2vtest #,(vector4f 1 1 0 0) #,(vector4f 1 1 0 0): expects #,(vector4f 0.707107 0.707107 0 0) => got #,(vector4f 0.707292 0.706922 0 0)
test 2vtest #,(vector4f 1 1 0 0) #,(vector4f 1 1 0 0): expects #,(vector4f 0.707107 0.707107 0 0) => got #,(vector4f 0.707292 0.706922 0 0)
開発環境3 : MinGW.org (32bitのみ) (gcc version 6.3.0 (MinGW.org GCC-6.3.0-1))
Testing gl.math3d ... failed.
discrepancies found. Errors are:
test 2vtest #,(vector4f 1 1 0 0) #,(vector4f 1 1 0 0): expects #,(vector4f 0.707107 0.707107 0 0) => got #,(vector4f 0.707292 0.706922 0 0)
test 2vtest #,(vector4f 1 1 0 0) #,(vector4f 1 1 0 0): expects #,(vector4f 0.707107 0.707107 0 0) => got #,(vector4f 0.707292 0.706922 0 0)