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

cannot install Torch for sierra #848

Open
TopCoderChen opened this issue Nov 24, 2016 · 2 comments
Open

cannot install Torch for sierra #848

TopCoderChen opened this issue Nov 24, 2016 · 2 comments

Comments

@TopCoderChen
Copy link

qt: This formula either does not compile or function as expected on macOS
versions newer than El Capitan due to an upstream incompatibility.
Error: An unsatisfied requirement failed this build.

@liboyue
Copy link
Contributor

liboyue commented Dec 9, 2016

I am using 10.12.1, everything works fine...
Maybe http://stackoverflow.com/questions/39690404/brew-install-qt-does-not-work-on-macos-sierra could help

@twmaunu
Copy link

twmaunu commented Dec 14, 2016

I also cannot install for sierra: the install-deps worked fine, but when running ./install.sh

Prefix set to /Users/tyler/torch/install
Installing Lua version: LUAJIT21
Installing common Lua packages
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tyler/torch/install/include -c src/lfs.c -o src/lfs.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o lfs.so -L/Users/tyler/torch/install/lib src/lfs.o
ld: library not found for -lgcc
collect2: error: ld returned 1 exit status

Error: Build error: Failed compiling module lfs.so

Can't seem to find the issue.

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

3 participants