Hi there! Trying to build off your work and test out the example you made. I am trying to build the backend but having some trouble. Can you tell me, did you ever have this error and manage to get past it?
[ 88%] Linking CXX executable OverLaid
ld: warning: directory not found for option '-L/opt/homebrew/lib'
Undefined symbols for architecture x86_64:
"_glfwGetX11Display", referenced from:
_main in main.cpp.o
"_glfwGetX11Window", referenced from:
_main in main.cpp.o
ld: symbol(s) not found for architecture x86_64
Hi there! Trying to build off your work and test out the example you made. I am trying to build the backend but having some trouble. Can you tell me, did you ever have this error and manage to get past it?