charlock_holmes icon indicating copy to clipboard operation
charlock_holmes copied to clipboard

Adding code to use pkg-config on linux and MacPorts

Open Elettronik opened this issue 12 years ago • 8 comments

Adding code to use pkg-config on linux and MacPorts, thanks to suggestion of @sodabrew. This modification let gem find icu-i18n easier, and let track lib names.

Elettronik avatar Nov 09 '12 12:11 Elettronik

This allows the gem to install correctly for me with a macports-installed icu. Thanks @Elettronik.

osbornebrook avatar Nov 28 '12 10:11 osbornebrook

Any chance this can be merged to master? It fixes compilation at least for gentoo-linux based systems.

scunz avatar Jan 24 '13 21:01 scunz

I came here because git_statistics wouldn't install. Can't believe this code is sitting here unmerged for 5 months. :(

rbq avatar Jan 26 '13 09:01 rbq

Still no chance to merge this? It also fixes the installation on FreeBSD.

pascalj avatar Sep 25 '13 14:09 pascalj

Hey guys, any chance to get this merged? I'm using OSX and it fails to install the thing through MacPorts, so this code could be helpful. No chance to switch to HomeBrew so far, 'cause they're just doing much worse job than MacPorts team and lack many things I use.

@osbornebrook how do you install the gem with this code without having this PR merged?

isanosyan avatar Dec 25 '13 16:12 isanosyan

I would like to see this pull request merged sometime

cooljeanius avatar Jan 24 '14 18:01 cooljeanius

Seem that main author is trying to embed libraries in next version. I think this is a bad idea, since on linux systems ICU is already a standard library and is found on near all system. On the Mac OS side, I cannost say anything, since I don't own one, but using a library outside the control of a central package system, seem to be prone to cause future problem. Feel free to comment the above, any new point of view is welcome.

Elettronik avatar Jan 24 '14 19:01 Elettronik