参数列表太长,而堆栈大小 ID 不受限制且命令大小约为 300 KB
Argument list too long while stack size id unlimited and command size is about 300 kbyte
我正在尝试使用 Qt creator 在 Sabayon Linux 下编译 Unreal engine,但我总是遇到 execv: Argument list too long 错误。
我已经用谷歌搜索了这个问题,并且我试图通过编辑 /etc/security/limits.conf 文件来增加堆栈大小。我事件将其设置为无限制,所以现在 getconf ARG_MAX 输出为 16777216。 qt creator 尝试执行的命令大小约为 300 kbytes。
请帮我找出我做错了什么。
找到解决这个问题的方法。作为Frank Osterfeld said, you better compile it like it is described in documentation. And if you want to use Qt creator in your projects, just follow this article.
我正在尝试使用 Qt creator 在 Sabayon Linux 下编译 Unreal engine,但我总是遇到 execv: Argument list too long 错误。
我已经用谷歌搜索了这个问题,并且我试图通过编辑 /etc/security/limits.conf 文件来增加堆栈大小。我事件将其设置为无限制,所以现在 getconf ARG_MAX 输出为 16777216。 qt creator 尝试执行的命令大小约为 300 kbytes。
请帮我找出我做错了什么。
找到解决这个问题的方法。作为Frank Osterfeld said, you better compile it like it is described in documentation. And if you want to use Qt creator in your projects, just follow this article.