Jump to content

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
https://metin2.dev/topic/14673-no-rule-to-make-target-usrincludex86_typesh/
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

_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.

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.