I can't build the media subtree on my laptop running Fedora 17 Gnu/Linux.
[exec] gcc -c -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DGST_DISABLE_LOADSAVE -DGST_DISABLE_GST_DEBUG -Os -Wimplicit -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c ../../../gstreamer-lite/gstreamer/tools/gst-inspect.c -o ../../../../../build/linux-amd64/stage/release/obj/gstreamer-lite/gstreamer/tools/gst-inspect.o
[exec] /usr/bin/ld: ../../../../../build/linux-amd64/stage/release/obj/gstreamer-lite/gstreamer/tools/gst-inspect.o: undefined reference to symbol 'g_object_get_property'
[exec] /usr/bin/ld: note: 'g_object_get_property' is defined in DSO /lib64/libgobject-2.0.so.0 so try adding it to the linker command line
[exec] /lib64/libgobject-2.0.so.0: could not read symbols: Invalid operation
[exec] collect2: error: ld returned 1 exit status
[exec] make: *** [../../../../../build/linux-amd64/release/gst-inspect] Error 1
The attachment media-Makefile.patch fixes the problem.
[exec] gcc -c -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DGST_DISABLE_LOADSAVE -DGST_DISABLE_GST_DEBUG -Os -Wimplicit -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c ../../../gstreamer-lite/gstreamer/tools/gst-inspect.c -o ../../../../../build/linux-amd64/stage/release/obj/gstreamer-lite/gstreamer/tools/gst-inspect.o
[exec] /usr/bin/ld: ../../../../../build/linux-amd64/stage/release/obj/gstreamer-lite/gstreamer/tools/gst-inspect.o: undefined reference to symbol 'g_object_get_property'
[exec] /usr/bin/ld: note: 'g_object_get_property' is defined in DSO /lib64/libgobject-2.0.so.0 so try adding it to the linker command line
[exec] /lib64/libgobject-2.0.so.0: could not read symbols: Invalid operation
[exec] collect2: error: ld returned 1 exit status
[exec] make: *** [../../../../../build/linux-amd64/release/gst-inspect] Error 1
The attachment media-Makefile.patch fixes the problem.