Changes between Initial Version and Version 1 of Ticket #43802, comment 2
- Timestamp:
- May 24, 2014, 6:55:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43802, comment 2
initial v1 1 I would suspect that the MacPorts glew package is the obvious candidate for the offender as the errors are related to shaders which is part of glew and the package has been changed several times in the last two weeks. Can you try reverting back t o a glew 1.3.3? I don't see any problems with the pymol package that I maintain on fink against the fink 1.10.0 glew so the breakage is specific to the MacPorts build of glew. On fink, we are building glew with clang on 10.6 and later (and with gc-4.2 on 10.5 and earlier). The build is done as…1 I would suspect that the MacPorts glew package is the obvious candidate for the offender as the errors are related to shaders which is part of glew and the package has been changed several times in the last two weeks. Can you try reverting back through the earlier revisions glew to confirm which release and revision was last work for you? I don't see any problems with the pymol package that I maintain on fink against the fink 1.10.0 glew so the breakage is specific to the MacPorts build of glew. On fink, we are building glew with clang on 10.6 and later (and with gcc-4.2 on 10.5 and earlier). The build is done as… 2 2 3 3 make GLEW_DEST=%p GLEW_APPLE_GLX=1 CC=$CC LD=$CC