Skip to content

Instantly share code, notes, and snippets.

@konn
Created November 28, 2014 11:36
Show Gist options
  • Save konn/e4370a5d129df904a997 to your computer and use it in GitHub Desktop.
Save konn/e4370a5d129df904a997 to your computer and use it in GitHub Desktop.
Errors
$ ./test
ERROR: 0:11: 'attribute' : syntax error syntax error
ERROR: 0:8: 'varying' : syntax error syntax error
ERROR: One or more attached shaders not successfully compiled
ClientAPI'OpenGL
OpenGL Version: 4.1.0
ContextRobustness'NoRobustness
Forward compat: True
Debug context: False
OpenGLProfile'Core
$ ./examples/hello-world
ERROR: 0:11: 'attribute' : syntax error syntax error
ERROR: 0:8: 'varying' : syntax error syntax error
ERROR: One or more attached shaders not successfully compiled
ClientAPI'OpenGL
OpenGL Version: 4.1.0
ContextRobustness'NoRobustness
Forward compat: True
Debug context: False
OpenGLProfile'Core
hello-world: ./Data/Vector/Generic.hs:249 ((!)): index out of bounds (43676,43676)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment