[mythtv] Mythtv 0.26 build problem for Fedora Rawhide

Gary Buhrmaster gary.buhrmaster at gmail.com
Sat Dec 8 03:33:59 UTC 2012


On Fri, Dec 7, 2012 at 4:22 PM, Gary Buhrmaster
<gary.buhrmaster at gmail.com> wrote:
....
> My WAG(*) is that stdlib.h no longer includes sys/types.h in rawhide
> (that really means the glibc-headers package).

If you want to test the theory, apply the following patch to your
/usr/include/alsa/asoundlib.h file on your rawhide devel system


--- /usr/include/alsa/asoundlib.h	2012-09-06 06:18:02.000000000 -0700
+++ asoundlib.h	2012-12-07 19:30:53.131751067 -0800
@@ -31,6 +31,7 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <sys/types.h>
 #include <string.h>
 #include <fcntl.h>
 #include <assert.h>


More information about the mythtv-dev mailing list