【发布时间】:2021-04-18 10:48:33
【问题描述】:
我正在尝试在 MacOS 上按照推荐的 How to setup GridDB on macOS 和指令 https://docs.griddb.net/gettingstarted/using-source-code/#build-a-server-and-client-java 的源代码构建 GridDB。
在 automake 步骤中,我收到许多源文件的以下警告:
3rd_party/MessagePack/Makefile.am:8: warning: source file '$(srcdir)/src/objectc.c' is in a subdirectory,
3rd_party/MessagePack/Makefile.am:8: but option 'subdir-objects' is disabled
其他人有这个吗?有关如何解决此警告的任何建议?在制作过程中是否至关重要?
【问题讨论】: