### 步骤 4: 引入 initContainers 解决 'subdir-objects' 限制 如果'subdir-objects' 选项被禁用,你可以通过引入 initContainers 解决这个问题。在 initContainers 中,将文件从子目录移动到正确的目录下。 ```yaml initContainers: - name: setup image: alpine c
51CTO博客已为您找到关于but option 'subdir-objects' is disabled的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及but option 'subdir-objects' is disabled问答内容。更多but option 'subdir-objects' is disabled相关解答可以来51CTO博客参与分享和学习,帮
使用automake 1.14,发现老项目在编译过程中会报警告: source/Makefile.am:45: warning:sourcefile'zz/xx.cpp'isina subdirectory,source/Makefile.am:45: but option'subdir-objects'is disabled 解决方法 在configure.ac中添加如下内容: AM_INIT_AUTOMAKE([subdir-objects])...
1. With automake >=1.14, ./autogen.sh fails This is due to a change in the way automake sets subdir-objects as the default: See https://github.com/sugarlabs/automake/blob/master/PLANS/subdir-objects.txt === automake: warnings are treated as errors third_party/Makefile.am:81: warning:...
automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s...
使用automake 1.14,发现老项目在编译过程中会报警告: source/Makefile.am:45: warning: source file 'zz/xx.cpp' is in a subdirectory, source/Makefile.am:45: but option 'subdir-objects' is disabled 1. 2. 解决方法 在configure.ac中添加如下内容: ...
automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, ...