Synxis/SPARK

build spark engine failed

Closed this issue · 1 comments

VS2015 build spark engine failed !!!

error C2440: 'specialization': cannot convert from 'overloaded-function' to 'unsigned int (__cdecl SPK::Group::* )(void) const'
1>  d:\engines\spark-spark2\include\Core/SPK_Group.h(392): note: None of the functions with this name in scope match the target type
1>d:\engines\spark-spark2\include\Core/SPK_Group.h(392): error C2440: 'specialization': cannot convert from 'overloaded-function' to 'void (__cdecl SPK::Group::* )(unsigned int)'

so how to fixed it , please tell me ,thx~

Hello qiaoqi,

  • What is the code that triggers the error ?
  • What version of SPARK ? Paste the SHA1 of the commit on which you try to compile.
  • What compiler, and version ?
  • Please paste the full output of the compilation.

I edited your post, please put any code or output log in a markdown code block.