C++ brew install library not found during compile (OSX) #6325
-
Hi! Running on a macbook air 15" 2023 trying to run a simple text manipulation program. I added cryptopp through homebrew but the library isn't found when i compile my code. Xcode is up-to date, discovered if that's not there, then nothing works. I don't use Xcode because the keyboard short cuts are different than what i'm used to. I'm used to coding in sublime for my job so that's what i'm using. I can see that the library is installed in my cellar, but it can't be found. Currently not using cmake because i'm not sure how to use it. I manage the very small number of files used for this project in a perl script. I ran into a similar issue when i tried to use pybind/python.h to use that for decoding text. I added the Cellar manually to my PATH but that didn't change the results. Please help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You probably need to add |
Beta Was this translation helpful? Give feedback.
This minimal example works for me:
Can you share what commands you are using to compile your code? What specific errors have you encountered?