We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grep: invalid option -- P usage: grep [-abcdDEFGHhIiJLlMmnOopqRSsUVvwXxZz] [-A num] [-B num] [-C[num]] [-e pattern] [-f file] [--binary-files=value] [--color=when] [--context[=num]] [--directories=action] [--label] [--line-buffered] [--null] [pattern] [file ...] expr: syntax error Using compiler: g++ version mkdir -p build/./src/ g++ -DMACOS -I./src -I./src/tl -I./src/nlohmann -I./src/liboai -I./src/liboai/core -I./src/liboai/include -I./src/liboai/include/core -I./src/liboai/include/components -I./src/liboai/components -I./src/treehh -I./src/toml++ -I./src/toml++/impl -I/opt/homebrew/Cellar/poppler/24.04.0_1/include/poppler/cpp -I/opt/homebrew/Cellar/poppler/24.04.0_1/include/poppler -MMD -MP -std=c++20 -Wall -Wextra -O3 -march=native -c src/tool_registry.cpp -o build/./src/tool_registry.cpp.o In file included from src/tool_registry.cpp:1: In file included from src/tool_registry.h:3: src/core.h:36:10: fatal error: 'fmt/core.h' file not found 36 | #include <fmt/core.h> | ^~~~~~~~~~~~ 1 error generated. make: *** [build/./src/tool_registry.cpp.o] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
grep: invalid option -- P
usage: grep [-abcdDEFGHhIiJLlMmnOopqRSsUVvwXxZz] [-A num] [-B num] [-C[num]]
[-e pattern] [-f file] [--binary-files=value] [--color=when]
[--context[=num]] [--directories=action] [--label] [--line-buffered]
[--null] [pattern] [file ...]
expr: syntax error
Using compiler: g++ version
mkdir -p build/./src/
g++ -DMACOS -I./src -I./src/tl -I./src/nlohmann -I./src/liboai -I./src/liboai/core -I./src/liboai/include -I./src/liboai/include/core -I./src/liboai/include/components -I./src/liboai/components -I./src/treehh -I./src/toml++ -I./src/toml++/impl -I/opt/homebrew/Cellar/poppler/24.04.0_1/include/poppler/cpp -I/opt/homebrew/Cellar/poppler/24.04.0_1/include/poppler -MMD -MP -std=c++20 -Wall -Wextra -O3 -march=native -c src/tool_registry.cpp -o build/./src/tool_registry.cpp.o
In file included from src/tool_registry.cpp:1:
In file included from src/tool_registry.h:3:
src/core.h:36:10: fatal error: 'fmt/core.h' file not found
36 | #include <fmt/core.h>
| ^~~~~~~~~~~~
1 error generated.
make: *** [build/./src/tool_registry.cpp.o] Error 1
The text was updated successfully, but these errors were encountered: