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 error c2027: use of undefined type "std::_Get_function_impl<_fty>" #389

Closed
15963 opened this issue Sep 4, 2017 · 4 comments
Closed
Labels
build About build process

Comments

@15963
Copy link

15963 commented Sep 4, 2017

I'm compiling bitshares-core(https://github.com/bitshares/bitshares-core)。
Environment:windows 10 64bit + vs2015 ;
Reference Address is :https://github.com/neura-sx/neura-sx.github.io/blob/master/BUILD_WIN64.md

I have a problem:build graphene_app get error( error C2027: use of undefined type "std::_Get_function_impl<_fty>")

what do i need to do?
Is there a reference document?
help me !
Thank you very much!

@oxarbitrage
Copy link
Member

if you can avoid using windows please do so, it will save you a lot of headache. if can't avoid it maybe @abitmore can help you.

@oxarbitrage oxarbitrage added the build About build process label Sep 4, 2017
@abitmore
Copy link
Member

abitmore commented Sep 4, 2017

Visual Studio 2015 SP3 doesn't work. Please use SP1 instead.

@abitmore abitmore closed this as completed Sep 4, 2017
@abitmore
Copy link
Member

abitmore commented Sep 4, 2017

By the way some steps in https://github.com/neura-sx/neura-sx.github.io/blob/master/BUILD_WIN64.md are not ideal. For example, it's better to build boost and openssl from source, then there will be no need to modify source code, and etc.

@15963
Copy link
Author

15963 commented Sep 5, 2017

@abitmore Are you Chinese? Can i add a WeChat or qq?
my qq/WeChat is :515070577。
thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build About build process
Projects
None yet
Development

No branches or pull requests

3 participants