LinuxDonald Posted December 26, 2009 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]$ Link to comment Share on other sites More sharing options...
Ykkrosh Posted December 27, 2009 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?) Link to comment Share on other sites More sharing options...
LinuxDonald Posted December 27, 2009 Author Share Posted December 27, 2009 Make an clean script ..... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now