wildart / FLANN.jl

A Julia wrapper for Fast Library for Approximate Nearest Neighbors (FLANN)
Other
16 stars 14 forks source link

Build Error in Windows 10 #16

Closed samuel100 closed 7 years ago

samuel100 commented 7 years ago

LoadError: UndefVarError: @osx_only not defined while loading C:\Users\XXX\AppData\Local\JuliaPro-0.6.0.1\pkgs-0.6.0.1\v0.6\FLANN\deps\build.jl, in expression starting on line 13

samuel100 commented 7 years ago

To solve: I cloned from GH rather than use Pkg.add("FLANN") i.e. I used the following commands:

Pkg.clone("https://github.com/wildart/FLANN.jl.git") Pkg.build("FLANN")