Jump to content

No rule to make target `/usr/include/x86/_types.h' ?


Recommended Posts

Hei people , i try to compile the db and i receive this error:

Spoiler

root@host:/metin2/mainline_valentindeian/db/src # gmake -j20
gmake: *** No rule to make target `/usr/include/x86/_types.h', needed by `.obj/Config.o'.  Stop.
 

 

I don`t have that files , what i need to do ? ( i change the machine virtual box and now i have this error )

I buy the source from ken with about 1 years ago and probably i forgotten to install something, but what ?

Link to comment
Share on other sites

  • Premium
8 hours ago, DeYaN. said:

I buy the source from ken with about 1 years ago and probably i forgotten to install something, but what ?

gmake: *** No rule to make target `/usr/include/x86/_types.h', needed by `.obj/Config.o'.  Stop.

gmake: *** No rule to make target `/usr/include/x86/_types.h'

`/usr/include/x86/_types.h'

_types.h

_types.h

 

google.com -> _types.h freebsd

Link to comment
Share on other sites

_types.h isn't missing. It's the DEPEND-file that may be messed up a bit. Try to do the following:

mv Depend Depend.bak

gmake dep

This recreates the Depend-file as long as you have devel/makedepend installed. It automagically creates a new Depend-file with the correct path to _types.h

  • Good 1
  • Love 6

We are the tortured.
We're not your friends.
As long as we're not visible.
We are unfixable.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.