GNOME Bugzilla – Bug 795149
Compilation failing when building template files
Last modified: 2018-06-06 13:16:53 UTC
Created attachment 370780 [details] [review] Look at correct location for the template file When buildir is different from source: | glib-mkenums \ | --template gst-validate-enum-types.h.template \ | ../../../../../../../../workspace/sources/gst-validate/gst/validate/validate.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/validate-prelude.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-types.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-bin-monitor.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-pipeline-monitor.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-element-monitor.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-enums.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/media-descriptor.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/media-descriptor-writer.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/media-descriptor-parser.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-monitor-factory.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-monitor.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-override.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-override-registry.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-pad-monitor.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-reporter.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-report.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-runner.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-scenario.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-utils.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-media-info.h > gst-validate-enum-types.h .... | FileNotFoundError: [Errno 2] No such file or directory: 'gst-validate-enum-types.h.template'
This was fixed in a slightly different fashion in bug #795531 *** This bug has been marked as a duplicate of bug 795531 ***