armgong / rjulia

R package which integrating R and Julia
GNU General Public License v2.0
146 stars 23 forks source link

Fix compile error on Windows #17

Closed dgromer closed 9 years ago

dgromer commented 9 years ago

Compilation on Windows failed with error: unknown type name 'SRWLOCK' (see https://github.com/JuliaLang/julia/issues/9973). The following fix adds the compiler flag -D_WIN32_WINNT=0x0600 in the Makevars.win.

armgong commented 9 years ago

thanks a lot

armgong commented 9 years ago

thanks a lot