mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #425] Linker error when trying to use latest version with macOS project #335
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#335
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 @duncangroenewald on GitHub (Dec 23, 2023).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/425
I have been using v1.0.5 of this library for some time and decided to upgrade to the latest version to see if it would improve performance when writing the xls files.
However when replacing the source code and headers from the new version I now get a linker error as shown below.
Can someone shed some light on why this error might be occurring.
Thanks
ld: Undefined symbols:
_lxw_table_assemble_xml_file, referenced from:
__write_table_files in packager.o
_lxw_table_free, referenced from:
__write_table_files in packager.o
__write_table_files in packager.o
_lxw_table_new, referenced from:
__write_table_files in packager.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
@duncangroenewald commented on GitHub (Dec 23, 2023):
Ignore this - I didn't realise there is a new table.c file in the source code.