Hello fedora-mingw  readers,

I'm in need for mke2fs and other ext2fs utilities on windows (e2fsprogs-1.41.4).
I'm using Fedora-10-mingw32 code and tried to go through the compile and build, I have partial success.

I was wondering if e2fsprogs will be included in the Fedora/mingw32 packages?
I believe that having the e2fsprogs and libraries in the fedora-mingw32/64 project will enhance it to administration and recovery applications.

The major issue is around fcntl() locking constants. When I compile mingw on windows I don't have these issues.
Does the mingw32 binary library contain an fcntl() wrapper that calls the windows LockFileIs()

I'll appreciate any help, direction or references.

Details of the error:

tdb.c:3102: error: 'F_WRLCK' undeclared (first use in this function)
tdb.c:3102: error: 'F_SETLKW' undeclared (first use in this function)
tdb.c:3108: error: 'F_UNLCK' undeclared (first use in this function)

Best regards,
Erez