What is libintl.h and where can I get it?

前端 未结 12 1686
半阙折子戏
半阙折子戏 2021-02-02 05:52

Trying to do a make install of git from source, and it keep kicking up the error:

 make install
* new build flags or prefix
CC credential-store.o
In file include         


        
12条回答
  •  萌比男神i
    2021-02-02 06:22

    FWIW on OSX with El Capitan and homebrew, I did a:

    1) I wasn't sure if the El Capitan upgrade had broken something, so first I made sure I had the latest gettext:

    $ brew reinstall gettext
    

    Then I had to re-link by doing:

    $ brew unlink gettext && brew link gettext --force
    

    After that, other tools were able to find it, and life went back to normal.

提交回复
热议问题