[mythtv-users] problem to build under mac os X 10.6.6

Raymond Wagner raymond at wagnerrp.com
Mon Jan 10 01:05:28 UTC 2011


On 1/9/2011 15:18, Stéphane HENRY wrote:
> fileringBuffer.cpp:746: error: ‘lseek64’ was not declared in this scope
> fileringBuffer.cpp:749: error: ‘POSIX_FADV_DONTNEED’ was not declared 
> in this scope
> fileringBuffer.cpp:749: error: ‘posix_fadvise’ was not declared in 
> this scope

That sounds like configure is messing up somehow.  There are various 
preprocessor calls that will define those depending on checks done by 
configure.  'lseek64' is handled in compat.h if 'BSD' is set, and the 
fadvise stuff is set in that file if 'HAVE_POSIX_FADVISE < 1'.  MythTV 
no longer uses subversion.  What version are you trying to build?


More information about the mythtv-users mailing list