Im trying to build V5 C++ code but it cant access the libtinfo.so.5 library for some reason. Ive tried editing the c_pp_properties file for linux and I still cant seem to get it to work. Ive verified I have libtinfo.so.5 installed.
`unix build for platform vexv5 on Linux x86_64
CXX src/robot-config.cpp
clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
make: *** [build/src/robot-config.o] Error 127
vex/mkrules.mk:11: recipe for target ‘build/src/robot-config.o’ failed
Build Failed: Make process closed with exit code: 2`
Log
unix build for platform vexv5 on Linux x86_64
CXX src/main.cpp
clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
make: *** [build/src/main.o] Error 127
vex/mkrules.mk:11: recipe for target 'build/src/main.o' failed
Build Failed: Make process closed with exit code: 2
Ok? It’s an older version of the ncurses library (newest is 6.4), why would it matter if it has been updated recently or not? Did it solve your problem?