Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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 lordhoto, 12 years ago

Fixed with your suggestion. Thanks.

comment:2 by lordhoto, 12 years ago

Owner: set to lordhoto
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.