ninio Posted July 29, 2009 Report Share Posted July 29, 2009 (edited) Hi, I ran "make" in the directory "trunk/libraries/fcollada/src". The problem is when I try run "update-workspaces.sh" in the directory "trunk/build/workspaces", I get a "premake not found". Well, looking in the "update-workspaces.sh" script I saw the premake must to be in "trunk/build/premake", but it is not there .What's wrong?, plese, help. I'm on Debian Lenny.Another thing: I don't have the "premake" package, Where can I to find this for my Debian?.Edit: The first "make" don't gives any error. The last lines out are:cp output/libFColladaSD.a ../lib/libFColladaSD.acp output/libFColladaSR.a ../lib/libFColladaSR.a Edited July 29, 2009 by ninio Quote Link to comment Share on other sites More sharing options...
harcko Posted July 29, 2009 Report Share Posted July 29, 2009 try thiscd trunk/build/premake/src/makecp bin/premake ../.then try run the update-workspaces.sh Quote Link to comment Share on other sites More sharing options...
ninio Posted July 29, 2009 Author Report Share Posted July 29, 2009 (edited) try thiscd trunk/build/premake/src/makecp bin/premake ../.then try run the update-workspaces.shDone. Now I get: "** No Premake script found!"Edit: Sorry!, I was beacuse I was using the update-workspaces.sh medified by me. I did restore the orignal and now It's works! Thanks man!.Edit 2:New problem. Now I must to run "make -jx" where x is the numbers of CPU's, in my case 1. I make it, and I get the following error:(...)../../../source/scripting/ScriptableObject.h:37: error: ‘jsval’ does not name a type../../../source/scripting/ScriptableObject.h:38: error: ‘JSContext’ has not been declared../../../source/scripting/ScriptableObject.h:38: error: ‘jsval’ has not been declared../../../source/scripting/ScriptableObject.h:47: error: expected identifier before ‘*’ token../../../source/scripting/ScriptableObject.h:47: error: ‘JSContext’ has not been declared../../../source/scripting/ScriptableObject.h:47: error: ISO C++ forbids declaration of ‘jsval’ with no type../../../source/scripting/ScriptableObject.h:47: error: ‘jsval’ declared as function returning a function../../../source/scripting/ScriptableObject.h:48: error: ‘JSContext’ has not been declared../../../source/scripting/ScriptableObject.h:54: error: ‘JSContext’ has not been declared../../../source/scripting/ScriptableObject.h:74: error: ‘jsval’ does not name a type../../../source/scripting/ScriptableObject.h:78: error: ‘JSContext’ has not been declared../../../source/scripting/ScriptableObject.h:78: error: ‘jsval’ has not been declared../../../source/scripting/ScriptableObject.h:96: error: ‘jsval’ does not name a type../../../source/scripting/ScriptableObject.h:100: error: ‘JSContext’ has not been declared../../../source/scripting/ScriptableObject.h:100: error: ‘jsval’ has not been declared../../../source/scripting/ScriptableObject.h:112: error: ‘GetFn’ in class ‘IJSObject’ does not name a type../../../source/scripting/ScriptableObject.h:118: error: expected `)' before ‘Getter’../../../source/network/NetMessage.cpp:1062: error: expected `}' at end of input../../../source/network/NetMessage.cpp:1062: error: expected unqualified-id at end of inputmake[1]: *** [obj/network_Debug/NetMessage.o] Error 1make: *** [network] Error 2Like if some header is no there Edited July 29, 2009 by ninio Quote Link to comment Share on other sites More sharing options...
harcko Posted July 29, 2009 Report Share Posted July 29, 2009 (edited) no problem Edited July 29, 2009 by harcko Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted July 30, 2009 Report Share Posted July 30, 2009 Looks like you need to install SpiderMonkey. Try the "libmozjs-dev" package (I'm not sure if that actually works so it'd be good to know), else try the SpiderMonkey installation instructions. Quote Link to comment Share on other sites More sharing options...
ninio Posted July 30, 2009 Author Report Share Posted July 30, 2009 (edited) Looks like you need to install SpiderMonkey. Try the "libmozjs-dev" package (I'm not sure if that actually works so it'd be good to know), else try the SpiderMonkey installation instructions.Thanks! it worked!.I'm playing now. Thank to all who helped me! Edited July 30, 2009 by ninio 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.