Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building the parser on MacOS Sonoma 14.5 #9

Open
tbloomfi opened this issue Jun 21, 2024 · 0 comments
Open

Building the parser on MacOS Sonoma 14.5 #9

tbloomfi opened this issue Jun 21, 2024 · 0 comments

Comments

@tbloomfi
Copy link

I am posting here in case this will be useful to others and also to note the build issue on MacOS due to downstream dependencies that need to be updated.

I had trouble building on MacOS Sonoma 14.5 with error messages with respect to the xlsxwriter. I tried upgrading the xlsxwriter to version 0.6.0 as that version may fix the error according to the comments, but further fixes are required.

Error message:

--- stderr thread 'main' panicked at /Users/tim/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.49/src/fallback.rs:756:9: "lxw_tuple_struct_(unnamed_at__/third_party/libxlsxwriter/include/xlsxwriter/common_h_430_5)" is not a valid Ident

In order to successfully compile, downgrade the version of llvm from 15 to 14. Essentially:

brew install llvm@14

And then set the various path variables - displayed post install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant