#5984 closed defect (fixed)
DEVTOOLS: create_kyradat linkerror
Reported by: | fingolfin | Owned by: | lordhoto |
---|---|---|---|
Priority: | normal | Component: | Tools |
Version: | Keywords: | build | |
Cc: | Game: |
Description
Trying to do "make devtools" with current git master results in the following error for me (on OS X 10.6, with Apple GCC 4.2):
C++ devtools/create_kyradat/create_kyradat ld: duplicate symbol debug(int, char const*, ...)in common/libcommon.a(debug.o) and devtools/create_kyradat/util.o for architecture x86_64 collect2: ld returned 1 exit status
If I remove libcommon from the linker list, it complains about scumm_stricmp missing. I guess the simple solution for this would be to add scumm_stricmp to devtools/create_kyradat/util.o
Ticket imported from: #3489654. Ticket imported from: bugs/5984.
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed with your suggestion. Thanks.