You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the notebook for commit 147d973 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.
> dyn.load(path(CD,WD_G4M,"/tableMergeForLinker/merge_files.so"))
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'E:/work/GLOBIOM/links/GLOBIOM-G4M-link/G4M/tableMergeForLinker/merge_files.so':
LoadLibrary failure: Access is denied.
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?
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 147d973 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/
The text was updated successfully, but these errors were encountered: