Closed opticode closed 9 years ago
Ah, there are spurious extra 'typename' keywords in the code, which other compilers silently accept. Please remove 'typename' in line 12 auf src/_viennacl/platform_support.cpp as well as in line 57. If you get the same error for other source code lines, repeat the procedure there. (Once you have a working build it would be great if you could send us a pull request!)
Thanks Karl - that did the trick! I will fork, fix, and submit a pull request.
Fixed via #34.
Does anyone have build experience on Windows using Visual Studio? I get the following compiler error on Windows, compiling latest master with VS2013, and for Python 2.7:
And here is my batch file: