Yippee, I also got it compiled and working on 60 :-) ...
... but raw2dng tool compilation fails, has anyone else had this problem on Windows (I use mingw32 x86 (mingw-w64 doesnt work at all)) - doh.
[ MODULE ] raw_rec.mo
[ GCC ] raw2dng
[ GCC ] raw2dng
../lv_rec/raw2dng.c: In function 'main':
../lv_rec/raw2dng.c:38:5: warning: implicit declaration of function 'fseeko' [-Wimplicit-function-declaration]
[ GCC ] raw2dng
raw2dng.o:raw2dng.c:(.text.startup+0x58): undefined reference to `fseeko'
collect2.exe: error: ld returned 1 exit status
make[1]: *** [raw2dng] Error 1
make[1]: Leaving directory `/ml/ml-trunk/modules/raw_rec'
make: *** [all] Error 2