! 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 !
cannot build xffm due to .desktop files being added
Status:
VERIFIED: FIXED

Comments

Description davidf 2004-10-11 09:33:54 CEST
The recent addition of .desktop files to Makefile.am caused my build to fail
with this error:

creating xffm
make[2]: *** No rule to make target `Xffm.desktop', needed by `all-am'.  Stop.
make[2]: Leaving directory `/mnt/data/share/david/code/xfce4-cvs/xffm/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/data/share/david/code/xfce4-cvs/xffm'
make: *** [all] Error 2
Error making xffm

The offending lines:
1.65         (edscott  11-Oct-04): appsdir = $(datadir)/applications
1.65         (edscott  11-Oct-04): apps_DATA = Xffm.desktop Xfsamba.desktop
Xftree.desktop Xfglob.desktop Xfdiff.desktop Xfbook.desktop Xffstab.desktop
Xfmime_edit.desktop
1.65         (edscott  11-Oct-04):
1.65         (edscott  11-Oct-04): EXTRA_DIST = $(apps_DATA) $(pkgconfig_DATA)
1.65         (edscott  11-Oct-04):

Since these .desktop files don't exist, I can't see how this should work...
Comment 1 edscott editbugs 2004-10-11 14:15:45 CEST
Should be fixed now, as I've added the files I forgot to CVS.
Comment 2 davidf 2004-10-11 19:23:21 CEST
Thanks, working now

Bug #384

Reported by:
davidf
Reported on: 2004-10-11
Last modified on: 2009-07-14

People

Assignee:
edscott
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information