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

install llvm-3.7 failed on mac 10.15 (x64)with xcode 12.4 #18

Open
jiamo opened this issue Feb 9, 2021 · 2 comments
Open

install llvm-3.7 failed on mac 10.15 (x64)with xcode 12.4 #18

jiamo opened this issue Feb 9, 2021 · 2 comments

Comments

@jiamo
Copy link

jiamo commented Feb 9, 2021

Last 15 lines from /Users/jiamo/Library/Logs/Homebrew/llvm-3.7/04.make:
In file included from ../src/debug.cpp:15:
../include/__hash_table:1132:43: error: exception specification in declaration does not match previous declaration
__hash_table<_Tp, _Hash, _Equal, _Alloc>::__hash_table()
                                          ^
../include/__hash_table:839:5: note: previous declaration is here
    __hash_table()
    ^
../include/__hash_table:1200:43: error: exception specification in declaration does not match previous declaration
__hash_table<_Tp, _Hash, _Equal, _Alloc>::__hash_table(__hash_table&& __u)
                                          ^
../include/__hash_table:853:5: note: previous declaration is here
    __hash_table(__hash_table&& __u)
    ^
2 errors generated.
make: *** [install] Error 1
@jiamo jiamo changed the title install llvm-3.7 failed on mac 10.15 with xcode 12.4 install llvm-3.7 failed on mac 10.15 (x64)with xcode 12.4 Feb 9, 2021
@tmcdonell
Copy link
Member

llvm-3.7 is extremely old, I'm not sure if it is supported on this version of Xcode, or if it is some problem that can be fixed with the homebrew configuration script. Why do you need such an old version? Happy to accept patches.

@tmcdonell
Copy link
Member

Might be the same problem as #17 but I haven't had a chance to try it out yet (completely forgot, actually)

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

2 participants