michaelb/sniprun

C+OpenGL ERROR

chenhui2016 opened this issue · 1 comments

Describe the language you want support for (compiler, specificities)
I'd like an interpreter for OpenGL that uses

The following is a configuration file for OpenGL in C language.
image
When I run the following error with SnipRun, but there is no problem with terminal compilation and operation, how should I solve it?
image

well, not excluding other potential issues, but for starters the "compilation_options" configuration field doesn't exist.

You should have better results adding your flags to the compiler argument itself, as shown in this example wiki, though I agree it can be non-obvious