Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 4 years ago

Language

C++

Compiler

gcc 11.1.0

Options
Optimization
Boost 1.76.0
C++2b(GNU)
no pedantic

Author

anonymous

almost 4 years ago

input.txt

$ g++ prog.cc -O2 -march=native -I/opt/wandbox/boost-1.76.0/gcc-11.1.0/include -std=gnu++2b
prog.cc:5:10: fatal error: glm/glm.hpp: No such file or directory
    5 | #include <glm/glm.hpp>
      |          ^~~~~~~~~~~~~
compilation terminated.
Exit Code:
1