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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...