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

Build issues using Visual Studio 2010 (express) #57

Closed
d-meiser opened this issue Sep 30, 2013 · 5 comments
Closed

Build issues using Visual Studio 2010 (express) #57

d-meiser opened this issue Sep 30, 2013 · 5 comments

Comments

@d-meiser
Copy link
Contributor

Dear Denis,

I'm running into build issues with Visual Studio 2010 (express, with SP 1 installed). The macro VEX_GLOBAL_CONSTANT leads to error messages of the form

2>C:\Users\dmeiser\Documents\GitHub\vexcl\vexcl/constants.hpp(239): error C2899: typename cannot be used outside a template declaration
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I haven't been following vexcl closely recently so there's a high probability that I'm doing something stupid. Any ideas?

Cheers,
Dominic

Edit: Btw I'm using Boost 1.53. Could that be the cause of the issue?

@ddemidov
Copy link
Owner

Hi Dominic,

This is my fault, I did not test the latest changes with Visual Studio. It looks like typename keyword on lines
144 and 165 is not necessary. I'll test it when I have access to a windows machine.

ddemidov added a commit that referenced this issue Sep 30, 2013
@ddemidov
Copy link
Owner

39bf2b9 should fix this.

@d-meiser
Copy link
Contributor Author

Great, that fixed it. Thanks.
I'm getting a few other error messages during building of the tests. Should I describe what I'm seeing here or would you prefer if I opened additional issues?
Cheers,
Dominic

@ddemidov
Copy link
Owner

I'll try Visual Studio compilation later today. I hope all issues will be gone after that. If you still have some left tomorrow, do not hesitate to open a new issue.

Thanks,
Denis

@d-meiser
Copy link
Contributor Author

Sounds great. Thanks again.
Dominic

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

2 participants