Hi, I am trying to compile the darwin ports, it prompts an error of missing md5.h. i search for it and it resides in /usr/include/sys. So i copy it to /usr/include.
After which, the compiler complains of a missing fetch.h. This time, fetch.h is located in another directory, and i need to copy it to /usr/include.
Then i try to compile it again, this time round, it complains of another missing header file.
So i am wondering is there a way, to link the compiler to all the header files?
Or did i miss out something , like a step to be done before i can compile the darwin pkg successfully without any error ?
Thanks in advance and much appreciate for any kind of assistance.
Jus
After which, the compiler complains of a missing fetch.h. This time, fetch.h is located in another directory, and i need to copy it to /usr/include.
Then i try to compile it again, this time round, it complains of another missing header file.
So i am wondering is there a way, to link the compiler to all the header files?
Or did i miss out something , like a step to be done before i can compile the darwin pkg successfully without any error ?
Thanks in advance and much appreciate for any kind of assistance.
Jus