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

Close #10 #7: add pkg-config install for brew #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ReedL
Copy link

@ReedL ReedL commented Apr 7, 2015

The line in the install script output reported by two of the users (and experienced by me):
"make: /usr/local/bin/pkg-config: Command not found"
Caused me to make a link from my pkg-config I already had to /usr/local/bin/pkg-config. This didn't help much as that copy of pkg-config had no idea where all the .pc library files were. As I started manually adding the paths to the .pc files needed to pkg-config's search path, I eventually realized that there had to be a much better way. On a hunch, I installed a new copy of pkg-config from brew and successfully compiled visualSFM.

Because the pkg-config installed by brew needs to be run, I suspect that #12 might just be using the wrong pkg-config and possibly fixed by this change as well.

Edit: I have not used github before, apologies in advance.

Close #10 #7

…brew

The line in the install script output reported by two of the users (and experienced by me): 
"make: /usr/local/bin/pkg-config: Command not found"
Caused me to make a link from my pkg-config I already had to /usr/local/bin/pkg-config. This didn't help much as that copy of pkg-config had no idea where all the .pc library files were. As I started manually adding the paths to the .pc files needed to pkg-config's search path, I eventually realized that there had to be a much better way. On a hunch, I installed a new copy of pkg-config from brew and successfully compiled visualSFM.

Because the pkg-config installed by brew needs to be run, I suspect that luckybulldozer#12 might just be using the wrong pkg-config and possibly fixed by this change as well.

Close luckybulldozer#10 luckybulldozer#7
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

Successfully merging this pull request may close these issues.

Make error on Yousemite
1 participant