Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacPorts support #18

Closed
ksze opened this issue May 22, 2015 · 9 comments
Closed

MacPorts support #18

ksze opened this issue May 22, 2015 · 9 comments

Comments

@ksze
Copy link

ksze commented May 22, 2015

I'm a MacPorts guy. Is it possible to remove the hard dependency on the Homebrew pkg-config and zmq? Or is that out of your control?

@willwhitney
Copy link
Collaborator

As long as you've got ZeroMQ and pkg-config, it shouldn't matter where they came from. Homebrew is currently serving up pkg-config@0.28 and zmq@4.0.5.

@ksze
Copy link
Author

ksze commented May 22, 2015

That's strange. Right now the installation of Hydrogen still fails with a /bin/sh: pkg-config: command not found when it tries to use pkg-config, just like @speg mentions here: #13 (comment)

However, the MacPorts pkg-config is in my $PATH:

$ which pkg-config
/opt/local/bin/pkg-config

@willwhitney
Copy link
Collaborator

Does running pkg-config --version in the terminal give you 0.28?

@ksze
Copy link
Author

ksze commented May 22, 2015

Yes, it does give me 0.28.

@willwhitney willwhitney changed the title Hard dependency on Homebrew? MacPorts support May 22, 2015
@willwhitney willwhitney reopened this May 22, 2015
@willwhitney
Copy link
Collaborator

Shit, sorry, I just realized I missed half of your previous comment. That's pretty mysterious to me.

If your main interest is just getting this running, I have to recommend Homebrew. It's what most people are using and it seems to work fine. If you're interested in getting this working with MacPorts, I'd love the help. Having to build zmq using node-gyp seems to be the source of 80% of the problems people have with installing.

@jzthree
Copy link
Contributor

jzthree commented May 23, 2015

@ksze did you launch atom by typing atom command? I happened to have the same error when I installed hydrogen on my mac and realized that it couldn't find pkg-config if atom is not launched this way.

@willwhitney
Copy link
Collaborator

@jzthree +1 — just ran into someone who had this issue while trying to update the package.

@rgbkrk
Copy link
Member

rgbkrk commented May 23, 2015

The other alternative is to run apm install hydrogen from the command line (to get your full path suite).

@ksze
Copy link
Author

ksze commented May 23, 2015

@rgbkrk Installing using apm install hydrogen works. Thanks!

@ksze ksze closed this as completed May 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants