Opened 18 years ago
Closed 18 years ago
Last modified 18 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)
Change History (4)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Interesting. I wasn't aware that anyone was running LIRC on OS X!
comment:3 Changed 18 years ago by
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.
patch