• mac 安装 报错 "/usr/local/include/stdint.h:2:10: error: #include nested too deeply"


    报错详细信息

    构建错误 - “#include嵌套太深”

        /usr/local/include/stdint.h:2:10: error: #include nested too deeply

        #include <stddef.h>

                 ^

        /usr/local/include/stdint.h:59:11: error: #include nested too deeply

        # include <stdint.h>

                  ^

        /usr/local/include/stdint.h:72:11: error: #include nested too deeply

        # include <sys/types.h>

                  ^

        /usr/local/include/stdint.h:76:10: error: #include nested too deeply

        #include <limits.h>

                 ^

        /usr/local/include/stdint.h:82:11: error: #include nested too deeply

        # include <inttypes.h>

                  ^

    解决:

     brew unlink libunistring

     brew uninstall libunistring

     sudo rm /usr/local/include/stdint.h

     brew install libunistring

    注意:

      这是python3在安装gevent时,报的错,还有安装找不到gevent版本, 切换成清华源就好了,如下

    pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple gevent==1.2.2

  • 相关阅读:
    (转) 理解Angular中的$apply()以及$digest()
    Gulp 有用的地址
    AngularJS中Directive指令系列
    让博客园博客中的图片支持fancybox浏览
    Drupal7 实现like(点赞)功能
    Drupal7 针对特定条件才显示区块
    Windows server 2008 tomcat间歇性掉线关闭
    关于tomcat8在windows2008下高并发下有关问题的解决方案
    combotree 的简单使用2
    @responseBody 返回更多数据
  • 原文地址:https://www.cnblogs.com/mswei/p/10881542.html
Copyright © 2020-2023  润新知