alidist icon indicating copy to clipboard operation
alidist copied to clipboard

Build error on macOS(Big Sur 11.6.8)

Open TomoIto-hu opened this issue 3 years ago • 1 comments

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 .

TomoIto-hu avatar Jul 28 '22 10:07 TomoIto-hu

same errors

hanseopark avatar Aug 18 '22 02:08 hanseopark