Wie man C++ "fatal error: INIReader.h: No such file or directory" auf Ubuntu behebt
Problem:
Beim Versuch, Ihr C++-Projekt zu kompilieren, sehen Sie eine Fehlermeldung wie
ini_error.txt
minio-cpp/include/providers.h:19:10: fatal error: INIReader.h: No such file or directory
19 | #include <INIReader.h>
| ^~~~~~~~~~~~~
compilation terminated.Lösung
Sie müssen die inih-Bibliothek installieren. Auf Ubuntu oder Debian können Sie dies tun mit
install_libinih.sh
sudo apt -y install libinih-devCheck out similar posts by category:
C/C++, GCC Errors
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow