Closed hackervera closed 6 years ago
Huh, okay.
Try clearing out the build directory and replacing line 4 of CMakeLists.txt with
target_link_libraries(ferret ui pthread)
then run build.sh again and see if that works.
Also, what distro are you on?
Arch linux
Cool, I was thinking of trying out an Arch VM anyway so I'll have a look. Did adding that line to CMakeLists.txt work?
I've updated the CMakeLists.txt to make libpthread available and tested it in the Arch VM, so it should build now. lmk if it's still not working on your system.
Closing this for now.