Jump to content

Trouble Compiling


I_Died_Once
 Share

Recommended Posts

I managed to hose my system down. I was running what has been collectively known as "Franken-debian" - what started out as a stable squeeze install, then changed to testing and experimental at times to install various packages, I borked up my system good and proper and long story short, it was time to just start all over with my system. I picked debian stable (Squeeze) and since there is no Squeeze package of 0ad, I set out to compile my own.

Following the instructions as posted in the wiki, I have installed all of the dependencies except for libnvtt-dev and lobmozjs185-dev, as they are not available for my distro. I went to manually download and install their respective .deb files, but when installing them, it wants to remove half of my operating system due to dependencies, and I'm not down with that. But, according to the wiki, you can use the "--with-system-nvtt --with-system-mozjs185" flags, which is what I did. My errors don't start until I run make -j3 from the gcc folder, but I included everything for completeness sake in hopes someone can tell me what it is I am doing wrong.

Thanks for the help. Love 0ad. Ready to get back to playing.


death@Dimension5150:~/bin/0ad/build/workspaces$ ./update-workspaces.sh -j3 --with-system-enet --with-system-nvtt --with-system-mozjs185
Updating bundled third-party dependencies...

bash -c 'mkdir -p output/{debug,release,test}/{FCollada/{FCDocument,FMath,FUtils,FColladaTest/{FCTestAssetManagement,FCTestExportImport,FCTestXRef}},FColladaPlugins/FArchiveXML}'
cp output/libFColladaSD.a ../lib/libFColladaSD.a
cp output/libFColladaSR.a ../lib/libFColladaSR.a




make: Entering directory `/home/death/bin/0ad/build/premake/premake4/build/gmake.unix'
==== Building Premake4 (release) ====
make: Leaving directory `/home/death/bin/0ad/build/premake/premake4/build/gmake.unix'

