plumo Posted January 2, 2010 Report Share Posted January 2, 2010 (edited) Compiling...JSInterface_IGUIObject.cpp..\..\..\source\gui\scripting\JSInterface_IGUIObject.cpp(436) : error C2660: 'JS_GetClass' : function does not take 2 arguments..\..\..\source\gui\scripting\JSInterface_IGUIObject.cpp(473) : error C2660: 'JS_GetClass' : function does not take 2 argumentsCompiling...ScriptGlue.cpp..\..\..\source\scripting\ScriptGlue.cpp(255) : error C2660: 'JS_GetClass' : function does not take 2 arguments..\..\..\source\scripting\ScriptGlue.cpp(345) : error C2660: 'JS_GetClass' : function does not take 2 argumentsScriptingHost.cpp..\..\..\source\scripting\ScriptingHost.cpp(67) : error C3861: 'JS_BeginRequest': identifier not found..\..\..\source\scripting\ScriptingHost.cpp(94) : error C3861: 'JS_EndRequest': identifier not foundGenerating Code...Linking...LINK : fatal error LNK1104: cannot open file '.\obj\gui_debug\jsinterface_iguiobject.obj' Edited January 2, 2010 by plumo Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted January 2, 2010 Report Share Posted January 2, 2010 Did you run update-workspaces.bat after updating from SVN? Sounds like you forgot to do that and so your project settings are out of date Quote Link to comment Share on other sites More sharing options...
plumo Posted January 2, 2010 Author Report Share Posted January 2, 2010 Ok thanks but I get more errors now Compiling...ScriptGlue.cpp..\..\..\source\scripting\ScriptGlue.cpp(255) : error C2660: 'JS_GetClass' : function does not take 2 arguments..\..\..\source\scripting\ScriptGlue.cpp(345) : error C2660: 'JS_GetClass' : function does not take 2 argumentsScriptingHost.cpp..\..\..\source\scripting\ScriptingHost.cpp(67) : error C3861: 'JS_BeginRequest': identifier not found..\..\..\source\scripting\ScriptingHost.cpp(94) : error C3861: 'JS_EndRequest': identifier not foundGenerating Code...Compiling...svn_revision.cppCreating library...secure_crt.obj : warning LNK4221: no public symbols found; archive member will be inaccessibleos_cpu.obj : warning LNK4221: no public symbols found; archive member will be inaccessiblecpu.obj : warning LNK4221: no public symbols found; archive member will be inaccessiblevfs_path.obj : warning LNK4221: no public symbols found; archive member will be inaccessibleio_align.obj : warning LNK4221: no public symbols found; archive member will be inaccessibleLinking...LINK : fatal error LNK1104: cannot open file '.\obj\engine_debug\scriptglue.obj' Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted January 2, 2010 Report Share Posted January 2, 2010 Hmm, those errors look the same as before - it might be that Visual Studio is getting confused (not an uncommon occurrence), so you should try exiting VS, running update-workspaces.bat again, opening it in VS again, doing a "Clean Solution", and then building again. Hopefully it'll then pick up the project changes correctly. Quote Link to comment Share on other sites More sharing options...
plumo Posted January 2, 2010 Author Report Share Posted January 2, 2010 Ok when I tried to build the release:Microsoft Visual Studio C Runtime Library has detected a fatal error in pyrogenesis.exe.Press Break to debug the program or Continue to terminate the program.The thread 'Win32 Thread' (0x113c) has exited with code -1073740777 (0xc0000417).The thread 'main' (0x1074) has exited with code -1073740777 (0xc0000417).The thread 'RPC Callback Thread' (0xe3c) has exited with code -1073740777 (0xc0000417).The thread 'Win32 Thread' (0x1ae8) has exited with code -1073740777 (0xc0000417).The thread 'RPC Callback Thread' (0x10f4) has exited with code -1073740777 (0xc0000417).The thread 'whrt_UpdateThread' (0x12d4) has exited with code -1073740777 (0xc0000417).The thread 'Win32 Thread' (0x1f28) has exited with code -1073740777 (0xc0000417).The program '[6720] pyrogenesis.exe: Native' has exited with code -1073740777 (0xc0000417).Somewhere aroundwaio.ccpline 174 Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted January 2, 2010 Report Share Posted January 2, 2010 That's a recently-introduced bug - see this thread. Quote Link to comment Share on other sites More sharing options...
plumo Posted January 2, 2010 Author Report Share Posted January 2, 2010 Thanks. Is there a solution or do I wait Quote Link to comment Share on other sites More sharing options...
janwas Posted January 3, 2010 Report Share Posted January 3, 2010 Fixed Quote Link to comment Share on other sites More sharing options...
plumo Posted January 3, 2010 Author Report Share Posted January 3, 2010 thanks Checking out now Quote Link to comment Share on other sites More sharing options...
plumo Posted January 3, 2010 Author Report Share Posted January 3, 2010 Ok issue solved Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.