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

后端 未结 9 1898
有刺的猬
有刺的猬 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-12 12:01

    2018, yet another solution ...

    https://github.com/apereo/mod_auth_cas/issues/97

    in some cases simply running

    $ autoreconf -f -i
    

    and nothing else .... solves the problem.

    You do that in the directory /pcre2-10.30 .

    What a nightmare.

    (This usually did not solve the problem in 2017, but now usually does seem to solve the problem - they fixed something. Also, it seems your Dockerfile should now usually start with "FROM ibmcom/swift-ubuntu" ; previously you had to give a certain version/dev-build to make it work.)

提交回复
热议问题