-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
MacOS ARM64 build error: symbol fdopen
is duplicated defined
#4586
Comments
fdopen
is duplicatedfdopen
is duplicated defined
Looks like this is also |
@andrewauclair thanks for your suggestion. I tried to build zlib in my Mac and it successed. So I suggest to update zlib version in Poco. What do you think. /cc @aleks-f |
Automated compile and testrun actions on GitHub (M1 MacOS 14.5, Apple clang version 15.0.0 (clang-1500.3.9.4) complete just fine just fine. https://github.com/pocoproject/poco/actions/runs/9463808045/job/26069810114 I also just tested again the code from branch 1.13.3 on my M1 MacBook Pro and did not see any issues that you report. |
Where did you install clang 18 from? Latest XCode 15.4 installs clang 15. |
I use regular clang but not apple clang. I installed it by brew install llvm@18. |
I recommend to switch to clang provided by XCode. |
Thanks. |
Describe the bug
Env: MacOS 14.4.1 ARM64 clang 18, build project with cmake.
symbol
fdopen
is duplicated defined.The text was updated successfully, but these errors were encountered: