GNOME Bugzilla – Bug 121230
gst-plugins failing to compile with 2.6.0-test3 kernel
Last modified: 2004-12-22 21:47:04 UTC
gst-plugins failing to compile with 2.6.0-test3 kernel.
Created attachment 19651 [details] bzipped log of the compile of gst-plugins 0.6.3 with 2.6.0-test3 kernel
You're making symlinks from $includedir/sys to $kerneldir/include/linux, but not from $includedir/linux to $kerneldir/include/linux. In either case, I strongly suggest to **not** do any of this unless you know what yu're doing. The kernel headers in $includedir/.. are standard-interface-compliant files that belong to glibc. If you really want to do this, then make symlinks from $includedir/sys + $includedir/linux to $kerneldir/include/linux and from $includedir/asm and $includedir/bits to $kerneldir/include/asm. My compiles with 2.6.0-t4 work just fine. If any of this doesn't make sense, please reopen. For now, I'll close it as 'not a bug', since I don't think this is a GStreamer bug.