[mythtv-users] 0.19 compilation issues on FreeBSD

Carl Fongheiser carlfongheiser at gmail.com
Sun Feb 12 14:41:16 UTC 2006


A few things I ran into:

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.

I'll submit patches later today.  I just wanted to give a heads-up in the
meantime.

Carl Fongheiser
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060212/61bda7aa/attachment.htm


More information about the mythtv-users mailing list