When attempting to compile the engine, I get stuck with an issue from impl/scriptstring.cpp, specificlly;
$ make
[ 0%] Building CXX object CMakeFiles/HPL.dir/sources/impl/scriptstring.cpp.o
/home/wickedshell/code/HPL1Engine/sources/impl/scriptstring.cpp: In function ‘void RegisterScriptString_Native(asIScriptEngine*)’:
/home/wickedshell/code/HPL1Engine/sources/impl/scriptstring.cpp:611:109: error: overloaded function with no contextual type information
make[2]: *** [CMakeFiles/HPL.dir/sources/impl/scriptstring.cpp.o] Error 1
make[1]: *** [CMakeFiles/HPL.dir/all] Error 2
make: *** [all] Error 2
Fedora Core 17, 64bit, full 32 bit development library as well. GCC version 4.7.2 Not sure where to go with this, spent a couple hours on it, but haven't made it anywhere with that yet, so I was looking for any advice I could get to get going.