Opened 15 years ago
Closed 15 years ago
#8647 closed defect (worksforme)
OS X compile of trunk@HEAD broken
Reported by: | Rob Smith | Owned by: | Nigel |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Ports - OSX | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Undefined symbols: "vtable for MythPainterWindowGL", referenced from: __ZTV19MythPainterWindowGL$non_lazy_ptr in mythmainwindow.o (maybe you meant: __ZTV19MythPainterWindowGL$non_lazy_ptr) ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [libmythui-0.23.0.23.0.dylib] Error 1
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | Terminal Saved Output.txt added |
---|
comment:1 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
That happens from time to time if the API changes and you rebuild without purging. For a quick fix, try:
rm -f .osx-packager/src/myth-svn/mythtv/libs/libmythui/moc_*
Note: See
TracTickets for help on using
tickets.
Full Log