LinuxDonald Posted December 26, 2009 Report Share Posted December 26, 2009 i can´t build premake:==== Building Premake ====make[1]: *** No rule to make target `/usr/lib/gcc/x86_64-redhat-linux/4.4.0/include/stddef.h', needed by `obj/Debug/sharpdev.o'. Stop.make: *** [Premake] Error 2make: Leaving directory `/db/dev/oad/build/premake/src'ERROR: Premake build failed[LinuxDonald@localhost workspaces]$ Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted December 27, 2009 Report Share Posted December 27, 2009 Hmm, I guess you've compiled it successfully in the past but upgraded your system since then? That would cause it to have out-of-date dependency information which would give those errors.In that case, it should be solved if you docd ../premake/srcmake cleanand then run update-workspaces as normal. You might also need to run "make clean" inside libraries/fcollada/src, and "make -f Makefile.ref clean" inside libraries/spidermonkey/src/js/src, and "make clean" in build/workspaces/gcc, if you get similar error messages in those places.(Is there a nicer way we could handle this problem?) Quote Link to comment Share on other sites More sharing options...
LinuxDonald Posted December 27, 2009 Author Report Share Posted December 27, 2009 Make an clean script ..... 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.