Opened 14 years ago

Closed 14 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)

Terminal Saved Output.txt (235.0 KB) - added by Rob Smith 14 years ago.
Full Log

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by Rob Smith

Attachment: Terminal Saved Output.txt added

Full Log

comment:1 Changed 14 years ago by Nigel

Resolution: worksforme
Status: newclosed

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.