JuliaStrings / ICU.jl

Julia wrapper for the International Components for Unicode (ICU) library
MIT License
10 stars 19 forks source link

Fails on FreeBSD: LoadError: UndefVarError: @osx_only not defined #29

Open yurivict opened 6 years ago

yurivict commented 6 years ago
INFO: Building ICU
===============================================================================[ ERROR: ICU ]================================================================================

LoadError: UndefVarError: @osx_only not defined
while loading /usr/home/yuri/.julia/v0.6/ICU/deps/build.jl, in expression starting on line 9

=============================================================================================================================================================================
nalimilan commented 6 years ago

This package isn't maintained anymore AFAIK. You can try with https://github.com/JuliaString/ICU.jl.

yurivict commented 6 years ago

This package is references on https://pkg.julialang.org/ and is automatically picked up for Pkg.add("ICU"). Do you know how to override this, and make it pick another repository?

nalimilan commented 6 years ago

One would need to ping @nolta and if he's OK change the URL in METADATA.jl.

nolta commented 6 years ago

Yes, please switch to JuliaString.

nalimilan commented 6 years ago

Thanks. I've filed https://github.com/JuliaLang/METADATA.jl/pull/14132.