troldal / OpenXLSX

A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files.
BSD 3-Clause "New" or "Revised" License
1.32k stars 312 forks source link

No build instruction for OpenXLSX for Python #115

Open vedmed85 opened 2 years ago

vedmed85 commented 2 years ago

Hi) I'm trying build OpenXLSX for Python but received this error message

[  8%] Building CXX object CMakeFiles/pyOpenXLSX.dir/pyOpenXLSX.cpp.o
[ 16%] Building CXX object CMakeFiles/pyOpenXLSX.dir/pyXLCell.cpp.o
/mnt/c/XL/OpenXLSX/Python/library/pyXLCell.cpp:47:10: fatal error: XLCell.hpp: No such file or directory
   47 | #include <XLCell.hpp>
      |          ^~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/pyOpenXLSX.dir/build.make:76: CMakeFiles/pyOpenXLSX.dir/pyXLCell.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/pyOpenXLSX.dir/all] Error 2
make: *** [Makefile:84: all] Error 2

Could you provide build instruction)

Chuan14159 commented 2 years ago

having the same problem here.