Brecht Sanders
Brecht Sanders
Just tried your code with MinGW on Windows and it works perfectly. No crashes or errors.
I just changed CMakeLists.txt so it also generates .def files when building with MinGW. In the next release the .def files will be included, allowing you to create proper .lib...
The code you posted earlier doesn't have read_xlsx() on line 59. Can you attach the actual file that you were debugging?
Also, can you try with version 0.2.21, which was just released? The binary packages for Windows now also include .def files and README.md explains how to make .lib files from...
The `free()` seems to be the same as in #73 Can you you try again with version 0.2.29 using `xlsxioread_free()` instead of `free()`? Thanks for letting me know if the...
I see now that GDB was built without python (and also without tcl and tk). I will try to build with them. Right now I'm compiling the new GCC 9.3,...
I just tried with GDB included built with --with-python. It now also contains a file `pretty_printers.py`, but I'm not sure if the path in the package should be: `mingw64/share/gdb/share/gdb/python/gdb/command/pretty_printers.py` or:...
The concept behind winlibs is that *every* dependancy is built from source. That way everything is built with the same compiler and linked with the same standard C/C++ libraries. So...
I haven't tested this at all. It is very well possible that compiling this in uses absolute paths. For now I will not put any more effort in this as...
Still unable to build python/cpython in my environment :-( I need to find time to go through the patches in the links you sent...