-
Notifications
You must be signed in to change notification settings - Fork 353
Open
Description
Bug category
- [x ]bug - compilation error
- bug - compilation warning
- bug - runtime error
- bug - runtime warning
- bug - logic error
Describe the bug
When I try to compile there is an error of lack of archive "exports.h" in directory "matplot/detail/config.h".
Steps to Reproduce
# Your steps go here
mkdir build
cd build
cmake .. <options> -DCMAKE_BUILD_TYPE=Release
Output
# The output you got
[{
"resource": "/c:/mingw/lib/gcc/mingw32/6.3.0/include/c++/matplot/detail/config.h",
"owner": "cpptools",
"severity": 8,
"message": "matplot/detail/exports.h: No such file or directory",
"source": "gcc",
"startLineNumber": 11,
"startColumn": 36,
"endLineNumber": 11,
"endColumn": 36
}]
Platform
- cross-platform issue - linux
- [x ] cross-platform issue - windows
- cross-platform issue - macos
Environment Details:
- OS: Windows
- OS Version: 10
- Compiler: g++
- Compiler version:
Additional context
Metadata
Metadata
Assignees
Labels
No labels