[mythtv-commits] Ticket #4165: patches to be able to build mythtv/mythplugins with gcc-4.3

MythTV mythtv at cvs.mythtv.org
Wed Dec 12 00:08:33 UTC 2007


#4165: patches to be able to build mythtv/mythplugins with gcc-4.3
------------------------+---------------------------------------------------
 Reporter:  ro at suse.de  |        Owner:  janne
     Type:  defect      |       Status:  new  
 Priority:  minor       |    Milestone:  0.21 
Component:  mythtv      |      Version:  head 
 Severity:  medium      |   Resolution:       
  Mlocked:  0           |  
------------------------+---------------------------------------------------
Changes (by ro at suse.de):

  * status:  closed => new
  * resolution:  fixed =>


Comment:

 just found two new ones and one older one not reported yet:

 the old one:
 libs/libmyth/mythconfiggroups.cpp needs to include <algorithm>
 for "find"

 the two recent ones:
 mythplugins/mythmusic/mythmusic/main.cpp needs to include stdlib.h
 for "getenv"

 mythtv/libs/libmythtv/filtermanager.cpp needs to include stdlib.h
 for "free"

 and yes, including <sys/types.h> in upnputil.h does definitely work.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4165#comment:7>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list