[mythtv-commits] Ticket #1885: Mac OS X compile error with abs(long long)

MythTV mythtv at cvs.mythtv.org
Tue May 30 16:43:53 UTC 2006


#1885: Mac OS X compile error with abs(long long)
--------------------+-------------------------------------------------------
 Reporter:  nigel   |        Owner:  nigel   
     Type:  defect  |       Status:  assigned
 Priority:  minor   |    Milestone:  0.20    
Component:  mythtv  |      Version:  head    
 Severity:  medium  |   Resolution:          
--------------------+-------------------------------------------------------
Comment (by danielk):

 gcc handles abs() as a built-in function. So even if the cmath header is
 good, if gcc was compiled incorrectly it could be missing abs(long long
 int). If this happens with the Apple distributed version of gcc, ifdef's
 might be a reasonable solution.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1885>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list