This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
forked from tanakamura/waifu2x-converter-cpp
-
Notifications
You must be signed in to change notification settings - Fork 86
building tutorials cannot work on Mac OS Catalina 10.15 #204
Labels
Comments
Same issue on Mac OS 10.14.6 |
See #207 (comment) |
I tried this solution. Here is what i got
|
@fraemos Your issue might not actually be related to the original issue as you're actually on 10.14 i just noticed. It might be that the paths set in cmake are not where you have your libc++fs.a file. Search for it on your system I never worked with apple software/hw so I'm just guessing. |
Thanks for your reply. Finally it worked. Here is what helped me for Mac OS 10.14.6.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
building on Mac OS 10.15
while running "make -j4", following error happens
[ 89%] Linking CXX shared library libw2xc.dylib
ld: library not found for -lstdc++fs
clang-9: error: linker command failed with exit code 1 (use -v to see invocation)
after comment the line#77 'set(FILE_SYSTEM_LIB "c++fs")' and delete 'c++fs' on the line#365 'target_link_libraries(w2xc ${OPENCV_LIBRARIES} ${CMAKE_DL_LIBS} pthread c++ c++fs)', I found the build is successful
The text was updated successfully, but these errors were encountered: