I did it after post thread and it helped
But i would like to show you rest of my errors
Which I don't understand, so check this log:
I have yet few errors connected(IMO) with
'const' is required when passing "temporaries" as parameters from
WIKI - Writing Portable Codes but currently i commented /**/ this section
Probablly it's tip:
Code:
void Function(Vec &a);
void Error()
{
Function(Vec(1,2,3)); // error
}
must be changed to:
void Function(C Vec &a); // const Vec &a
OK, Let's leave it for later, now please help me with this errors.
Aha and all my code is located only in one file Main.cpp.
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.ht...-pathnames
Compile++ thumb : Project <= Main.cpp
Compile++ thumb : Project <= Main.cpp
Gdbserver : [arm-linux-androideabi-4.4.3] libs/armeabi/gdbserver
Gdbsetup : libs/armeabi/gdb.setup
Gdbserver : [arm-linux-androideabi-4.4.3] libs/armeabi-v7a/gdbserver
Gdbsetup : libs/armeabi-v7a/gdb.setup
jni/Main.cpp:105: error: extra qualification 'Player::' on member 'Player'
jni/Main.cpp:105: error: extra qualification 'Player::' on member 'Player'
In file included from jni/../../Installation/EsenthelEngine/EsenthelEngine.h:37,
from jni/stdafx.h:1,
from jni/Main.cpp:2:
jni/../../Installation/EsenthelEngine/Memory/Memory.h: In function 'TYPE*& EE::Free(TYPE*&) [with TYPE = void*]':
jni/../../Installation/EsenthelEngine/Misc/Templates.h:60: instantiated from 'EE::Mems<TYPE>& EE::Mems<TYPE>::clear() [with TYPE = void*]'
jni/../../Installation/EsenthelEngine/Misc/Templates.h:63: instantiated from 'EE::Mems<TYPE>& EE::Mems<TYPE>::del() [with TYPE = void*]'
jni/../../Installation/EsenthelEngine/Misc/Templates.h:172: instantiated from 'EE::Mems<TYPE>::~Mems() [with TYPE = void*]'
jni/../../Installation/EsenthelEngine/Physics/Actor.h:152: instantiated from here
jni/../../Installation/EsenthelEngine/Memory/Memory.h:81: warning: casting 'void**' to 'void*&' does not dereference pointer
In file included from jni/../../Installation/EsenthelEngine/EsenthelEngine.h:37,
from jni/stdafx.h:1,
from jni/Main.cpp:2:
jni/../../Installation/EsenthelEngine/Memory/Memory.h: In function 'TYPE*& EE::Free(TYPE*&) [with TYPE = void*]':
jni/../../Installation/EsenthelEngine/Misc/Templates.h:60: instantiated from 'EE::Mems<TYPE>& EE::Mems<TYPE>::clear() [with TYPE = void*]'
jni/../../Installation/EsenthelEngine/Misc/Templates.h:63: instantiated from 'EE::Mems<TYPE>& EE::Mems<TYPE>::del() [with TYPE = void*]'
jni/../../Installation/EsenthelEngine/Misc/Templates.h:172: instantiated from 'EE::Mems<TYPE>::~Mems() [with TYPE = void*]'
jni/../../Installation/EsenthelEngine/Physics/Actor.h:152: instantiated from here
jni/../../Installation/EsenthelEngine/Memory/Memory.h:81: warning: casting 'void**' to 'void*&' does not dereference pointer
make: *** [obj/local/armeabi/objs/Project/Main.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [obj/local/armeabi-v7a/objs/Project/Main.o] Error 1