-
Notifications
You must be signed in to change notification settings - Fork 22
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
Build fails on Mac OS X 10.6.7 using Homebrew #61
Comments
Thanks for submitting this bug. Will take a closer look shortly. I am on OSX, too and using Homebrew as well. Will try to figure out what exactly is causing the problem. |
By the way, any console output you can share? |
Is your setup the same way as mine? $ ls -la /usr/local/bin/pkg-config $ ls -la /usr/share/aclocal $ ls -la /usr/local/share/aclocal total 40 |
The only difference I can see is that in /usr/share/aclocal I have a symlink: lrwxr-xr-x 1 root wheel 31 Mar 29 19:21 pkg.m4 -> /usr/local/share/aclocal/pkg.m4 And it's only on the configure step. I can't repeat it by just running make. The error specifically was a "file not found: /usr/bin/../share/aclocal/pkg.m4" on configure. jb On Apr 2, 2011, at 1:58 AM, yrashk wrote:
Thanks! Jon Brisbin http://jbrisbin.com |
can you paste the full build log? |
Any updates on the build log or is this bug no longer the case? |
I haven't had a chance to try this from scratch again. It takes a while for the build and I haven't had time to do it. I'll let you know if I see a problem. On Apr 5, 2011, at 1:13 AM, yrashk wrote:
Thanks! Jon Brisbin http://jbrisbin.com |
I'm trying to build erlv8 on my Mac with pkg-config installed from Homebrew. This puts a symlink in /usr/share/aclocal that points to /usr/local/share/aclocal/pkg.m4.
The build doesn't like this symlink. When I copy the file from /usr/local/share/aclocal to /usr/share/aclocal, the build proceeds.
The text was updated successfully, but these errors were encountered: