I tried to build the latest SVN trunk (Revision: 5949) with almost all applets of busybox enabled, then I got this error:
make[5]: Entering directory `/home/arachma1/trunk/build_mipsel/busybox-1.3.1'
CC e2fsprogs/ext2fs/unix_io.o
e2fsprogs/ext2fs/unix_io.c:422:75: error: "SIZEOF_LONG" is not defined
make[6]: *** [e2fsprogs/ext2fs/unix_io.o] Error 1
I am not an experienced C programmer, but I guess we need to define the "SIZEOF_LONG". Does anybody know where should that be defined? Should that be defined in unix_io.c or in one of its .h files? If that should defined in one of the .h files, which one would that be?
Thanks a lot in advance.