[mythtv-commits] Ticket #1267: MythTV 0.19 doesn't build on FreeBSD

MythTV mythtv at cvs.mythtv.org
Sun Feb 12 23:41:11 UTC 2006


#1267: MythTV 0.19 doesn't build on FreeBSD
--------------------------------------+-------------------------------------
 Reporter:  carlfongheiser at gmail.com  |       Owner:  ijr
     Type:  defect                    |      Status:  new
 Priority:  minor                     |   Milestone:     
Component:  mythtv                    |     Version:     
 Severity:  medium                    |  
--------------------------------------+-------------------------------------
 From my posting on mythtv-users:

 FreeBSD doesn't have a definition for LONG_LONG_MIN, which is used in a
 number of places.  I'm pretty sure the standard spelling is LLONG_MIN.
 That works on both FreeBSD and Linux.

 FreeBSD doesn't implement memalign().  There's one use of this function in
 videoout_xv.cpp which doesn't have the MEMALIGN_HACK workaround.

 DisplayResX.cpp didn't compile properly due to missing type definitions in
 <iostream>. Moving the includes of DisplayResX.h and <iostream> above the
 X11 includes seemed to fix that problem.

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


More information about the mythtv-commits mailing list