You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When compiling MMVII in macOS I encountered following problem :
[100%] Linking CXX executable ../bin/MMVII
ld: library not found for -lX11
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I think it's because X11 is not installed in a classic folder under macOS so I modified the CMakeLists.txt at line 121 with :
Hello,
When compiling MMVII in macOS I encountered following problem :
I think it's because X11 is not installed in a classic folder under macOS so I modified the CMakeLists.txt at line 121 with :
if it is interesting for anyone else let me know.
The text was updated successfully, but these errors were encountered: