Skip to content

Fix FTBFS on ARM introduced in PR #103 #207

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

Merged
merged 1 commit into from
Apr 22, 2015
Merged

Fix FTBFS on ARM introduced in PR #103 #207

merged 1 commit into from
Apr 22, 2015

Conversation

xlz
Copy link
Member

@xlz xlz commented Apr 15, 2015

PR #103 tried to fix a linking issue in Visual Studio 2013 on
Windows 7. It added multiple explicit template instantiations
which violates the standard and results in failure to build
from source on ARM.

Further testing failed to reproduce the linking issue with
Visual Studio 2013 on Windows 8.1. Thus this commit removes
the explicit template instantiations.

This fixes issue #157.

PR #103 tried to fix a linking issue in Visual Studio 2013 on
Windows 7. It added multiple explicit template instantiations
which violates the standard and results in failure to build
from source on ARM.

Further testing failed to reproduce the linking issue with
Visual Studio 2013 on Windows 8.1. Thus this commit removes
the explicit template instantiations.
@jlstanus
Copy link

Hello, wich plateform/computer arm do you use ?

@xlz
Copy link
Member Author

xlz commented Apr 18, 2015

Jetson TK1

@larshg
Copy link
Contributor

larshg commented Apr 21, 2015

I just tried to reproduce the error again, but for some reason its not causing errors (Win 7 VS 2013). Maybe due to that I started using the community edition of VS2013 - and the error only happen when using VS express.... Or perhaps an updated version of VS2013.

Feel free to merge this one @christiankerl or @floe

@larshg larshg mentioned this pull request Apr 21, 2015
floe added a commit that referenced this pull request Apr 22, 2015
Fix FTBFS on ARM introduced in PR #103
@floe floe merged commit e8a5628 into OpenKinect:master Apr 22, 2015
@floe
Copy link
Contributor

floe commented Apr 22, 2015

Tested this with gcc, just to be safe, and it still works, so I'm merging this.

@xlz xlz deleted the msvcbug branch September 13, 2015 01:02
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

Successfully merging this pull request may close these issues.

4 participants