Closed georgbuechner closed 1 year ago
Systeminfo: 5.15.28-1-MANJARO pip version: pip 21.0 from /usr/lib/python3.10/site-packages/pip (python 3.10) gcc version: gcc (GCC) 11.2.0 Conan version 1.47.0
It seemed like this worked, after removing and then manually installing:
conan remove ncurses
And then
cd build
conan install .. --build=missing
EDIT: afterwards, finish the makefile steps:
cmake ..
make -j
To be honest, I have no idea why this is working and why it does not work right away. I'm currently trying to fix this in the makefile
Okay, I'm still confused on where this issue comes from, but I figured there's an even easyier solution:
conan remove ncurses
rm -rf build
make build
make setup
Okay this issue should be fixxed now and make install
should work as expected, so non of the previously mentioned fixes should be needed. However, if you have been experiencing this issue before, you shoud remove ncures (conan remove ncurses
) and delete the created build folder (rm -rf build
).