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

Build error on macOS(Big Sur 11.6.8) #4410

Open
TomoIto-hu opened this issue Jul 28, 2022 · 1 comment
Open

Build error on macOS(Big Sur 11.6.8) #4410

TomoIto-hu opened this issue Jul 28, 2022 · 1 comment

Comments

@TomoIto-hu
Copy link

I built on macOS(Big Sur 11.6.8) but this error occurred in log.

ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Procedure was as follow
1 Get Xcode
2 Get Homebrew

  3 Install the required package
 > *brew install alisw/system-deps/o2-full-deps alisw/system-deps/alibuild*
 
  4 create ~/.zprofile and add
 > export* PATH=*"/usr/local/opt/gettext/bin:/usr/local/bin:$PATH"
 
  5 add command to ~/.bashrc
 > export* ALIBUILD_WORK_DIR=*"$HOME/alice/sw"
 > eval* *"`alienv shell-helper`"
 
  6 Prepare source code(O2 only)
 > *aliBuild init O2@dev --defaults o2*
 
  7 Build at directory ”alice” (now)
 > *aliBuild build O2 --defaults o2*

I think this error stems from OpenGL library
This is whole of log.
log.txt
.

@hanseopark
Copy link

same errors

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