building the genromfs tool - 2 header files missing
Posted: Thu Apr 24, 2008 12:49 am
svn://svn.ps2dev.org/ps2/trunk/ps2sdk-ports/romfs/ has a tool called genromfs for generating Rom File systems.
The source lives in tools/genromfs with the source genromfs.c trying to include two header files I do not have in my install.
#include <netinet/in.h> and include <sys/sysmacros.h>
I am runing the PS2SDK under MinGW/ Msys on a Win2k machine.
I can not find these header files on my system. Nor could I find them anywhere in the trunk of the subversion repository.
Can anyone send me these files or point to where I might find them.
The source lives in tools/genromfs with the source genromfs.c trying to include two header files I do not have in my install.
#include <netinet/in.h> and include <sys/sysmacros.h>
I am runing the PS2SDK under MinGW/ Msys on a Win2k machine.
I can not find these header files on my system. Nor could I find them anywhere in the trunk of the subversion repository.
Can anyone send me these files or point to where I might find them.