问题描述
谁能告诉我为什么会出现这个错误以及如何解决它
Can Any one tell why this error occur and how to resolve it
检查依赖
参数列表太长:递归头扩展失败于/应用程序/Adobe Acrobat 8 Professional/Adobe AcrobatProfessional.app/Contents/Plug-ins/Comments.acroplugin/Contents/MacOS.
Argument list too long: recursive header expansion failed at /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Plug-ins/Comments.acroplugin/Contents/MacOS.
推荐答案
在我的情况下,错误是启用递归的标题搜索路径"字段(在项目信息中)中的空变量.
in my case the error was empty variable in "Header Search Paths" field (in project information) with recursion enabled.
这导致将值/**"传递给工具.
This lead to pass value "/**" to a tool.
这篇关于错误:参数列表太长:递归标题扩展在/Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!