[mythtv] autoexpire.cpp doesn't compile (in FreeBSD)

Ari Suutari ari at suutari.iki.fi
Tue Jun 21 13:02:57 UTC 2005


Hi,

I have been compiling mythtv on FreeBSD
without any major problems. However, there
is now piece of code (at least in autoexpire.cpp),
which does not compile.

I don't know why it compiles on linux box, since
code assigns PTHREAD_CREATE_JOINABLE or
PTHREAD_CREATE_DETACHED to variable of type pthread_t.
Shouldn't these things be passed as thread attributes
(which seems to be passed as NULL to pthread_create now).

The code with the problem was introduced to mythbackend
in autoexpire.cpp, version 1.24.


	Ari S.



More information about the mythtv-dev mailing list