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

audiofile 0.3.0: install docs issue on OSX 10.6.8 #4

Closed
2bits opened this issue Sep 15, 2011 · 3 comments
Closed

audiofile 0.3.0: install docs issue on OSX 10.6.8 #4

2bits opened this issue Sep 15, 2011 · 3 comments

Comments

@2bits
Copy link

2bits commented Sep 15, 2011

I'm hoping gnu-sed or some tinkering will help the man.1 pages get installed on OSX.
I've been working on building audiofile for Darwin x86_64 on 10.6.8 using gcc-4.2.1.

Below is the gist of when make install entered docs. Are there missing items? If
there are, I think it might be because sed is sed rather than $(SED) in the Makefiles.

ye ol geeist
And I've been working up the install over here on homebrew
okey thanks

@mpruett
Copy link
Owner

mpruett commented Sep 15, 2011

Thanks for pointing out this problem. Could you try this patch and let me know if it works for you:

https://gist.github.com/1218636

@2bits
Copy link
Author

2bits commented Sep 15, 2011

I patched then tried automake -W all from the top level directory, but it complained that my tools were too old.

 aclocal.m4:20: warning: this file was generated for autoconf 2.67.
 You have another version of autoconf.  It may work, but is not guaranteed to.
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically `autoreconf'.
 configure.ac:12: error: Autoconf version 2.62 or higher is required
 aclocal.m4:8484: AM_INIT_AUTOMAKE is expanded from...
 configure.ac:12: the top level
 autom4te: /usr/bin/gm4 failed with exit status: 63
 automake: /usr/bin/autoconf failed with exit status: 63

The native OSX autotools are on 2.61 I guess. I'll try to see if I can get a newer set.

@mpruett mpruett closed this as completed Sep 15, 2011
@mpruett
Copy link
Owner

mpruett commented Sep 15, 2011

This problem is fixed with commit c2ce2a8.

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

2 participants