We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the following error trying to compile this on osx:
/usr/include/sys/types.h(92): error: duplicate specifier in declaration /usr/include/sys/types.h(92): error: invalid combination of type specifiers 2 errors detected in the compilation of "/var/folders/dn/8cdhcbp10vn436v1n27631080000gn/T//tmpxft_0000c305_00000000-7_conv_util.cpp1.ii". CMake Error at cudaconv2_generated_conv_util.cu.o.cmake:264 (message): Error generating file /Users/jjarutis/dev/cuda-convnet/src/cudaconv2/CMakeFiles/cudaconv2.dir//./cudaconv2_generated_conv_util.cu.o make[2]: *** [src/cudaconv2/CMakeFiles/cudaconv2.dir/cudaconv2_generated_conv_util.cu.o] Error 1 make[1]: *** [src/cudaconv2/CMakeFiles/cudaconv2.dir/all] Error 2 make: *** [all] Error 2
I have cuda 7.0
The text was updated successfully, but these errors were encountered:
@jarutis is this on OSX 10.11? And which version of xcode do you have? Do you also have the xcode command line utils installed?
Thanks
Sorry, something went wrong.
10.10.5 xcode: version: 7.1.0.0.1.1444952191 yes I have command line utils
No branches or pull requests
I get the following error trying to compile this on osx:
I have cuda 7.0
The text was updated successfully, but these errors were encountered: