armgong / rjulia

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

MakeVars and @windows_only fixes #42

Closed phaverty closed 8 years ago

phaverty commented 8 years ago

In the branch https://github.com/phaverty/rjulia I have various julia 0.5 changes going, but you may find the changes to the MakeVars file and the Windows-only code useful independent of the other changes. I used the example in Julia's new embedding documentation to figure out what all the compile flags should be. This fixes a compile-time error on 0.5.

The required code for marking something Windows-only changed and I followed the suggestion in julia's warning message.

phaverty commented 8 years ago

Fixed by #43