-
Notifications
You must be signed in to change notification settings - Fork 20
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
Building on OSX 10.13.4 requires autoconf dependency #344
Comments
Follow-up issue (let me know if I should start a new thread):
|
I was able to get ./autogen.sh to run by installing: Without all 3 of these, users will run into build errors. |
I'm consolidating OSX latest errors into this thread, let me know and I can break them out. Building with the above libraries also let me know I need |
Received the error:
Installed |
New Error:
Installing |
New Error:
Installing |
|
Based on this, I'd suggest adding a step or a link to the following info for OSX users:
It might be worth also adding a check for all dependencies in #2 at the start of the ./autogen.sh or ./configure process to ensure they're caught upfront vs. having to chase each one down one-by-one. |
Just tried the same on stock Ubuntu 18.04 with build-esentials installed, and I had to add libtool as well. Consider this ai +1 for adding dependency checks as part of the config process. |
After cloning source, I'm prompted to install the autoconf dependency but the 'Get Started' page doesn't link to where I can/should get this.
Can you reliably reproduce the issue? Yes
If so, please list the steps to reproduce below:
Expected behaviour
The script should run and let me run ./configure
Actual behaviour
I get an error that I need autoconf.
Any extra information that might be useful in the debugging process.
I suggest adding instructions/a link to get autoconf to the Get Started page. In my case, I downloaded brew and did a
brew install autoconf automake libtool berkeley-db4 pkg-config openssl boost boost-build libevent
It might be worth also adding a check for all dependencies in at the start of the ./autogen.sh or ./configure process to ensure they're caught upfront vs. having to chase each one down one-by-one.
The text was updated successfully, but these errors were encountered: