Opened 16 years ago
Closed 16 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)
by , 16 years ago
| Attachment: | Terminal Saved Output.txt added |
|---|
comment:1 by , 16 years ago
| 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