Skip to content

Update glew to version 2.1.0 for windows #13

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

Merged
merged 1 commit into from
Sep 24, 2018
Merged

Conversation

Hamayama
Copy link
Contributor

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)

@shirok
Copy link
Owner

shirok commented Sep 24, 2018

Thanks!

@shirok shirok merged commit fd86779 into shirok:master Sep 24, 2018
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