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

Unable to build on Ubuntu 22.04.1 #240

Open
GothStar opened this issue Dec 16, 2022 · 2 comments
Open

Unable to build on Ubuntu 22.04.1 #240

GothStar opened this issue Dec 16, 2022 · 2 comments

Comments

@GothStar
Copy link

Building for debugging...
*/OpenCombine/Sources/COpenCombineHelpers/COpenCombineHelpers.cpp:10:10: fatal error: 'atomic' file not found
#include
^~~~~~~~
1 error generated.
[1/10] Compiling COpenCombineHelpers COpenCombineHelpers.cpp

@Kyle-Ye
Copy link

Kyle-Ye commented Apr 11, 2023

I can compile it successfully on Ubuntu 22.04 on the current master branch (ff31c43)

➜  OpenCombine git:(master) uname -a
Linux ubuntu-2204 6.1.23-orbstack-00113-g6614aaccb205-dirty #169 SMP Sat Apr  8 04:58:09 PDT 2023 aarch64 aarch64 aarch64 GNU/Linux
➜  OpenCombine git:(master) swift build
Building for debugging...
Build complete! (0.08s)

@Amzd
Copy link

Amzd commented Jul 1, 2023

On fedora I had to install clang to fix this error

sudo dnf install clang

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

3 participants