Skip to content
New issue

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

src/core.h:36:10: fatal error: 'fmt/core.h' file not found #21

Open
biznizai opened this issue Sep 16, 2024 · 0 comments
Open

src/core.h:36:10: fatal error: 'fmt/core.h' file not found #21

biznizai opened this issue Sep 16, 2024 · 0 comments

Comments

@biznizai
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant