[Xfce-bugs] [Bug 8974] New: about-dialog-ui.h is being deleted by "make distclean"
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Thu May 31 21:15:35 CEST 2012
https://bugzilla.xfce.org/show_bug.cgi?id=8974
Priority: Medium
Bug ID: 8974
CC: xfce-bugs at xfce.org
Assignee: nick at xfce.org
Summary: about-dialog-ui.h is being deleted by "make distclean"
Severity: normal
Classification: Xfce
OS: Linux
Reporter: marius.maraloi at gmail.com
Hardware: Other
Status: NEW
Version: 4.10.0
Component: General
Product: Libxfce4ui
Created attachment 4480
--> https://bugzilla.xfce.org/attachment.cgi?id=4480&action=edit
quick-n-dirty libxfce4ui-4.10.0 patch
Can't compile libxfce4ui after making distclean. The error is:
main.c:33:29: fatal error: about-dialog-ui.h: No such file or directory
Turns out the file "about-dialog-ui.h" is being deleted by "make distclean", I
traced this to "about-dialog-ui.h" being part of $xfce4_about_built_sources in
xfce4-about/Makefile.in:
xfce4_about_built_sources = \
about-dialog-ui.h
This bug is always reproductible on my built-from-scratch linux x86_64 using
make-3.82.
I'm also attaching a simple patch, which seems to have fixed the error for me.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Xfce-bugs
mailing list