Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

gcc HEAD 10.0.0 20190430 (experimental)

Options
Warnings
Optimization
Don't Use Boost
C++2a
no pedantic
Raw compiler options
-pedantic -pthread

Author

anonymous

about 6 years ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native -std=c++2a -pedantic -pthread
prog.cc:3:49: error: stray '`' in program
    3 | Perhaps you should add the directory containing `opencv4.pc'
      |                                                 ^
prog.cc:3:60: warning: missing terminating ' character
    3 | Perhaps you should add the directory containing `opencv4.pc'
      |                                                            ^
prog.cc:3:60: error: missing terminating ' character
prog.cc:5:12: warning: character constant too long for its type
    5 | No package 'opencv4' found
      |            ^~~~~~~~~
prog.cc:1:2: error: 'pkg' does not name a type
    1 |  pkg-config --libs --cflags opencv4
      |  ^~~
Exit Code:
1