包括 // 无操作,间接包含额外的配置标头。

包括 // 无操作,间接包含额外的配置标头。

我在从 macOS(当前版本为 10.14)构建 Qt4.8.7 时遇到问题。我按照以下说明操作这里,但是当我运行 ./configure 时遇到一个警告 warning: 'LSFindApplicationForInfo' is deprecated: first deprecated in macOS 10.10 - Use LSCopyApplicationURLsForBundleIdentifier later 然后出现错误警告:未找到 stdlibc++ 标头的包含路径;在命令行上传递“-stdlib=libc++”以使用 libc++ 标准库 [-Wstdlibcxx-not-found] 在从 project.cpp 包含的文件中:42: 在从 ./project.h 包含的文件中:45: 在从 /Users/opentechiz/qt-everywhere-opensource-src-4.8.7/include/QtCore/qstringlist.h:1 包含的文件中: 在从 /Users/opentechiz/qt-everywhere-opensource-src-4.8.7/include/QtCore/../../src/corelib/tools/qstringlist.h:47 包含的文件中: 在从 /Users/opentechiz/qt-everywhere-opensource-src-4.8.7/include/QtCore/qlist.h:1 包含的文件中: 在从/Users/opentechiz/qt-everywhere-opensource-src-4.8.7/include/QtCore/../../src/corelib/tools/qlist.h:45: 在从 /Users/opentechiz/qt-everywhere-opensource-src-4.8.7/include/QtCore/qiterator.h:1 包含的文件中:/Users/opentechiz/qt-everywhere-opensource-src-4.8.7/include/QtCore/../../src/corelib/tools/qiterator.h:50:11: 致命错误:未找到“新”文件

包括 // 无操作,间接包含额外的配置标头。

有人能告诉我错误是什么以及如何修复它吗?或者在 macOS 上构建 Qt4.8 的指南链接?

相关内容