persistent-rnn icon indicating copy to clipboard operation
persistent-rnn copied to clipboard

Doesn't build on OS X 10.11+

Open shyamalschandra opened this issue 8 years ago • 2 comments

I get the following output when I follow the directions in the README file...

screen shot 2016-06-20 at 8 31 49 pm

What should I do to fix this problem? Thanks!

shyamalschandra avatar Jun 21 '16 01:06 shyamalschandra

I think the issue is with NVCC not supporting clang version 8.0. You probably need to revert clang to a lower version until NVIDIA updates NVCC. See the NVCC installation guide for OS X: http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-mac-os-x

gdiamos avatar Jun 21 '16 01:06 gdiamos

it seems you have the beta xcode 8 installed... One solution might be to switch back via:

$ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer

and then try.

kashif avatar Jun 21 '16 11:06 kashif