bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* backupfile and backup-replace are introducing the same object to make
@ 2023-01-25 12:04 (GalaxyMaster)
  2023-01-25 17:53 ` backupfile and backup-rename " Bruno Haible
  0 siblings, 1 reply; 9+ messages in thread
From: (GalaxyMaster) @ 2023-01-25 12:04 UTC (permalink / raw)
  To: bug-gnulib

Hello,

[I am not a subscriber, so if you need anything from me, please CC me]

I just stumbled upon the following: when I include both backupfile and
backup-replace modules I am getting a broken build due to multiple definitions
of "simple_backup_suffix'.

When I compared modules, sure enough I found the issue:
===
--- backupfile  2023-01-23 03:29:03.000000000 +1100
+++ backup-rename       2023-01-23 03:29:03.000000000 +1100
[...]
 Makefile.am:
-lib_SOURCES += backupfile.c backup-find.c
+lib_SOURCES += backupfile.c backup-rename.c
[...]
===

I could not find any information on whether these modules are mutually
exclusive or inter-dependent, but the fact is that you cannot have them both
in your project unless one of them drops "backupfile.c" from the "lib_SOURCES"
list.

-- 
(GM)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-01-28 14:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-25 12:04 backupfile and backup-replace are introducing the same object to make (GalaxyMaster)
2023-01-25 17:53 ` backupfile and backup-rename " Bruno Haible
2023-01-25 19:44   ` Bruno Haible
2023-01-26  7:28     ` (GalaxyMaster)
2023-01-26  7:19   ` (GalaxyMaster)
2023-01-26 10:19     ` Bruno Haible
2023-01-26 11:20       ` GalaxyMaster
2023-01-26 14:43         ` Bruno Haible
2023-01-28 14:41           ` (GalaxyMaster)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).