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.

_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to