universal-ctags / homebrew-universal-ctags

Homebrew Tap for Universal Ctags on OSX
https://ctags.io
GNU General Public License v2.0
326 stars 19 forks source link

error: possibly undefined macro: AM_INIT_AUTOMAKE #5

Closed thtb closed 7 years ago

thtb commented 8 years ago

occur error: possibly undefined macro: AM_INIT_AUTOMAKE

but i reinstall the automake and still doesn't work

here's the log https://gist.github.com/755ba53de9e734215a17

thtb commented 8 years ago

https://gist.github.com/35a84e6154647c3daad3 new log after update and fix slash problem

bruschill commented 8 years ago

I'm having this issue as well. Any luck figuring it out?

choco commented 8 years ago

Check pending pull request

thtb commented 8 years ago

what can do now, can i change brew to check you branch instead the master

choco commented 8 years ago

Yes you can use my branch in the mean time: Tap my fork:

brew untap cHoco/universal-ctags

And finally:

brew install cHoco/universal-ctags
zbeekman commented 8 years ago

It looks like #6 fixed this issue, no?

Can anyone confirm that is been resolved?

KazuakiM commented 7 years ago

The problem is now solved. Thank you for your help.