Closed acjbrouwer closed 3 years ago
Issue resolved by @andreyaugustynczik through compilation in absence of merge_files.so
via compile_table_merger()
helper function using the Rtools4 toolchain. Apparently, being MinGW-based, this properly sets the emulated x
flag on Windows:
$ ls -l merge_files.so
-rwxrwxr-x+ 1 brouwer esm 983040 Nov 3 15:05 merge_files.so
When running the notebook for commit 147d97357ed91352c964a525e600aebc6a158252 with all the submodules, including the G4M one, cloned as per their submodule references as current in that commit, running chunk 'Set up directories and functions throws the following error.
Setting the
x
flag on the file via Cygwin resolved the issue. But that is kinda curious because you'd not expect it to require that on Windows, with the access being from the R runtime. @andreyaugustynczik, did you not encounter this error?Related discussion: https://sourceforge.net/p/mingw/bugs/1475/