错误如下:

no terminal library found
checking for tgetent()... configure: error: NOT FOUND!
      You need to install a terminal library; for example ncurses.
      Or specify the name of the library with --with-tlib.

 

需要安装libncurses5-dev,但是为了编译AOSP已经先安装了libncurses5-dev:i386,解决办法是先安装libncurses5-dev 后安装 lib32ncurses5-dev,当然旧的lib要删除。安装,删除用apt-get install和apt-get remove即可

相关文章:

  • 2022-12-23
  • 2021-09-04
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2021-05-29
  • 2021-05-19
猜你喜欢
  • 2021-04-10
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案