Install target with repeated headers errors out

If you found a bug in our library or on our website, please report it in this section. In this forum you can also make concrete suggestions or feature requests.

Moderators: CEGUI MVP, CEGUI Team

User avatar
emarcotte
Quite a regular
Quite a regular
Posts: 55
Joined: Fri Dec 26, 2008 14:30
Contact:

Install target with repeated headers errors out

Postby emarcotte » Wed Oct 21, 2009 23:01

Hi,

Not sure if this is the right place for this sort of thing... Anyway, on my fedora 11, x86_64 machine I just tried to build the 0.7.x branch and it errored out during install because it was trying to install the same two headers twice.

Code: Select all

/usr/bin/install: will not overwrite just-created `/home/eugene/local/prefix/include/CEGUI/elements/CEGUIListHeader.h' with `CEGUIListHeader.h'
/usr/bin/install: will not overwrite just-created `/home/eugene/local/prefix/include/CEGUI/elements/CEGUIListHeaderProperties.h' with `CEGUIListHeaderProperties.h'


The fix seems to be to remove the duplicates in cegui/include/Makefile.am:

Code: Select all

Index: include/elements/Makefile.am
===================================================================
--- include/elements/Makefile.am   (revision 2331)
+++ include/elements/Makefile.am   (working copy)
@@ -21,8 +21,6 @@
                      CEGUIItemListBaseProperties.h \
                      CEGUIItemListbox.h \
                      CEGUIItemListboxProperties.h \
-                     CEGUIListHeader.h \
-                     CEGUIListHeaderProperties.h \
                      CEGUIListbox.h \
                      CEGUIListboxItem.h \
                      CEGUIListboxProperties.h \


I can't confirm that it is 100% correct and everything works cause I still have to make my own application compile before I can run things :)

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: Install target with repeated headers errors out

Postby CrazyEddie » Thu Oct 22, 2009 08:52

Hi,

Not sure how this came about, I'll have a look and fix this any similar issues I may spot.

Thanks,

CE.


Return to “Bug Reports, Suggestions, Feature Requests”

Who is online

Users browsing this forum: No registered users and 12 guests