! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
about-dialog-ui.h is being deleted by "make distclean"
Status:
RESOLVED: FIXED
Product:
Libxfce4ui
Component:
General

Comments

Description marius.maraloi 2012-05-31 21:15:35 CEST
Created attachment 4480 
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.
Comment 1 Nick Schermer editbugs 2013-03-19 19:12:56 CET
Fixed in 49caa98.

Bug #8974

Reported by:
marius.maraloi
Reported on: 2012-05-31
Last modified on: 2013-03-19

People

Assignee:
Nick Schermer
CC List:
1 user

Version

Version:
4.10.0

Attachments

quick-n-dirty libxfce4ui-4.10.0 patch (396 bytes, application/octet-stream)
2012-05-31 21:15 CEST , marius.maraloi
no flags

Additional information