How to overcome “'aclocal-1.15' is missing on your system” warning?

后端 未结 9 1882
有刺的猬
有刺的猬 2020-12-12 11:44

Im trying to run a c++ program on github. (available at the following link https://github.com/mortehu/text-classifier)

I have a mac, and am trying to run it in the t

9条回答
  •  暖寄归人
    2020-12-12 12:12

    2017 - High Sierra

    It is really hard to get autoconf 1.15 working on Mac. We hired an expert to get it working. Everything worked beautifully.

    Later I happened to upgrade a Mac to High Sierra.

    The Docker pipeline stopped working!

    Even though autoconf 1.15 is working fine on the Mac.

    How to fix,

    Short answer, I simply trashed the local repo, and checked out the repo again.

    This suggestion is noted in the mix on this QA page and elsewhere.

    It then worked fine!

    It likely has something to do with the aclocal.m4 and similar files. (But who knows really). I endlessly massaged those files ... but nothing.

    For some unknown reason if you just scratch your repo and get the repo again: everything works!

    I tried for hours every combo of touching/deleting etc etc the files in question, but no. Just check out the repo from scratch!

提交回复
热议问题