Building configurations...
Running action 'gmake'...
Generating ../workspaces/gcc/Makefile...
Generating ../workspaces/gcc/pyrogenesis.make...
Generating ../workspaces/gcc/network.make...
Generating ../workspaces/gcc/simulation2.make...
Generating ../workspaces/gcc/scriptinterface.make...
Generating ../workspaces/gcc/engine.make...
Generating ../workspaces/gcc/graphics.make...
Generating ../workspaces/gcc/atlas.make...
Generating ../workspaces/gcc/gui.make...
Generating ../workspaces/gcc/lowlevel.make...
Generating ../workspaces/gcc/mongoose.make...
Generating ../workspaces/gcc/mocks_real.make...
Generating ../workspaces/gcc/mocks_test.make...
Generating ../workspaces/gcc/AtlasObject.make...
Generating ../workspaces/gcc/AtlasScript.make...
Generating ../workspaces/gcc/AtlasUI.make...
Generating ../workspaces/gcc/ActorEditor.make...
Generating ../workspaces/gcc/Collada.make...
Generating ../workspaces/gcc/test.make...
Done.
Building configurations...
Running action 'codeblocks'...
Generating ../workspaces/codeblocks/pyrogenesis.workspace...
Generating ../workspaces/codeblocks/pyrogenesis.cbp...
Generating ../workspaces/codeblocks/network.cbp...
Generating ../workspaces/codeblocks/simulation2.cbp...
Generating ../workspaces/codeblocks/scriptinterface.cbp...
Generating ../workspaces/codeblocks/engine.cbp...
Generating ../workspaces/codeblocks/graphics.cbp...
Generating ../workspaces/codeblocks/atlas.cbp...
Generating ../workspaces/codeblocks/gui.cbp...
Generating ../workspaces/codeblocks/lowlevel.cbp...
Generating ../workspaces/codeblocks/mongoose.cbp...
Generating ../workspaces/codeblocks/mocks_real.cbp...
Generating ../workspaces/codeblocks/mocks_test.cbp...
Generating ../workspaces/codeblocks/AtlasObject.cbp...
Generating ../workspaces/codeblocks/AtlasScript.cbp...
Generating ../workspaces/codeblocks/AtlasUI.cbp...
Generating ../workspaces/codeblocks/ActorEditor.cbp...
Generating ../workspaces/codeblocks/Collada.cbp...
Generating ../workspaces/codeblocks/test.cbp...
Done.
death@Dimension5150:~/bin/0ad/build/workspaces$ cd gcc
death@Dimension5150:~/bin/0ad/build/workspaces/gcc$ make -j3
==== Building mocks_real (release) ====
==== Building network (release) ====
==== Building simulation2 (release) ====
==== Building scriptinterface (release) ====
NetFileTransfer.cpp
ScriptVal.cpp
Simulation2.cpp
Package mozjs185 was not found in the pkg-config search path.
Perhaps you should add the directory containing `mozjs185.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mozjs185' found
Package mozjs185 was not found in the pkg-config search path.
Perhaps you should add the directory containing `mozjs185.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mozjs185' found
Package mozjs185 was not found in the pkg-config search path.
Perhaps you should add the directory containing `mozjs185.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mozjs185' found
In file included from ../../../source/scriptinterface/ScriptVal.h:21,
from ../../../source/simulation2/helpers/SimulationCommand.h:21,
from ../../../source/simulation2/Simulation2.h:23,
from ../../../source/simulation2/Simulation2.cpp:20:
../../../source/scriptinterface/ScriptTypes.h:81:22: error: js/jsapi.h: No such file or directory
../../../source/scriptinterface/ScriptTypes.h:91:5: warning: "JS_VERSION" is not defined
../../../source/scriptinterface/ScriptTypes.h:92:2: error: #error Your compiler is trying to use an incorrect version of the SpiderMonkey library.
../../../source/scriptinterface/ScriptTypes.h:93:2: error: #error The only version that works is the one in the libraries/spidermonkey/ directory,
../../../source/scriptinterface/ScriptTypes.h:94:2: error: #error and it will not work with a typical system-installed version.
../../../source/scriptinterface/ScriptTypes.h:95:2: error: #error Make sure you have got all the right files and include paths.
In file included from ../../../source/scriptinterface/ScriptVal.h:21,
from ../../../source/scriptinterface/ScriptVal.cpp:20:
../../../source/scriptinterface/ScriptTypes.h:81:22: error: js/jsapi.h: No such file or directory
../../../source/scriptinterface/ScriptTypes.h:91:5: warning: "JS_VERSION" is not defined
../../../source/scriptinterface/ScriptTypes.h:92:2: error: #error Your compiler is trying to use an incorrect version of the SpiderMonkey library.
../../../source/scriptinterface/ScriptTypes.h:93:2: error: #error The only version that works is the one in the libraries/spidermonkey/ directory,
../../../source/scriptinterface/ScriptTypes.h:94:2: error: #error and it will not work with a typical system-installed version.
../../../source/scriptinterface/ScriptTypes.h:95:2: error: #error Make sure you have got all the right files and include paths.
In file included from ../../../source/scriptinterface/ScriptVal.h:21,
from ../../../source/network/NetMessages.h:27,
from ../../../source/network/NetMessage.h:26,
from ../../../source/network/NetFileTransfer.cpp:6:
../../../source/scriptinterface/ScriptTypes.h:81:22: error: js/jsapi.h: No such file or directory
../../../source/scriptinterface/ScriptTypes.h:91:5: warning: "JS_VERSION" is not defined
../../../source/scriptinterface/ScriptTypes.h:92:2: error: #error Your compiler is trying to use an incorrect version of the SpiderMonkey library.
../../../source/scriptinterface/ScriptTypes.h:93:2: error: #error The only version that works is the one in the libraries/spidermonkey/ directory,
../../../source/scriptinterface/ScriptTypes.h:94:2: error: #error and it will not work with a typical system-installed version.
../../../source/scriptinterface/ScriptTypes.h:95:2: error: #error Make sure you have got all the right files and include paths.
In file included from ../../../source/scriptinterface/ScriptVal.cpp:20:
../../../source/scriptinterface/ScriptVal.h:33: error: expected ‘)’ before ‘val’
../../../source/scriptinterface/ScriptVal.h:38: error: ISO C++ forbids declaration of ‘jsval’ with no type
../../../source/scriptinterface/ScriptVal.h:38: error: expected ‘;’ before ‘&’ token
../../../source/scriptinterface/ScriptVal.h:43: error: expected ‘;’ before ‘bool’
../../../source/scriptinterface/ScriptVal.h:46: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptVal.h: In constructor ‘CScriptVal::CScriptVal()’:
../../../source/scriptinterface/ScriptVal.h:32: error: class ‘CScriptVal’ does not have any field named ‘m_Val’
../../../source/scriptinterface/ScriptVal.h:32: error: ‘JSVAL_VOID’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h: In member function ‘bool CScriptVal::undefined() const’:
../../../source/scriptinterface/ScriptVal.h:43: error: ‘m_Val’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h:43: error: ‘JSVAL_IS_VOID’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h: At global scope:
../../../source/scriptinterface/ScriptVal.h:53: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:54: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:59: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptVal.h:65: error: ISO C++ forbids declaration of ‘jsval’ with no type
../../../source/scriptinterface/ScriptVal.h:65: error: expected ‘;’ before ‘&’ token
../../../source/scriptinterface/ScriptVal.h:78: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h:78: error: template argument 1 is invalid
../../../source/scriptinterface/ScriptVal.h:88: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:91: error: ISO C++ forbids declaration of ‘JSIdArray’ with no type
../../../source/scriptinterface/ScriptVal.h:91: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:93: error: ISO C++ forbids declaration of ‘jsid’ with no type
../../../source/scriptinterface/ScriptVal.h:93: error: expected ‘;’ before ‘operator’
../../../source/scriptinterface/ScriptVal.h:96: error: ISO C++ forbids declaration of ‘JSContext’ with no type
../../../source/scriptinterface/ScriptVal.h:96: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:97: error: ISO C++ forbids declaration of ‘JSIdArray’ with no type
../../../source/scriptinterface/ScriptVal.h:97: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.cpp:26: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.cpp:27: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptVal.cpp:28: error: ISO C++ forbids declaration of ‘JSContext’ with no type
../../../source/scriptinterface/ScriptVal.cpp:28: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.cpp: In member function ‘void Unrooter::operator()(int*)’:
../../../source/scriptinterface/ScriptVal.cpp:27: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.cpp:27: error: ‘JS_RemoveValueRoot’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.cpp: At global scope:
../../../source/scriptinterface/ScriptVal.cpp:31: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.cpp:38: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.cpp:45: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptVal.cpp:52: error: expected constructor, destructor, or type conversion before ‘&’ token
make[1]: *** [obj/scriptinterface_Release/ScriptVal.o] Error 1
make: *** [scriptinterface] Error 2
make: *** Waiting for unfinished jobs....
ICmpObstruction.cpp
Package mozjs185 was not found in the pkg-config search path.
Perhaps you should add the directory containing `mozjs185.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mozjs185' found
In file included from ../../../source/simulation2/helpers/SimulationCommand.h:21,
from ../../../source/simulation2/Simulation2.h:23,
from ../../../source/simulation2/Simulation2.cpp:20:
../../../source/scriptinterface/ScriptVal.h:33: error: expected ‘)’ before ‘val’
../../../source/scriptinterface/ScriptVal.h:38: error: ISO C++ forbids declaration of ‘jsval’ with no type
../../../source/scriptinterface/ScriptVal.h:38: error: expected ‘;’ before ‘&’ token
../../../source/scriptinterface/ScriptVal.h:43: error: expected ‘;’ before ‘bool’
../../../source/scriptinterface/ScriptVal.h:46: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptVal.h: In constructor ‘CScriptVal::CScriptVal()’:
../../../source/scriptinterface/ScriptVal.h:32: error: class ‘CScriptVal’ does not have any field named ‘m_Val’
../../../source/scriptinterface/ScriptVal.h:32: error: ‘JSVAL_VOID’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h: In member function ‘bool CScriptVal::undefined() const’:
../../../source/scriptinterface/ScriptVal.h:43: error: ‘m_Val’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h:43: error: ‘JSVAL_IS_VOID’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h: At global scope:
../../../source/scriptinterface/ScriptVal.h:53: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:54: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:59: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptVal.h:65: error: ISO C++ forbids declaration of ‘jsval’ with no type
../../../source/scriptinterface/ScriptVal.h:65: error: expected ‘;’ before ‘&’ token
../../../source/scriptinterface/ScriptVal.h:78: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h:78: error: template argument 1 is invalid
In file included from ../../../source/simulation2/system/Message.h:21,
from ../../../source/simulation2/system/IComponent.h:22,
from ../../../source/simulation2/system/Interface.h:21,
from ../../../source/simulation2/components/ICmpObstruction.h:21,
from ../../../source/simulation2/components/ICmpObstruction.cpp:20:
../../../source/scriptinterface/ScriptTypes.h:81:22: error: js/jsapi.h: No such file or directory
../../../source/scriptinterface/ScriptTypes.h:91:5: warning: "JS_VERSION" is not defined
../../../source/scriptinterface/ScriptTypes.h:92:2: error: #error Your compiler is trying to use an incorrect version of the SpiderMonkey library.
../../../source/scriptinterface/ScriptTypes.h:93:2: error: #error The only version that works is the one in the libraries/spidermonkey/ directory,
../../../source/scriptinterface/ScriptTypes.h:94:2: error: #error and it will not work with a typical system-installed version.
../../../source/scriptinterface/ScriptTypes.h:95:2: error: #error Make sure you have got all the right files and include paths.
../../../source/scriptinterface/ScriptVal.h:88: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:91: error: ISO C++ forbids declaration of ‘JSIdArray’ with no type
../../../source/scriptinterface/ScriptVal.h:91: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:93: error: ISO C++ forbids declaration of ‘jsid’ with no type
../../../source/scriptinterface/ScriptVal.h:93: error: expected ‘;’ before ‘operator’
../../../source/scriptinterface/ScriptVal.h:96: error: ISO C++ forbids declaration of ‘JSContext’ with no type
../../../source/scriptinterface/ScriptVal.h:96: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:97: error: ISO C++ forbids declaration of ‘JSIdArray’ with no type
../../../source/scriptinterface/ScriptVal.h:97: error: expected ‘;’ before ‘*’ token
In file included from ../../../source/network/NetMessages.h:27,
from ../../../source/network/NetMessage.h:26,
from ../../../source/network/NetFileTransfer.cpp:6:
../../../source/scriptinterface/ScriptVal.h:33: error: expected ‘)’ before ‘val’
../../../source/scriptinterface/ScriptVal.h:38: error: ISO C++ forbids declaration of ‘jsval’ with no type
../../../source/scriptinterface/ScriptVal.h:38: error: expected ‘;’ before ‘&’ token
../../../source/scriptinterface/ScriptVal.h:43: error: expected ‘;’ before ‘bool’
../../../source/scriptinterface/ScriptVal.h:46: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptVal.h: In constructor ‘CScriptVal::CScriptVal()’:
../../../source/scriptinterface/ScriptVal.h:32: error: class ‘CScriptVal’ does not have any field named ‘m_Val’
../../../source/scriptinterface/ScriptVal.h:32: error: ‘JSVAL_VOID’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h: In member function ‘bool CScriptVal::undefined() const’:
../../../source/scriptinterface/ScriptVal.h:43: error: ‘m_Val’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h:43: error: ‘JSVAL_IS_VOID’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h: At global scope:
../../../source/scriptinterface/ScriptVal.h:53: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:54: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:59: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptVal.h:65: error: ISO C++ forbids declaration of ‘jsval’ with no type
../../../source/scriptinterface/ScriptVal.h:65: error: expected ‘;’ before ‘&’ token
../../../source/scriptinterface/ScriptVal.h:78: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h:78: error: template argument 1 is invalid
../../../source/scriptinterface/ScriptVal.h:88: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:91: error: ISO C++ forbids declaration of ‘JSIdArray’ with no type
../../../source/scriptinterface/ScriptVal.h:91: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:93: error: ISO C++ forbids declaration of ‘jsid’ with no type
../../../source/scriptinterface/ScriptVal.h:93: error: expected ‘;’ before ‘operator’
../../../source/scriptinterface/ScriptVal.h:96: error: ISO C++ forbids declaration of ‘JSContext’ with no type
../../../source/scriptinterface/ScriptVal.h:96: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:97: error: ISO C++ forbids declaration of ‘JSIdArray’ with no type
../../../source/scriptinterface/ScriptVal.h:97: error: expected ‘;’ before ‘*’ token
In file included from ../../../source/network/NetFileTransfer.cpp:6:
../../../source/network/NetMessage.h:117: error: ‘jsval’ has not been declared
../../../source/network/NetMessage.h:139: error: ‘jsval’ has not been declared
In file included from ../../../source/simulation2/system/Message.h:22,
from ../../../source/simulation2/system/IComponent.h:22,
from ../../../source/simulation2/system/Interface.h:21,
from ../../../source/simulation2/components/ICmpObstruction.h:21,
from ../../../source/simulation2/components/ICmpObstruction.cpp:20:
../../../source/scriptinterface/ScriptVal.h:33: error: expected ‘)’ before ‘val’
../../../source/scriptinterface/ScriptVal.h:38: error: ISO C++ forbids declaration of ‘jsval’ with no type
../../../source/scriptinterface/ScriptVal.h:38: error: expected ‘;’ before ‘&’ token
../../../source/scriptinterface/ScriptVal.h:43: error: expected ‘;’ before ‘bool’
../../../source/scriptinterface/ScriptVal.h:46: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptVal.h: In constructor ‘CScriptVal::CScriptVal()’:
../../../source/scriptinterface/ScriptVal.h:32: error: class ‘CScriptVal’ does not have any field named ‘m_Val’
../../../source/scriptinterface/ScriptVal.h:32: error: ‘JSVAL_VOID’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h: In member function ‘bool CScriptVal::undefined() const’:
../../../source/scriptinterface/ScriptVal.h:43: error: ‘m_Val’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h:43: error: ‘JSVAL_IS_VOID’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h: At global scope:
../../../source/scriptinterface/ScriptVal.h:53: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:54: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:59: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptVal.h:65: error: ISO C++ forbids declaration of ‘jsval’ with no type
../../../source/scriptinterface/ScriptVal.h:65: error: expected ‘;’ before ‘&’ token
../../../source/scriptinterface/ScriptVal.h:78: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h:78: error: template argument 1 is invalid
../../../source/scriptinterface/ScriptVal.h:88: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:91: error: ISO C++ forbids declaration of ‘JSIdArray’ with no type
../../../source/scriptinterface/ScriptVal.h:91: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:93: error: ISO C++ forbids declaration of ‘jsid’ with no type
../../../source/scriptinterface/ScriptVal.h:93: error: expected ‘;’ before ‘operator’
../../../source/scriptinterface/ScriptVal.h:96: error: ISO C++ forbids declaration of ‘JSContext’ with no type
../../../source/scriptinterface/ScriptVal.h:96: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:97: error: ISO C++ forbids declaration of ‘JSIdArray’ with no type
../../../source/scriptinterface/ScriptVal.h:97: error: expected ‘;’ before ‘*’ token
In file included from ../../../source/simulation2/system/IComponent.h:22,
from ../../../source/simulation2/system/Interface.h:21,
from ../../../source/simulation2/components/ICmpObstruction.h:21,
from ../../../source/simulation2/components/ICmpObstruction.cpp:20:
../../../source/simulation2/system/Message.h:34: error: ‘jsval’ does not name a type
../../../source/simulation2/system/Message.h:35: error: ‘jsval’ does not name a type
../../../source/simulation2/system/Message.h:42: error: ‘jsval’ has not been declared
In file included from ../../../source/simulation2/system/Interface.h:21,
from ../../../source/simulation2/components/ICmpObstruction.h:21,
from ../../../source/simulation2/components/ICmpObstruction.cpp:20:
../../../source/simulation2/system/IComponent.h:55: error: ISO C++ forbids declaration of ‘JSClass’ with no type
../../../source/simulation2/system/IComponent.h:55: error: ‘JSClass’ declared as a ‘virtual’ field
../../../source/simulation2/system/IComponent.h:55: error: expected ‘;’ before ‘*’ token
../../../source/simulation2/system/IComponent.h:56: error: ‘jsval’ does not name a type
In file included from ../../../source/simulation2/components/ICmpObstruction.h:23,
from ../../../source/simulation2/components/ICmpObstruction.cpp:20:
../../../source/simulation2/components/ICmpObstructionManager.h:278: error: ISO C++ forbids declaration of ‘JSClass’ with no type
../../../source/simulation2/components/ICmpObstructionManager.h:278: error: ‘JSClass’ declared as a ‘virtual’ field
../../../source/simulation2/components/ICmpObstructionManager.h:278: error: expected ‘;’ before ‘*’ token
In file included from ../../../source/simulation2/components/ICmpObstruction.cpp:20:
../../../source/simulation2/components/ICmpObstruction.h:95: error: ISO C++ forbids declaration of ‘JSClass’ with no type
../../../source/simulation2/components/ICmpObstruction.h:95: error: ‘JSClass’ declared as a ‘virtual’ field
../../../source/simulation2/components/ICmpObstruction.h:95: error: expected ‘;’ before ‘*’ token
In file included from ../../../source/simulation2/system/InterfaceScripted.h:21,
from ../../../source/simulation2/components/ICmpObstruction.cpp:22:
../../../source/scriptinterface/ScriptInterface.h:96: error: expected ‘;’ before ‘(’ token
../../../source/scriptinterface/ScriptInterface.h:98: error: ISO C++ forbids declaration of ‘JSContext’ with no type
../../../source/scriptinterface/ScriptInterface.h:98: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:99: error: ISO C++ forbids declaration of ‘JSRuntime’ with no type
../../../source/scriptinterface/ScriptInterface.h:99: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:116: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:123: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:128: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:134: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:134: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:134: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:134: error: ISO C++ forbids initialization of member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:134: error: making ‘CallFunctionVoid’ static
../../../source/scriptinterface/ScriptInterface.h:134: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:134: error: template declaration of ‘bool CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:140: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:140: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:140: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:140: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:140: error: ISO C++ forbids initialization of member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:140: error: making ‘CallFunctionVoid’ static
../../../source/scriptinterface/ScriptInterface.h:140: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:140: error: template declaration of ‘bool CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:146: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:146: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:146: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:146: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:146: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:146: error: ISO C++ forbids initialization of member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:146: error: making ‘CallFunctionVoid’ static
../../../source/scriptinterface/ScriptInterface.h:146: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:146: error: template declaration of ‘bool CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:152: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:152: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:152: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:152: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:152: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:152: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:152: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:152: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:158: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:158: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:158: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:158: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:158: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:158: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:158: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:158: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:158: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:164: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:164: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:164: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:164: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:164: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:164: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:164: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:164: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:164: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:164: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:170: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:170: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:170: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:170: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:170: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:170: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:176: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:176: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:176: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:176: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:176: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:176: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:178: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:180: error: ISO C++ forbids declaration of ‘JSClass’ with no type
../../../source/scriptinterface/ScriptInterface.h:180: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:195: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:195: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:195: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:195: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:195: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:195: error: ISO C++ forbids initialization of member ‘SetProperty’
../../../source/scriptinterface/ScriptInterface.h:195: error: making ‘SetProperty’ static
../../../source/scriptinterface/ScriptInterface.h:195: error: ISO C++ forbids in-class initialization of non-const static member ‘SetProperty’
../../../source/scriptinterface/ScriptInterface.h:195: error: template declaration of ‘bool SetProperty’
../../../source/scriptinterface/ScriptInterface.h:202: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:202: error: expected primary-expression before ‘int’
../../../source/scriptinterface/ScriptInterface.h:202: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:202: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:202: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:202: error: ISO C++ forbids initialization of member ‘SetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:202: error: making ‘SetPropertyInt’ static
../../../source/scriptinterface/ScriptInterface.h:202: error: ISO C++ forbids in-class initialization of non-const static member ‘SetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:202: error: template declaration of ‘bool SetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:208: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:208: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:208: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:208: error: ‘out’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:208: error: ISO C++ forbids initialization of member ‘GetProperty’
../../../source/scriptinterface/ScriptInterface.h:208: error: making ‘GetProperty’ static
../../../source/scriptinterface/ScriptInterface.h:208: error: ISO C++ forbids in-class initialization of non-const static member ‘GetProperty’
../../../source/scriptinterface/ScriptInterface.h:208: error: template declaration of ‘bool GetProperty’
../../../source/scriptinterface/ScriptInterface.h:214: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:214: error: expected primary-expression before ‘int’
../../../source/scriptinterface/ScriptInterface.h:214: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:214: error: ‘out’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:214: error: ISO C++ forbids initialization of member ‘GetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:214: error: making ‘GetPropertyInt’ static
../../../source/scriptinterface/ScriptInterface.h:214: error: ISO C++ forbids in-class initialization of non-const static member ‘GetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:214: error: template declaration of ‘bool GetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:219: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:221: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:223: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:223: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:225: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:231: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:246: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:283: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:288: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:288: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:288: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:288: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:288: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:288: error: ISO C++ forbids in-class initialization of non-const static member ‘FromJSVal’
../../../source/scriptinterface/ScriptInterface.h:288: error: template declaration of ‘bool FromJSVal’
../../../source/scriptinterface/ScriptInterface.h:294: error: expected initializer before ‘ToJSVal’
In file included from ../../../source/simulation2/system/InterfaceScripted.h:21,
from ../../../source/simulation2/components/ICmpObstruction.cpp:22:
../../../source/scriptinterface/ScriptInterface.h:321: error: ISO C++ forbids declaration of ‘JSContext’ with no type
../../../source/scriptinterface/ScriptInterface.h:321: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:322: error: ISO C++ forbids declaration of ‘uint64’ with no type
../../../source/scriptinterface/ScriptInterface.h:322: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:326: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:327: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:330: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:330: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:330: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:331: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:332: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:333: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:334: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:334: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:335: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:335: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:336: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:336: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:337: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:337: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:338: error: ‘JSContext’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:339: error: ISO C++ forbids declaration of ‘JSClass’ with no type
../../../source/scriptinterface/ScriptInterface.h:339: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:340: error: expected ‘;’ before ‘(’ token
../../../source/scriptinterface/ScriptInterface.h:342: error: ‘JSNative’ has not been declared
In file included from ../../../source/scriptinterface/ScriptInterface.h:347,
from ../../../source/simulation2/system/InterfaceScripted.h:21,
from ../../../source/simulation2/components/ICmpObstruction.cpp:22:
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
In file included from ../../../source/scriptinterface/ScriptInterface.h:364,
from ../../../source/simulation2/system/InterfaceScripted.h:21,
from ../../../source/simulation2/components/ICmpObstruction.cpp:22:
../../../source/scriptinterface/NativeWrapperDefns.h: At global scope:
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a5’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a5’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a5’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a5’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
In file included from ../../../source/simulation2/system/InterfaceScripted.h:21,
from ../../../source/simulation2/components/ICmpObstruction.cpp:22:
../../../source/scriptinterface/ScriptInterface.h:367: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:367: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:367: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:367: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:367: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:367: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:377: error: ‘bool ScriptInterface::CallFunctionVoid’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:377: error: template definition of non-template ‘bool ScriptInterface::CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:377: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:377: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:377: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:386: error: ‘bool ScriptInterface::CallFunctionVoid’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:386: error: template definition of non-template ‘bool ScriptInterface::CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:386: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:386: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:386: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:386: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:396: error: ‘bool ScriptInterface::CallFunctionVoid’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:396: error: template definition of non-template ‘bool ScriptInterface::CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:396: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:396: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:396: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:396: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:396: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:407: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:407: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:407: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:407: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:407: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:407: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:407: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:419: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:419: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:419: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:419: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:419: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:419: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:419: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:419: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:432: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:432: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:432: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:432: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:446: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:446: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:446: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:446: error: ‘ret’ was not declared in this scope
In file included from ../../../source/simulation2/system/InterfaceScripted.h:21,
from ../../../source/simulation2/components/ICmpObstruction.cpp:22:
../../../source/scriptinterface/ScriptInterface.h: In member function ‘bool ScriptInterface::SetGlobal(const char*, const T&, bool)’:
../../../source/scriptinterface/ScriptInterface.h:463: error: there are no arguments to ‘GetContext’ that depend on a template parameter, so a declaration of ‘GetContext’ must be available
../../../source/scriptinterface/ScriptInterface.h:463: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
../../../source/scriptinterface/ScriptInterface.h: At global scope:
../../../source/scriptinterface/ScriptInterface.h:467: error: ‘bool ScriptInterface::SetProperty’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:467: error: template definition of non-template ‘bool ScriptInterface::SetProperty’
../../../source/scriptinterface/ScriptInterface.h:467: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:467: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:467: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:467: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:467: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:473: error: ‘bool ScriptInterface::SetPropertyInt’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:473: error: template definition of non-template ‘bool ScriptInterface::SetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:473: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:473: error: expected primary-expression before ‘int’
../../../source/scriptinterface/ScriptInterface.h:473: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:473: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:473: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:479: error: ‘bool ScriptInterface::GetProperty’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:479: error: template definition of non-template ‘bool ScriptInterface::GetProperty’
../../../source/scriptinterface/ScriptInterface.h:479: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:479: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:479: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:479: error: ‘out’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:488: error: ‘bool ScriptInterface::GetPropertyInt’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:488: error: template definition of non-template ‘bool ScriptInterface::GetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:488: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:488: error: expected primary-expression before ‘int’
../../../source/scriptinterface/ScriptInterface.h:488: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:488: error: ‘out’ was not declared in this scope
In file included from ../../../source/simulation2/MessageTypes.h:23,
from ../../../source/simulation2/Simulation2.cpp:22:
../../../source/simulation2/system/Message.h:34: error: ‘jsval’ does not name a type../../../source/scriptinterface/ScriptInterface.h: In member function ‘bool ScriptInterface::Eval(const CHAR*, T&)’:
../../../source/scriptinterface/ScriptInterface.h:499: error: ‘jsval’ was not declared in this scope

../../../source/scriptinterface/ScriptInterface.h:499: error: expected ‘;’ before ‘rval’
../../../source/simulation2/system/Message.h:35: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:500: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:502: error: there are no arguments to ‘GetContext’ that depend on a template parameter, so a declaration of ‘GetContext’ must be available
../../../source/scriptinterface/ScriptInterface.h:502: error: ‘rval’ was not declared in this scope
../../../source/simulation2/components/ICmpObstruction.cpp: At global scope:
../../../source/simulation2/components/ICmpObstruction.cpp:24: error: ‘JSClass’ does not name a type
../../../source/simulation2/components/ICmpObstruction.cpp:24: error: ‘JSFunctionSpec’ does not name a type
../../../source/simulation2/components/ICmpObstruction.cpp: In static member function ‘static void ICmpObstruction::InterfaceInit(ScriptInterface&)’:
../../../source/simulation2/components/ICmpObstruction.cpp:36: error: ‘JSContext’ was not declared in this scope
../../../source/simulation2/components/ICmpObstruction.cpp:36: error: ‘cx’ was not declared in this scope
../../../source/simulation2/components/ICmpObstruction.cpp:36: error: ‘class ScriptInterface’ has no member named ‘GetContext’
../../../source/simulation2/components/ICmpObstruction.cpp:36: error: ‘JSObject’ was not declared in this scope
../../../source/simulation2/components/ICmpObstruction.cpp:36: error: ‘global’ was not declared in this scope
../../../source/simulation2/components/ICmpObstruction.cpp:36: error: ‘JS_GetGlobalObject’ was not declared in this scope
../../../source/simulation2/components/ICmpObstruction.cpp:36: error: ‘class_ICmpObstruction’ was not declared in this scope
../../../source/simulation2/components/ICmpObstruction.cpp:36: error: ‘methods_ICmpObstruction’ was not declared in this scope
../../../source/simulation2/components/ICmpObstruction.cpp:36: error: ‘JS_InitClass’ was not declared in this scope
../../../source/simulation2/components/ICmpObstruction.cpp: At global scope:
../../../source/simulation2/components/ICmpObstruction.cpp:36: error: expected constructor, destructor, or type conversion before ‘*’ token
../../../source/simulation2/system/Message.h:42: error: ‘jsval’ has not been declared
In file included from ../../../source/simulation2/system/Interface.h:21,
from ../../../source/simulation2/components/ICmpPathfinder.h:21,
from ../../../source/simulation2/MessageTypes.h:28,
from ../../../source/simulation2/Simulation2.cpp:22:
../../../source/simulation2/system/IComponent.h:55: error: ISO C++ forbids declaration of ‘JSClass’ with no type
../../../source/simulation2/system/IComponent.h:55: error: ‘JSClass’ declared as a ‘virtual’ field
../../../source/simulation2/system/IComponent.h:55: error: expected ‘;’ before ‘*’ token
../../../source/simulation2/system/IComponent.h:56: error: ‘jsval’ does not name a type
In file included from ../../../source/simulation2/MessageTypes.h:28,
from ../../../source/simulation2/Simulation2.cpp:22:
../../../source/simulation2/components/ICmpPathfinder.h:181: error: ISO C++ forbids declaration of ‘JSClass’ with no type
../../../source/simulation2/components/ICmpPathfinder.h:181: error: ‘JSClass’ declared as a ‘virtual’ field
../../../source/simulation2/components/ICmpPathfinder.h:181: error: expected ‘;’ before ‘*’ token
In file included from ../../../source/simulation2/Simulation2.cpp:22:
../../../source/simulation2/MessageTypes.h:43: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:43: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:60: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:60: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:77: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:77: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:93: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:93: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:109: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:109: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:125: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:125: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:148: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:148: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:174: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:174: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:194: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:194: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:214: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:214: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:227: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:227: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:248: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:248: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:268: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:268: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:285: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:285: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:301: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:301: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:315: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:315: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:355: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:355: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:372: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:372: error: ‘jsval’ has not been declared
../../../source/simulation2/MessageTypes.h:389: error: ‘jsval’ does not name a type
../../../source/simulation2/MessageTypes.h:389: error: ‘jsval’ has not been declared
In file included from ../../../source/simulation2/system/ComponentManager.h:23,
from ../../../source/simulation2/Simulation2.cpp:23:
../../../source/scriptinterface/ScriptInterface.h:96: error: expected ‘;’ before ‘(’ token
../../../source/scriptinterface/ScriptInterface.h:98: error: ISO C++ forbids declaration of ‘JSContext’ with no type
../../../source/scriptinterface/ScriptInterface.h:98: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:99: error: ISO C++ forbids declaration of ‘JSRuntime’ with no type
../../../source/scriptinterface/ScriptInterface.h:99: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:116: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:123: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:128: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:134: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:134: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:134: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:134: error: ISO C++ forbids initialization of member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:134: error: making ‘CallFunctionVoid’ static
../../../source/scriptinterface/ScriptInterface.h:134: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:134: error: template declaration of ‘bool CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:140: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:140: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:140: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:140: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:140: error: ISO C++ forbids initialization of member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:140: error: making ‘CallFunctionVoid’ static
../../../source/scriptinterface/ScriptInterface.h:140: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:140: error: template declaration of ‘bool CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:146: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:146: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:146: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:146: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:146: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:146: error: ISO C++ forbids initialization of member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:146: error: making ‘CallFunctionVoid’ static
../../../source/scriptinterface/ScriptInterface.h:146: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:146: error: template declaration of ‘bool CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:152: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:152: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:152: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:152: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:152: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:152: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:152: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:152: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:158: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:158: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:158: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:158: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:158: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:158: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:158: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:158: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:158: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:164: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:164: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:164: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:164: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:164: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:164: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:164: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:164: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:164: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:164: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:170: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:170: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:170: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:170: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:170: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:170: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:176: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:176: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:176: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:176: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:176: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:176: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:178: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:180: error: ISO C++ forbids declaration of ‘JSClass’ with no type
../../../source/scriptinterface/ScriptInterface.h:180: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:195: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:195: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:195: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:195: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:195: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:195: error: ISO C++ forbids initialization of member ‘SetProperty’
../../../source/scriptinterface/ScriptInterface.h:195: error: making ‘SetProperty’ static
../../../source/scriptinterface/ScriptInterface.h:195: error: ISO C++ forbids in-class initialization of non-const static member ‘SetProperty’
../../../source/scriptinterface/ScriptInterface.h:195: error: template declaration of ‘bool SetProperty’
../../../source/scriptinterface/ScriptInterface.h:202: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:202: error: expected primary-expression before ‘int’
../../../source/scriptinterface/ScriptInterface.h:202: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:202: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:202: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:202: error: ISO C++ forbids initialization of member ‘SetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:202: error: making ‘SetPropertyInt’ static
../../../source/scriptinterface/ScriptInterface.h:202: error: ISO C++ forbids in-class initialization of non-const static member ‘SetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:202: error: template declaration of ‘bool SetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:208: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:208: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:208: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:208: error: ‘out’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:208: error: ISO C++ forbids initialization of member ‘GetProperty’
../../../source/scriptinterface/ScriptInterface.h:208: error: making ‘GetProperty’ static
../../../source/scriptinterface/ScriptInterface.h:208: error: ISO C++ forbids in-class initialization of non-const static member ‘GetProperty’
../../../source/scriptinterface/ScriptInterface.h:208: error: template declaration of ‘bool GetProperty’
../../../source/scriptinterface/ScriptInterface.h:214: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:214: error: expected primary-expression before ‘int’
../../../source/scriptinterface/ScriptInterface.h:214: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:214: error: ‘out’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:214: error: ISO C++ forbids initialization of member ‘GetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:214: error: making ‘GetPropertyInt’ static
../../../source/scriptinterface/ScriptInterface.h:214: error: ISO C++ forbids in-class initialization of non-const static member ‘GetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:214: error: template declaration of ‘bool GetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:219: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:221: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:223: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:223: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:225: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:231: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:246: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:283: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:288: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:288: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:288: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:288: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:288: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:288: error: ISO C++ forbids in-class initialization of non-const static member ‘FromJSVal’
../../../source/scriptinterface/ScriptInterface.h:288: error: template declaration of ‘bool FromJSVal’
../../../source/scriptinterface/ScriptInterface.h:294: error: expected initializer before ‘ToJSVal’
In file included from ../../../source/simulation2/system/ComponentManager.h:23,
from ../../../source/simulation2/Simulation2.cpp:23:
../../../source/scriptinterface/ScriptInterface.h:321: error: ISO C++ forbids declaration of ‘JSContext’ with no type
../../../source/scriptinterface/ScriptInterface.h:321: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:322: error: ISO C++ forbids declaration of ‘uint64’ with no type
../../../source/scriptinterface/ScriptInterface.h:322: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:326: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:327: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:330: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:330: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:330: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:331: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:332: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:333: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:334: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:334: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:335: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:335: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:336: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:336: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:337: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:337: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:338: error: ‘JSContext’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:339: error: ISO C++ forbids declaration of ‘JSClass’ with no type
../../../source/scriptinterface/ScriptInterface.h:339: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:340: error: expected ‘;’ before ‘(’ token
../../../source/scriptinterface/ScriptInterface.h:342: error: ‘JSNative’ has not been declared
In file included from ../../../source/scriptinterface/ScriptInterface.h:347,
from ../../../source/simulation2/system/ComponentManager.h:23,
from ../../../source/simulation2/Simulation2.cpp:23:
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
In file included from ../../../source/scriptinterface/ScriptInterface.h:364,
from ../../../source/simulation2/system/ComponentManager.h:23,
from ../../../source/simulation2/Simulation2.cpp:23:
../../../source/scriptinterface/NativeWrapperDefns.h: At global scope:
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a5’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a5’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a5’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a5’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
In file included from ../../../source/simulation2/system/ComponentManager.h:23,
from ../../../source/simulation2/Simulation2.cpp:23:
../../../source/scriptinterface/ScriptInterface.h:367: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:367: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:367: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:367: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:367: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:367: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:377: error: ‘bool ScriptInterface::CallFunctionVoid’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:377: error: template definition of non-template ‘bool ScriptInterface::CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:377: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:377: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:377: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:386: error: ‘bool ScriptInterface::CallFunctionVoid’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:386: error: template definition of non-template ‘bool ScriptInterface::CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:386: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:386: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:386: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:386: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:396: error: ‘bool ScriptInterface::CallFunctionVoid’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:396: error: template definition of non-template ‘bool ScriptInterface::CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:396: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:396: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:396: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:396: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:396: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:407: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:407: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:407: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:407: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:407: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:407: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:407: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:419: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:419: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:419: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:419: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:419: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:419: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:419: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:419: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:432: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:432: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:432: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:432: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:446: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:446: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:446: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:446: error: ‘ret’ was not declared in this scope
In file included from ../../../source/simulation2/system/ComponentManager.h:23,
from ../../../source/simulation2/Simulation2.cpp:23:
../../../source/scriptinterface/ScriptInterface.h: In member function ‘bool ScriptInterface::SetGlobal(const char*, const T&, bool)’:
../../../source/scriptinterface/ScriptInterface.h:463: error: there are no arguments to ‘GetContext’ that depend on a template parameter, so a declaration of ‘GetContext’ must be available
../../../source/scriptinterface/ScriptInterface.h:463: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
../../../source/scriptinterface/ScriptInterface.h: At global scope:
../../../source/scriptinterface/ScriptInterface.h:467: error: ‘bool ScriptInterface::SetProperty’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:467: error: template definition of non-template ‘bool ScriptInterface::SetProperty’
../../../source/scriptinterface/ScriptInterface.h:467: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:467: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:467: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:467: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:467: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:473: error: ‘bool ScriptInterface::SetPropertyInt’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:473: error: template definition of non-template ‘bool ScriptInterface::SetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:473: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:473: error: expected primary-expression before ‘int’
../../../source/scriptinterface/ScriptInterface.h:473: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:473: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:473: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:479: error: ‘bool ScriptInterface::GetProperty’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:479: error: template definition of non-template ‘bool ScriptInterface::GetProperty’
../../../source/scriptinterface/ScriptInterface.h:479: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:479: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:479: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:479: error: ‘out’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:488: error: ‘bool ScriptInterface::GetPropertyInt’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:488: error: template definition of non-template ‘bool ScriptInterface::GetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:488: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:488: error: expected primary-expression before ‘int’
../../../source/scriptinterface/ScriptInterface.h:488: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:488: error: ‘out’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h: In member function ‘bool ScriptInterface::Eval(const CHAR*, T&)’:
../../../source/scriptinterface/ScriptInterface.h:499: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:499: error: expected ‘;’ before ‘rval’
../../../source/scriptinterface/ScriptInterface.h:500: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:502: error: there are no arguments to ‘GetContext’ that depend on a template parameter, so a declaration of ‘GetContext’ must be available
../../../source/scriptinterface/ScriptInterface.h:502: error: ‘rval’ was not declared in this scope
In file included from ../../../source/simulation2/Simulation2.cpp:23:
../../../source/simulation2/system/ComponentManager.h: At global scope:
../../../source/simulation2/system/ComponentManager.h:49: error: ‘jsval’ has not been declared
In file included from ../../../source/simulation2/Simulation2.cpp:24:
../../../source/simulation2/system/ParamNode.h:223: error: ‘jsval’ does not name a type
../../../source/simulation2/system/ParamNode.h:250: error: ‘jsval’ does not name a type
In file included from ../../../source/simulation2/Simulation2.cpp:26:
../../../source/simulation2/components/ICmpAIManager.h:53: error: ISO C++ forbids declaration of ‘JSClass’ with no type
../../../source/simulation2/components/ICmpAIManager.h:53: error: ‘JSClass’ declared as a ‘virtual’ field
../../../source/simulation2/components/ICmpAIManager.h:53: error: expected ‘;’ before ‘*’ token
In file included from ../../../source/simulation2/Simulation2.cpp:27:
../../../source/simulation2/components/ICmpCommandQueue.h:56: error: ISO C++ forbids declaration of ‘JSClass’ with no type
../../../source/simulation2/components/ICmpCommandQueue.h:56: error: ‘JSClass’ declared as a ‘virtual’ field
../../../source/simulation2/components/ICmpCommandQueue.h:56: error: expected ‘;’ before ‘*’ token
In file included from ../../../source/simulation2/Simulation2.cpp:28:
../../../source/simulation2/components/ICmpTemplateManager.h:118: error: ISO C++ forbids declaration of ‘JSClass’ with no type
../../../source/simulation2/components/ICmpTemplateManager.h:118: error: ‘JSClass’ declared as a ‘virtual’ field
../../../source/simulation2/components/ICmpTemplateManager.h:118: error: expected ‘;’ before ‘*’ token
make[1]: *** [obj/simulation2_Release/ICmpObstruction.o] Error 1
make[1]: *** Waiting for unfinished jobs....
NetServer.cpp
Package mozjs185 was not found in the pkg-config search path.
Perhaps you should add the directory containing `mozjs185.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mozjs185' found
In file included from ../../../source/scriptinterface/ScriptVal.h:21,
from ../../../source/network/NetServer.h:25,
from ../../../source/network/NetServer.cpp:20:
../../../source/scriptinterface/ScriptTypes.h:81:22: error: js/jsapi.h: No such file or directory
../../../source/scriptinterface/ScriptTypes.h:91:5: warning: "JS_VERSION" is not defined
../../../source/scriptinterface/ScriptTypes.h:92:2: error: #error Your compiler is trying to use an incorrect version of the SpiderMonkey library.
../../../source/scriptinterface/ScriptTypes.h:93:2: error: #error The only version that works is the one in the libraries/spidermonkey/ directory,
../../../source/scriptinterface/ScriptTypes.h:94:2: error: #error and it will not work with a typical system-installed version.
../../../source/scriptinterface/ScriptTypes.h:95:2: error: #error Make sure you have got all the right files and include paths.
../../../source/simulation2/Simulation2.cpp: In static member function ‘static std::vector<SimulationCommand, std::allocator<SimulationCommand> > CSimulation2Impl::CloneCommandsFromOtherContext(ScriptInterface&, ScriptInterface&, const std::vector<SimulationCommand, std::allocator<SimulationCommand> >&)’:
../../../source/simulation2/Simulation2.cpp:189: error: ‘class ScriptInterface’ has no member named ‘GetContext’
../../../source/simulation2/Simulation2.cpp:190: error: ‘class ScriptInterface’ has no member named ‘CloneValueFromOtherContext’
../../../source/simulation2/Simulation2.cpp:190: error: ‘class CScriptValRooted’ has no member named ‘get’
../../../source/simulation2/Simulation2.cpp: In member function ‘void CSimulation2Impl::Update(int, const std::vector<SimulationCommand, std::allocator<SimulationCommand> >&)’:
../../../source/simulation2/Simulation2.cpp:379: error: ‘class ScriptInterface’ has no member named ‘GetProperty’
../../../source/simulation2/Simulation2.cpp:379: error: ‘class CScriptValRooted’ has no member named ‘get’
../../../source/simulation2/Simulation2.cpp:384: error: ‘class ScriptInterface’ has no member named ‘GetProperty’
../../../source/simulation2/Simulation2.cpp:384: error: ‘class CScriptValRooted’ has no member named ‘get’
../../../source/simulation2/Simulation2.cpp: In member function ‘void CSimulation2::InitGame(const CScriptVal&)’:
../../../source/simulation2/Simulation2.cpp:642: error: ‘class ScriptInterface’ has no member named ‘GetGlobalObject’
../../../source/simulation2/Simulation2.cpp: In member function ‘std::string CSimulation2::GetMapSettingsString()’:
../../../source/simulation2/Simulation2.cpp:716: error: ‘class CScriptValRooted’ has no member named ‘get’
../../../source/simulation2/Simulation2.cpp: In member function ‘CScriptVal CSimulation2::GetMapSettings()’:
../../../source/simulation2/Simulation2.cpp:721: error: ‘class CScriptValRooted’ has no member named ‘get’
../../../source/simulation2/Simulation2.cpp: In member function ‘void CSimulation2::LoadPlayerSettings(bool)’:
../../../source/simulation2/Simulation2.cpp:726: error: ‘class ScriptInterface’ has no member named ‘GetGlobalObject’
../../../source/simulation2/Simulation2.cpp: In member function ‘void CSimulation2::LoadMapSettings()’:
../../../source/simulation2/Simulation2.cpp:732: error: ‘class ScriptInterface’ has no member named ‘GetGlobalObject’
../../../source/simulation2/Simulation2.cpp: In member function ‘std::string CSimulation2::GetAIData()’:
../../../source/simulation2/Simulation2.cpp:894: error: ‘class ScriptInterface’ has no member named ‘SetProperty’
../../../source/simulation2/Simulation2.cpp:894: error: ‘class CScriptValRooted’ has no member named ‘get’
../../../source/simulation2/Simulation2.cpp:897: error: ‘class CScriptValRooted’ has no member named ‘get’
In file included from ../../../source/simulation2/system/ComponentManager.h:23,
from ../../../source/simulation2/Simulation2.cpp:23:
../../../source/scriptinterface/ScriptInterface.h: In member function ‘bool ScriptInterface::Eval(const CHAR*, T&) [with T = CScriptValRooted, CHAR = char]’:
../../../source/simulation2/Simulation2.cpp:894: instantiated from here
../../../source/scriptinterface/ScriptInterface.h:502: error: ‘GetContext’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:502: error: ‘FromJSVal’ was not declared in this scope
make[1]: *** [obj/network_Release/NetFileTransfer.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [obj/simulation2_Release/Simulation2.o] Error 1
make: *** [simulation2] Error 2
In file included from ../../../source/network/NetServer.h:25,
from ../../../source/network/NetServer.cpp:20:
../../../source/scriptinterface/ScriptVal.h:33: error: expected ‘)’ before ‘val’
../../../source/scriptinterface/ScriptVal.h:38: error: ISO C++ forbids declaration of ‘jsval’ with no type
../../../source/scriptinterface/ScriptVal.h:38: error: expected ‘;’ before ‘&’ token
../../../source/scriptinterface/ScriptVal.h:43: error: expected ‘;’ before ‘bool’
../../../source/scriptinterface/ScriptVal.h:46: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptVal.h: In constructor ‘CScriptVal::CScriptVal()’:
../../../source/scriptinterface/ScriptVal.h:32: error: class ‘CScriptVal’ does not have any field named ‘m_Val’
../../../source/scriptinterface/ScriptVal.h:32: error: ‘JSVAL_VOID’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h: In member function ‘bool CScriptVal::undefined() const’:
../../../source/scriptinterface/ScriptVal.h:43: error: ‘m_Val’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h:43: error: ‘JSVAL_IS_VOID’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h: At global scope:
../../../source/scriptinterface/ScriptVal.h:53: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:54: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:59: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptVal.h:65: error: ISO C++ forbids declaration of ‘jsval’ with no type
../../../source/scriptinterface/ScriptVal.h:65: error: expected ‘;’ before ‘&’ token
../../../source/scriptinterface/ScriptVal.h:78: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptVal.h:78: error: template argument 1 is invalid
../../../source/scriptinterface/ScriptVal.h:88: error: expected ‘)’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:91: error: ISO C++ forbids declaration of ‘JSIdArray’ with no type
../../../source/scriptinterface/ScriptVal.h:91: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:93: error: ISO C++ forbids declaration of ‘jsid’ with no type
../../../source/scriptinterface/ScriptVal.h:93: error: expected ‘;’ before ‘operator’
../../../source/scriptinterface/ScriptVal.h:96: error: ISO C++ forbids declaration of ‘JSContext’ with no type
../../../source/scriptinterface/ScriptVal.h:96: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptVal.h:97: error: ISO C++ forbids declaration of ‘JSIdArray’ with no type
../../../source/scriptinterface/ScriptVal.h:97: error: expected ‘;’ before ‘*’ token
In file included from ../../../source/network/NetServer.cpp:23:
../../../source/network/NetMessage.h:117: error: ‘jsval’ has not been declared
../../../source/network/NetMessage.h:139: error: ‘jsval’ has not been declared
In file included from ../../../source/network/NetServer.cpp:30:
../../../source/scriptinterface/ScriptInterface.h:96: error: expected ‘;’ before ‘(’ token
../../../source/scriptinterface/ScriptInterface.h:98: error: ISO C++ forbids declaration of ‘JSContext’ with no type
../../../source/scriptinterface/ScriptInterface.h:98: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:99: error: ISO C++ forbids declaration of ‘JSRuntime’ with no type
../../../source/scriptinterface/ScriptInterface.h:99: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:116: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:123: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:128: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:134: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:134: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:134: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:134: error: ISO C++ forbids initialization of member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:134: error: making ‘CallFunctionVoid’ static
../../../source/scriptinterface/ScriptInterface.h:134: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:134: error: template declaration of ‘bool CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:140: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:140: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:140: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:140: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:140: error: ISO C++ forbids initialization of member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:140: error: making ‘CallFunctionVoid’ static
../../../source/scriptinterface/ScriptInterface.h:140: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:140: error: template declaration of ‘bool CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:146: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:146: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:146: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:146: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:146: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:146: error: ISO C++ forbids initialization of member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:146: error: making ‘CallFunctionVoid’ static
../../../source/scriptinterface/ScriptInterface.h:146: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:146: error: template declaration of ‘bool CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:152: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:152: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:152: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:152: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:152: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:152: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:152: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:152: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:158: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:158: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:158: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:158: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:158: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:158: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:158: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:158: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:158: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:164: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:164: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:164: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:164: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:164: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:164: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:164: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:164: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:164: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:164: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:170: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:170: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:170: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:170: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:170: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:170: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:170: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:176: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:176: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:176: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:176: error: ISO C++ forbids initialization of member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:176: error: making ‘CallFunction’ static
../../../source/scriptinterface/ScriptInterface.h:176: error: ISO C++ forbids in-class initialization of non-const static member ‘CallFunction’
../../../source/scriptinterface/ScriptInterface.h:176: error: template declaration of ‘bool CallFunction’
../../../source/scriptinterface/ScriptInterface.h:178: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:180: error: ISO C++ forbids declaration of ‘JSClass’ with no type
../../../source/scriptinterface/ScriptInterface.h:180: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:195: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:195: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:195: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:195: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:195: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:195: error: ISO C++ forbids initialization of member ‘SetProperty’
../../../source/scriptinterface/ScriptInterface.h:195: error: making ‘SetProperty’ static
../../../source/scriptinterface/ScriptInterface.h:195: error: ISO C++ forbids in-class initialization of non-const static member ‘SetProperty’
../../../source/scriptinterface/ScriptInterface.h:195: error: template declaration of ‘bool SetProperty’
../../../source/scriptinterface/ScriptInterface.h:202: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:202: error: expected primary-expression before ‘int’
../../../source/scriptinterface/ScriptInterface.h:202: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:202: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:202: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:202: error: ISO C++ forbids initialization of member ‘SetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:202: error: making ‘SetPropertyInt’ static
../../../source/scriptinterface/ScriptInterface.h:202: error: ISO C++ forbids in-class initialization of non-const static member ‘SetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:202: error: template declaration of ‘bool SetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:208: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:208: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:208: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:208: error: ‘out’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:208: error: ISO C++ forbids initialization of member ‘GetProperty’
../../../source/scriptinterface/ScriptInterface.h:208: error: making ‘GetProperty’ static
../../../source/scriptinterface/ScriptInterface.h:208: error: ISO C++ forbids in-class initialization of non-const static member ‘GetProperty’
../../../source/scriptinterface/ScriptInterface.h:208: error: template declaration of ‘bool GetProperty’
../../../source/scriptinterface/ScriptInterface.h:214: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:214: error: expected primary-expression before ‘int’
../../../source/scriptinterface/ScriptInterface.h:214: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:214: error: ‘out’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:214: error: ISO C++ forbids initialization of member ‘GetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:214: error: making ‘GetPropertyInt’ static
../../../source/scriptinterface/ScriptInterface.h:214: error: ISO C++ forbids in-class initialization of non-const static member ‘GetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:214: error: template declaration of ‘bool GetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:219: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:221: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:223: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:223: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:225: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:231: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:246: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:283: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:288: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:288: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:288: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:288: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:288: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:288: error: ISO C++ forbids in-class initialization of non-const static member ‘FromJSVal’
../../../source/scriptinterface/ScriptInterface.h:288: error: template declaration of ‘bool FromJSVal’
../../../source/scriptinterface/ScriptInterface.h:294: error: expected initializer before ‘ToJSVal’
In file included from ../../../source/network/NetServer.cpp:30:
../../../source/scriptinterface/ScriptInterface.h:321: error: ISO C++ forbids declaration of ‘JSContext’ with no type
../../../source/scriptinterface/ScriptInterface.h:321: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:322: error: ISO C++ forbids declaration of ‘uint64’ with no type
../../../source/scriptinterface/ScriptInterface.h:322: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:326: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:327: error: ‘jsval’ does not name a type
../../../source/scriptinterface/ScriptInterface.h:330: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:330: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:330: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:331: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:332: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:333: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:334: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:334: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:335: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:335: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:336: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:336: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:337: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:337: error: ‘jsval’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:338: error: ‘JSContext’ has not been declared
../../../source/scriptinterface/ScriptInterface.h:339: error: ISO C++ forbids declaration of ‘JSClass’ with no type
../../../source/scriptinterface/ScriptInterface.h:339: error: expected ‘;’ before ‘*’ token
../../../source/scriptinterface/ScriptInterface.h:340: error: expected ‘;’ before ‘(’ token
../../../source/scriptinterface/ScriptInterface.h:342: error: ‘JSNative’ has not been declared
In file included from ../../../source/scriptinterface/ScriptInterface.h:347,
from ../../../source/network/NetServer.cpp:30:
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:55: error: expected initializer before ‘call’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDecls.h:62: error: expected initializer before ‘callMethod’
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h: In member function ‘void ScriptInterface::RegisterFunction(const char*)’:
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: ‘call’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDecls.h:47: error: expected primary-expression before ‘,’ token
In file included from ../../../source/scriptinterface/ScriptInterface.h:364,
from ../../../source/network/NetServer.cpp:30:
../../../source/scriptinterface/NativeWrapperDefns.h: At global scope:
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: expected primary-expression before ‘a5’
../../../source/scriptinterface/NativeWrapperDefns.h:33: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: expected primary-expression before ‘a5’
../../../source/scriptinterface/NativeWrapperDefns.h:45: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘cx’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: expected primary-expression before ‘a5’
../../../source/scriptinterface/NativeWrapperDefns.h:59: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘JSContext’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘,’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘*’ token
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: ‘c’ was not declared in this scope
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘fptr’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a0’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a1’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a2’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a3’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a4’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: expected primary-expression before ‘a5’
../../../source/scriptinterface/NativeWrapperDefns.h:70: error: variable or field ‘call’ declared void
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:104: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: ‘JSClass’ has not been declared
../../../source/scriptinterface/NativeWrapperDefns.h:122: error: expected constructor, destructor, or type conversion before ‘ScriptInterface’
In file included from ../../../source/network/NetServer.cpp:30:
../../../source/scriptinterface/ScriptInterface.h:367: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:367: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:367: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:367: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:367: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:367: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:377: error: ‘bool ScriptInterface::CallFunctionVoid’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:377: error: template definition of non-template ‘bool ScriptInterface::CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:377: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:377: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:377: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:386: error: ‘bool ScriptInterface::CallFunctionVoid’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:386: error: template definition of non-template ‘bool ScriptInterface::CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:386: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:386: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:386: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:386: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:396: error: ‘bool ScriptInterface::CallFunctionVoid’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:396: error: template definition of non-template ‘bool ScriptInterface::CallFunctionVoid’
../../../source/scriptinterface/ScriptInterface.h:396: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:396: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:396: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:396: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:396: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:407: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:407: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:407: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:407: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:407: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:407: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:407: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:419: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:419: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:419: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:419: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:419: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:419: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:419: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:419: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:432: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:432: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:432: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:432: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:432: error: ‘ret’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:446: error: ‘bool ScriptInterface::CallFunction’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:446: error: template definition of non-template ‘bool ScriptInterface::CallFunction’
../../../source/scriptinterface/ScriptInterface.h:446: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:446: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:446: error: ‘ret’ was not declared in this scope
In file included from ../../../source/network/NetServer.cpp:30:
../../../source/scriptinterface/ScriptInterface.h: In member function ‘bool ScriptInterface::SetGlobal(const char*, const T&, bool)’:
../../../source/scriptinterface/ScriptInterface.h:463: error: there are no arguments to ‘GetContext’ that depend on a template parameter, so a declaration of ‘GetContext’ must be available
../../../source/scriptinterface/ScriptInterface.h:463: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
../../../source/scriptinterface/ScriptInterface.h: At global scope:
../../../source/scriptinterface/ScriptInterface.h:467: error: ‘bool ScriptInterface::SetProperty’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:467: error: template definition of non-template ‘bool ScriptInterface::SetProperty’
../../../source/scriptinterface/ScriptInterface.h:467: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:467: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:467: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:467: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:467: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:473: error: ‘bool ScriptInterface::SetPropertyInt’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:473: error: template definition of non-template ‘bool ScriptInterface::SetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:473: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:473: error: expected primary-expression before ‘int’
../../../source/scriptinterface/ScriptInterface.h:473: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:473: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:473: error: expected primary-expression before ‘bool’
../../../source/scriptinterface/ScriptInterface.h:479: error: ‘bool ScriptInterface::GetProperty’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:479: error: template definition of non-template ‘bool ScriptInterface::GetProperty’
../../../source/scriptinterface/ScriptInterface.h:479: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:479: error: expected primary-expression before ‘const’
../../../source/scriptinterface/ScriptInterface.h:479: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:479: error: ‘out’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:488: error: ‘bool ScriptInterface::GetPropertyInt’ is not a static member of ‘class ScriptInterface’
../../../source/scriptinterface/ScriptInterface.h:488: error: template definition of non-template ‘bool ScriptInterface::GetPropertyInt’
../../../source/scriptinterface/ScriptInterface.h:488: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:488: error: expected primary-expression before ‘int’
../../../source/scriptinterface/ScriptInterface.h:488: error: expected primary-expression before ‘&’ token
../../../source/scriptinterface/ScriptInterface.h:488: error: ‘out’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h: In member function ‘bool ScriptInterface::Eval(const CHAR*, T&)’:
../../../source/scriptinterface/ScriptInterface.h:499: error: ‘jsval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:499: error: expected ‘;’ before ‘rval’
../../../source/scriptinterface/ScriptInterface.h:500: error: ‘rval’ was not declared in this scope
../../../source/scriptinterface/ScriptInterface.h:502: error: there are no arguments to ‘GetContext’ that depend on a template parameter, so a declaration of ‘GetContext’ must be available
../../../source/scriptinterface/ScriptInterface.h:502: error: ‘rval’ was not declared in this scope
/usr/include/enet/enet.h: In member function ‘bool CNetServerWorker::SetupConnection()’:
/usr/include/enet/enet.h:461: error: too many arguments to function ‘ENetHost* enet_host_create(const ENetAddress*, size_t, enet_uint32, enet_uint32)’
../../../source/network/NetServer.cpp:168: error: at this point in file
../../../source/network/NetServer.cpp: In member function ‘void CNetServer::UpdateGameAttributes(const CScriptVal&, ScriptInterface&)’:
../../../source/network/NetServer.cpp:949: error: ‘const class CScriptVal’ has no member named ‘get’
make[1]: *** [obj/network_Release/NetServer.o] Error 1
make: *** [network] Error 2
death@Dimension5150:~/bin/0ad/build/workspaces/gcc$

Edited by fcxSanya
Moved the long terminal log under the spoiler/code tags
Link to comment
Share on other sites

You should only use `--with-system-component` switches if you have that package installed, without the switch the version included in our svn will be used (and I guess this is what you want).

Our irc channels should be listed somewhere on trac but join us on #0ad-dev or #0ad on QuakeNet.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...