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

Missing "Makefile.in" #3

Closed
DevynCJohnson opened this issue Aug 17, 2013 · 4 comments
Closed

Missing "Makefile.in" #3

DevynCJohnson opened this issue Aug 17, 2013 · 4 comments

Comments

@DevynCJohnson
Copy link

I tried to compile the source code

./autogen.sh
./configure
...
...
Missing ./Makefile.in

Where is the input makefile?

@cmckni3
Copy link
Contributor

cmckni3 commented Jun 12, 2018

Running into the same issue when trying to compile for Mac

@cmckni3
Copy link
Contributor

cmckni3 commented Jun 12, 2018

I had to install XQuartz on Mac OS X

I am using homebrew and had to add autopoint from gettext to my path.

brew install autoconf gettext gdk-pixbuf gtk+
export PATH="/usr/local/opt/gettext/bin:$PATH"
./configure
make
make install

@cmckni3
Copy link
Contributor

cmckni3 commented Jun 12, 2018

Apologies about bringing this issue up. This issue appears to have been long ago.

@nickg
Copy link
Owner

nickg commented Jun 13, 2018

I think this issue is caused by errors when generating the configure script. I'll close it now as you appear to have a solution, and it would only affect people building from git rather than the released version

@nickg nickg closed this as completed Jun 13, 2018
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

3 participants