Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#3316 closed defect (fixed)

enabling lirc and appleremote results in duplicate lircevent.o in libmyth

Reported by: anonymous Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Compiling on Mac OS X with --enable-lirc and the default apple remote enabled results in a compilation failure.

mythtv/libs/libmyth tries to include lircevent.o into the library twice, resulting in a duplicate symbol error.

The attached patch fixes libmyth.pro so that it only includes lircevent once in this case.

Attachments (1)

patch.txt (524 bytes) - added by mythtv at webdeck dot com 17 years ago.
patch

Download all attachments as: .zip

Change History (4)

Changed 17 years ago by mythtv at webdeck dot com

Attachment: patch.txt added

patch

comment:1 Changed 17 years ago by Nigel

(In [13264]) OS X using_lirc fix that might actually work? See #3316

comment:2 Changed 17 years ago by Nigel

Resolution: fixed
Status: newclosed

Interesting. I wasn't aware that anyone was running LIRC on OS X!

comment:3 Changed 17 years ago by mythtv at webdeck dot com

I'm using a HDHomeRun as the IR receiver, sending it via UDP to lircd running on my Mac Mini FE. Thanks for the quick fix!

Note: See TracTickets for help on using tickets.