-
Notifications
You must be signed in to change notification settings - Fork 33
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
Build Error ./src/core.h:30:10: fatal error: 'fmt/core.h' file not found #14
Comments
hi @0xE-acc could you share where you made the changes?
Also heres the info I have been trying to run on: |
Also here is the complete error I have been getting when I run make:
|
@rishi-wqd190004 apologies for the delay. Here's what that portion of my Makefile looks like. I just realized I added a second INC_FLAGS
|
on macos
fixed by specifying brew install paths in the makefile:
BREW_INC_DIR := /opt/homebrew/Cellar/fmt/10.2.1_1/include
BREW_LIB_DIR := /opt/homebrew/Cellar/fmt/10.2.1_1/lib
The text was updated successfully, but these errors were encountered: