AngelScript options: AS_64BIT_PTR AS_WIN AS_X64_GCC
-- TestExecute passed
-- TestCDeclReturn passed
TestExecute1Arg: testVal is not of expected value. Got 0, expected 5
Failed on line 50 in ../../source/testexecute1arg.cpp
TestExecute1Arg: testVal is not of expected value. Got 0, expected 5
Failed on line 83 in ../../source/testexecute1arg.cpp
got a couple of warnings while compiling the source code too (although I think they're irrelevant to my problem):
x86_64-w64-mingw32-g++ -I/home/porkbot/build/mingw-w64/include -ggdb -I../../../../angelscript/include -Wno-missing-field-initializers -o obj/test_getset.o -c ../../source/test_getset.cpp
../../source/test_getset.cpp: In function 'bool TestGetSet::Test()':
../../source/test_getset.cpp:1218:60: warning: invalid access to non-static data member 'TestGetSet::CNode::vector' of NULL object
../../source/test_getset.cpp:1218:60: warning: (perhaps the 'offsetof' macro was used incorrectly)
../../source/test_getset.cpp:1219:53: warning: invalid access to non-static data member 'TestGetSet::CNode::vector' of NULL object
../../source/test_getset.cpp:1219:53: warning: (perhaps the 'offsetof' macro was used incorrectly)
x86_64-w64-mingw32-g++ -I/home/porkbot/build/mingw-w64/include -ggdb -I../../../../angelscript/include -Wno-missing-field-initializers -o obj/scriptfile.o -c ../../../../add_on/scriptfile/scriptfile.cpp
../../../../add_on/scriptfile/scriptfile.cpp: In function 'void RegisterScriptFile_Native(asIScriptEngine*)':
../../../../add_on/scriptfile/scriptfile.cpp:201:78: warning: invalid access to non-static data member 'CScriptFile::mostSignificantByteFirst' of NULL object
../../../../add_on/scriptfile/scriptfile.cpp:201:78: warning: (perhaps the 'offsetof' macro was used incorrectly)
../../../../add_on/scriptfile/scriptfile.cpp: In function 'void RegisterScriptFile_Generic(asIScriptEngine*)':
../../../../add_on/scriptfile/scriptfile.cpp:234:78: warning: invalid access to non-static data member 'CScriptFile::mostSignificantByteFirst' of NULL object
../../../../add_on/scriptfile/scriptfile.cpp:234:78: warning: (perhaps the 'offsetof' macro was used incorrectly)
[/quote]