-
Notifications
You must be signed in to change notification settings - Fork 43
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 seemingly because of error in configure #121
Comments
Sorry for not responding - I may have accidentally deleted the notification. It looks like this is because of a missing It might be possible to generate a better error message - like here. |
Before you try to install pkg-config, could you try adding the line
before the
Then re-run Does that provide a better error message? |
The output ends with this:
I have pkg-config installed.
|
Does This website seems like it might be helpful. |
It works now. The problem was that I forgot to run The error mesage says “Please install pkg-config and re-run auto.sh.” That confused me because I could not find auto.sh. But that reminded me of |
That was a cut-and-paste error. I meant it to be "Please install pkg-config and re-run autoreconf -i.". |
If I am building DomTerm and run
./configure
according to the guide with various options, it always ends with this:Then, if I run
make
, it complains that no makefile is found.That happens on Manjaro with the newest commit.
The text was updated successfully, but these errors were encountered: