mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #112] Compilation failed #92
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tikani on GitHub (Jul 20, 2017).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/112
Originally assigned to: @jmcnamara on GitHub.
I'm trying to build this library under Windows as DLL (i want to write a Delphi/ObjectPascal wrapper over it for my project) using the latest available MinGW-x64 (i686 flavor) from the official site, but encountered an error.
Output:
@jmcnamara commented on GitHub (Jul 20, 2017):
Try the installation instructions form the docs: Installation on Windows using Mingw-w64 and MSYS2.
The
fPICissue should be fixed by the Makefile for the various Ming variants but maybe something is missing for the 32bit version.Anyway, try the instructions above from scratch and let me know.
@Tikani commented on GitHub (Jul 20, 2017):
Thanks a lot, DLL was successfully built within MSYS2 shell. May I suggest an ObjectPascal wrapper over this library in a pull request? Maybe it will increase a userbase of it (under Windows, at least :D). If you don't change API signatures from release to release, I think it is really good idea.
@jmcnamara commented on GitHub (Jul 24, 2017):
It would probably be better to host that in a separate GitHub repo.
There are already some wrappers for Ruby, Go, Python, C++ and some other languages: https://github.com/search?q=topic%3Alibxlsxwriter&type=Repositories
Let me know if you create one.
Thanks,
John