Skip to content

Libc++ fails to install on appveyor. #6

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

Closed
Sebanisu opened this issue Mar 18, 2021 · 4 comments · Fixed by #5
Closed

Libc++ fails to install on appveyor. #6

Sebanisu opened this issue Mar 18, 2021 · 4 comments · Fixed by #5
Assignees
Labels
bug Something isn't working tests

Comments

@Sebanisu
Copy link
Owner

Because of https://help.appveyor.com/discussions/problems/29137-failing-to-install-libc-on-ubuntu-2004
Cannot resolve this: #5

Some c++20 features are only in the libc++ and I cannot get appveyor to install it.

@Sebanisu
Copy link
Owner Author

I might need to use a different ubuntu image. like an older version or something.

@Sebanisu
Copy link
Owner Author

Sebanisu commented Mar 21, 2021

https://ci.appveyor.com/project/Sebanisu/toolslibrary/builds/38325435 I did get it past that point using Ubuntu 16.04 Xenial Xerus so I can update the yml and then see why it isn't compiling. Atleast I got past the can't find error. It's something else now. And I can work on that later.

@Sebanisu
Copy link
Owner Author

Okay, So random-test causes clang to crash... I dunno why. I am also missing linker commands. So I need to add the linker for libc++ to cmake.

@Sebanisu
Copy link
Owner Author

https://ci.appveyor.com/project/Sebanisu/toolslibrary/builds/38333464 tests are passing now. Minus the random-test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant