[mythtv-commits] Ticket #5445: SVN head fails to compile (mythui-related)

MythTV mythtv at cvs.mythtv.org
Tue Jun 17 07:48:51 UTC 2008


#5445: SVN head fails to compile (mythui-related)
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythtv     |     Version:  head   
 Severity:  medium     |     Mlocked:  0      
-----------------------+----------------------------------------------------
 Trying to compile the current SVN head (r17482) results in the following
 error:

 {{{
 mythappearance.o: In function `MythAppearance::Create()':
 mythappearance.cpp:(.text+0x166d): undefined reference to
 `MythUIType::GetChild(char const*, char const*, bool)
 mythappearance.cpp:(.text+0x16a3): undefined reference to
 `MythUIType::GetChild(char const*, char const*, bool)'
 mythappearance.cpp:(.text+0x16d9): undefined reference to
 `MythUIType::GetChild(char const*, char const*, bool)'
 mythappearance.cpp:(.text+0x170f): undefined reference to
 `MythUIType::GetChild(char const*, char const*, bool)'
 mythappearance.cpp:(.text+0x1745): undefined reference to
 `MythUIType::GetChild(char const*, char const*, bool)'
 mythappearance.o:mythappearance.cpp:(.text+0x177b): more undefined
 references to `MythUIType::GetChild(char const*, char const*, bool)'
 follow
 moc_mythappearance.o:(.rodata._ZTV14MythAppearance[vtable for
 MythAppearance]+0x90): undefined reference to `MythUIType::SetSize(QSize
 const&)'
 collect2: ld returned 1 exit status
 make[2]: *** [mythfrontend] Error 1
 make[2]: Leaving directory `/usr/src/mythtv/programs/mythfrontend'
 make[1]: *** [sub-mythfrontend-make_default] Error 2
 make[1]: Leaving directory `/usr/src/mythtv/programs'
 make: *** [sub-programs-make_default-ordered] Error 2
 }}}

 Looks like mythappearance.cpp needs updating for changes to MythUI...?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5445>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list