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

macOS Apple Silicon/ARM build errors #3

Open
poetaman opened this issue Sep 1, 2021 · 0 comments
Open

macOS Apple Silicon/ARM build errors #3

poetaman opened this issue Sep 1, 2021 · 0 comments

Comments

@poetaman
Copy link

poetaman commented Sep 1, 2021

Build command:

./RUNME.sh build -- -DCMAKE_CXX_COMPILER='/opt/homebrew/bin/g++-11' -DCMAKE_CXX_FLAGS='-I/opt/homebrew/Cellar/icu4c/69.1/include'  -DCMAKE_LDFLAGS='-L/opt/homebrew/Cellar/icu4c/69.1/lib -licui18n -licuuc -licudata'

In file included from /Users/reportaman/Downloads/octavia/./src/ob/belle/belle.hh:58,
                 from /Users/reportaman/Downloads/octavia/./src/app/app.hh:58,
                 from /Users/reportaman/Downloads/octavia/src/app/app.cc:46:
/Users/reportaman/Downloads/octavia/./src/ob/belle/signal.hh:133:6: error: 'SIGSTKFLT' was not declared in this scope; did you mean 'SIGSTKSZ'?
  133 |     {SIGSTKFLT, "SIGSTKFLT"},
      |      ^~~~~~~~~
      |      SIGSTKSZ
/Users/reportaman/Downloads/octavia/./src/ob/belle/signal.hh:146:6: error: 'SIGPOLL' was not declared in this scope; did you mean 'SIGKILL'?
  146 |     {SIGPOLL, "SIGPOLL"},
      |      ^~~~~~~
      |      SIGKILL
/Users/reportaman/Downloads/octavia/./src/ob/belle/signal.hh:147:6: error: 'SIGPWR' was not declared in this scope
  147 |     {SIGPWR, "SIGPWR"},
      |      ^~~~~~
/Users/reportaman/Downloads/octavia/./src/ob/belle/signal.hh:149:3: error: no matching function for call to 'std::unordered_map<int, std::__cxx11::basic_string<char> >::unordered_map(<brace-enclosed initializer list>)'
  149 |   };
      |   ^

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