You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XLSXIO_READ_INCLUDE_DIRS:/usr/local/include
XLSXIO_READ_LIBRARIES:xlsxio_readminizipzexpat
-- Configuring done
-- Generating done
-- Build files have been written to: /home/aszswaz/project/CLionProjects/easyexcel/cmake-build-debug
This is the program error log.
/home/aszswaz/project/CLionProjects/easyexcel/cmake-build-debug/easyexcel: error while loading shared libraries: libxlsxio_read.so: cannot open shared object file: No such file or directory
xlsxio按照默认的配置安装在 /usr/local/lib,How do I solve this problem?
The text was updated successfully, but these errors were encountered:
If it compiles that's already good.
Is everything in place for dependency shared libraries to be found?
Can you give more information about: operating system, exact output / errors?
This is my CMakeList.
This is cmake build information.
This is the program error log.
xlsxio按照默认的配置安装在 /usr/local/lib,How do I solve this problem?
The text was updated successfully, but these errors were encountered: