You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All going smoothly up until I get a well-know error makedev error response. The solution is given as ...
"If you get the makedev error, the problem is a missing function called makedev, not a program.
makedev() is actually a macro and you need to include the correct header for it.
At the top of mailbox.c add the following line. "
#include <sys/sysmacros.h>
My issue is as I'm not a coder how/where do I add the above line. Sorry need some spoon feeding here
The text was updated successfully, but these errors were encountered:
All going smoothly up until I get a well-know error makedev error response. The solution is given as ...
"If you get the makedev error, the problem is a missing function called makedev, not a program.
makedev() is actually a macro and you need to include the correct header for it.
At the top of mailbox.c add the following line. "
#include <sys/sysmacros.h>
My issue is as I'm not a coder how/where do I add the above line. Sorry need some spoon feeding here
The text was updated successfully, but these errors were encountered: