Skip to content

Modified readme2modulestrings.py so that it will work in a MinGW Windows environment.

Bitbucket Importer requested to merge bitbucket/merged-pr-656 into branch/unified

Created originally on Bitbucket by daniel_fort (Daniel Fort)

Was already merged in Bitbucket before import, marked as merged by the import user

It may not be elegant but it works for compiling the command line tools on a Windows system set up with a simple MinGW install. Not cygwin that requires .dll's for the binaries to work or Linux in a virtual machine. Building raw2dng requires pull request #655 lv_rec: use fseeko/fseeko64 depending on platform as in mlv_dump.c. I'm keeping the pull requests separate because the raw2dng.c change is sort of a no-brainer copy of what is already working in mlv_dump.c and this one required lots of testing to get it to work. One "side effect" of this is that it is now possible to build ML in MinGW in Windows as long as the ARM cross compiler is installed in the home directory. However, I have not been able to get a working autoexec.bin yet.

[EDIT: Found the issue with autoexec.bin, xor_chk not working in Windows.]

[EDIT2: Found the solution to the autoexec.bin issue, thanks to @dmilligan for pointing it out. Pull request #658 build_tools for Windows.

Merge request reports