Jump to content

Can´t build premake


Recommended Posts

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 2

make: Leaving directory `/db/dev/oad/build/premake/src'

ERROR: Premake build failed

[LinuxDonald@localhost workspaces]$

Link to comment
Share on other sites

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 do

cd ../premake/src
make clean

and 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...