deejayy / hlds-v8

Half Life Dedicated Server with Google V8 JS Engine (a metamod plugin)
12 stars 2 forks source link

Error: invalid conversion from 'v8::Value*' to 'v8::String*' #2

Closed maxpain closed 10 years ago

maxpain commented 10 years ago
root@comeback:/home/maxpain177/dev/hlds-v8# ./build.sh
In file included from ../metamod-1.20/metamod/sdk_util.h:55:0,
                 from ../metamod-1.20/metamod/dllapi.h:40,
                 from dllapi.cpp:3:
../hlsdk-2.3-p4/multiplayer/dlls/util.h:249:70: warning: 'typedef' was ignored in this declaration [enabled by default]
In file included from ../metamod-1.20/metamod/sdk_util.h:55:0,
                 from ../metamod-1.20/metamod/dllapi.h:40,
                 from ../metamod-1.20/metamod/meta_api.h:40,
                 from engine_api.cpp:3:
../hlsdk-2.3-p4/multiplayer/dlls/util.h:249:70: warning: 'typedef' was ignored in this declaration [enabled by default]
In file included from ../metamod-1.20/metamod/sdk_util.h:55:0,
                 from ../metamod-1.20/metamod/log_meta.h:41,
                 from ../metamod-1.20/metamod/osdep.h:48,
                 from ../metamod-1.20/metamod/h_export.h:40,
                 from h_export.cpp:3:
../hlsdk-2.3-p4/multiplayer/dlls/util.h:249:70: warning: 'typedef' was ignored in this declaration [enabled by default]
In file included from ../metamod-1.20/metamod/sdk_util.h:55:0,
                 from ../metamod-1.20/metamod/dllapi.h:40,
                 from ../metamod-1.20/metamod/meta_api.h:40,
                 from hldsv8.cpp:2:
../hlsdk-2.3-p4/multiplayer/dlls/util.h:249:70: warning: 'typedef' was ignored in this declaration [enabled by default]
In file included from ../metamod-1.20/metamod/sdk_util.h:55:0,
                 from ../metamod-1.20/metamod/dllapi.h:40,
                 from ../metamod-1.20/metamod/meta_api.h:40,
                 from hldsv8_common.cpp:2:
../hlsdk-2.3-p4/multiplayer/dlls/util.h:249:70: warning: 'typedef' was ignored in this declaration [enabled by default]
In file included from hldsv8_common.cpp:7:0:
../v8/include/v8.h: In instantiation of 'v8::Handle<T>::Handle(v8::Handle<S>) [with S = v8::Value; T = v8::String]':
hldsv8_common.cpp:317:54:   required from here
../v8/include/v8.h:243:5: error: invalid conversion from 'v8::Value*' to 'v8::String*' [-fpermissive]
root@comeback:/home/maxpain177/dev/hlds-v8#