Brian Lopez
Brian Lopez
Also fwiw the `$CXXFLAGS` variable _should_ always be initialized as a string in RbConfig so I'm unsure why it would be nil on your system...
What are the contents of that `/usr/local/share/icu/4.8.1.1/` directory? Are you sure that's the location where the headers and libraries are?
Where are the libraries and headers?
Assuming you installed icu from a freebsd package, the library could be in `/usr/lib` or even `/usr/local/lib` - have you tried installing the gem without specifying the `--with-icu-dir` option?
Hey there! `charlock_holmes` is actually just a thin wrapper around [ICU](http://site.icu-project.org) so any failures in detection are happening down at the ICU level. As stated in the [Overview section](http://userguide.icu-project.org/conversion/detection#TOC-Overview) of...
I'm definitely down to use the bundled ICU in OSX, but I think we should try and come up with a solution that works across different versions. The versions (and...
Interesting... I wonder if I should instead use the hex-escaped bytes (instead of the literal unicode characters) in the tests. Did you ever find a way around this?
What version of icu are you using?
@cinderblock were you able to verify that linking libicuuc worked?
Would you mind giving 0.6.9.4 a try?