<div>
                    Hi,
                </div><div><span class="Apple-tab-span" style="white-space:pre">  </span>Some errors are reported as bellow when i build "gst-omx" plugin,</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Have you met this issue when you build with gstreamer SDK ?</div><div><span class="Apple-tab-span" style="white-space:pre">  </span><span class="Apple-tab-span" style="white-space: pre; "> </span></div><div><span class="Apple-tab-span" style="white-space:pre">     </span></div><div><div><div>@jojo:~/code/gst-omx-0.10$ make</div><div>make  all-recursive</div><div>Making all in common</div><div>Making all in m4</div><div>make[3]: Nothing to be done for `all'.</div><div>make[3]: Nothing to be done for `all-am'.</div><div>Making all in gst</div><div>Making all in egl</div><div>  CC       libgstegl_0.10_la-egl.lo</div><div>In file included from /home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gstelement.h:56:0,</div><div>                 from /home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gstbin.h:27,</div><div>                 from /home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gst.h:35,</div><div>                 from ../../gst/egl/egl.h:25,</div><div>                 from egl.c:38:</div><div>/home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gstobject.h:284:3: error: unknown type name 'GStaticRecMutex'</div><div>In file included from /home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gstpad.h:35:0,</div><div>                 from /home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gstelement.h:57,</div><div>                 from /home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gstbin.h:27,</div><div>                 from /home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gst.h:35,</div><div>                 from ../../gst/egl/egl.h:25,</div><div>                 from egl.c:38:</div><div>/home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gsttask.h:149:3: error: unknown type name 'GStaticRecMutex'</div><div>/home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gsttask.h:183:57: error: unknown type name 'GStaticRecMutex'</div><div>/home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gsttask.h:184:57: error: unknown type name 'GThreadPriority'</div><div>In file included from /home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gstelement.h:57:0,</div><div>                 from /home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gstbin.h:27,</div><div>                 from /home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gst.h:35,</div><div>                 from ../../gst/egl/egl.h:25,</div><div>                 from egl.c:38:</div><div>/home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gstpad.h:671:3: error: unknown type name 'GStaticRecMutex'</div><div>In file included from /home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gstbin.h:27:0,</div><div>                 from /home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gst.h:35,</div><div>                 from ../../gst/egl/egl.h:25,</div><div>                 from egl.c:38:</div><div>/home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gstelement.h:545:3: error: unknown type name 'GStaticRecMutex'</div><div>In file included from /home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gst.h:71:0,</div><div>                 from ../../gst/egl/egl.h:25,</div><div>                 from egl.c:38:</div><div>/home/slomo/Projects/gstreamer/gst-sdk/cerbero/dist/android-0.10/include/gstreamer-0.10/gst/gsttrace.h:127:1: error: unknown type name 'GStaticMutex'</div><div>egl.c: In function 'gst_egl_image_memory_pool_new':</div><div>egl.c:238:3: error: implicit declaration of function 'g_mutex_new' [-Werror=implicit-function-declaration]</div><div>egl.c:238:3: error: nested extern declaration of 'g_mutex_new' [-Werror=nested-externs]</div><div>egl.c:238:14: error: assignment makes pointer from integer without a cast [-Werror]</div><div>egl.c:239:3: error: implicit declaration of function 'g_cond_new' [-Werror=implicit-function-declaration]</div><div>egl.c:239:3: error: nested extern declaration of 'g_cond_new' [-Werror=nested-externs]</div><div>egl.c:239:14: error: assignment makes pointer from integer without a cast [-Werror]</div><div>egl.c: In function 'gst_egl_image_memory_pool_free':</div><div>egl.c:291:3: error: implicit declaration of function 'g_mutex_free' [-Werror=implicit-function-declaration]</div><div>egl.c:291:3: error: nested extern declaration of 'g_mutex_free' [-Werror=nested-externs]</div><div>egl.c:292:3: error: implicit declaration of function 'g_cond_free' [-Werror=implicit-function-declaration]</div><div>egl.c:292:3: error: nested extern declaration of 'g_cond_free' [-Werror=nested-externs]</div><div>cc1: all warnings being treated as errors</div><div>make[3]: *** [libgstegl_0.10_la-egl.lo] Error 1</div><div>make[2]: *** [all-recursive] Error 1</div><div>make[1]: *** [all-recursive] Error 1</div><div>make: *** [all] Error 2</div></div></div><div><br></div>
                <div><div><br></div><div>Thanks,</div><div><br></div><div>- Jojo</div><div><br></div></div>
                 
                <p style="color: #A0A0A8;">在 2013年8月20日星期二,下午1:09,jojo 写道:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div>
                <div>
                    <div>Hi,</div><div><span style="white-space:pre"> </span>I build gstreamer SDK in Mac os x (mountain lion) from source code with cerebro for android platform,</div><div><br></div><div><span style="white-space:pre">   </span>some errors are reported as bellow, someone meets this issue ?</div><div><br></div><div><span style="white-space:pre">       </span>Any hints will be helpful.</div><div><span style="white-space:pre">    </span></div><div><br></div><div>@jojo:~/code/cerbero$ ./cerbero-uninstalled -c config/cross-android.cbc package gstreamer-sdk</div><div>WARNING: Using default configuration because /Users/rjiejie/.cerbero/cerbero.cbc is missing</div><div>WARNING: Android NDK not found</div><div>WARNING: Android NDK not found</div><div>Building the following recipes: gettext libiconv gnustl libffi zlib glib gtk-doc-lite gstreamer-1.0 libxml2 libogg libpng pixman expat freetype bzip2 fontconfig cairo pango libvorbis libtheora libvisual orc tremor gst-plugins-base-1.0 gst-sdk-shell jpeg speex tiff gdk-pixbuf gmp nettle libtasn1 gnutls glib-networking libsoup wavpack flac taglib libvpx libdv gst-plugins-good-1.0 fribidi libass faad2 libkate opus schroedinger libdca libmms soundtouch gst-plugins-bad-1.0 a52dec opencore-amr libdvdread libmpeg2 libmad x264 gst-plugins-ugly-1.0 gst-android-1.0 gstreamer-1.0-static gst-plugins-base-1.0-static gst-plugins-good-1.0-static gst-plugins-bad-1.0-static gst-plugins-ugly-1.0-static glib-networking-static gst-libav-1.0 gst-libav-1.0-static</div><div>[(1/67) gettext -> already built ]</div><div>[(2/67) libiconv -> already built ]</div><div>[(3/67) gnustl -> already built ]</div><div>[(4/67) libffi -> already built ]</div><div>[(5/67) zlib -> fetch ]</div><div>-----> Step done</div><div>[(5/67) zlib -> extract ]</div><div>-----> Step done</div><div>[(5/67) zlib -> configure ]</div><div>-----> Step done</div><div>[(5/67) zlib -> compile ]</div><div>Running command 'make'</div><div>/usr/bin/libtool -o libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o </div><div>/usr/bin/libtool: file: adler32.o is not an object file (not allowed in a library)</div><div>/usr/bin/libtool: file: crc32.o is not an object file (not allowed in a library)</div><div>/usr/bin/libtool: file: deflate.o is not an object file (not allowed in a library)</div><div>/usr/bin/libtool: file: infback.o is not an object file (not allowed in a library)</div><div>/usr/bin/libtool: file: inffast.o is not an object file (not allowed in a library)</div><div>/usr/bin/libtool: file: inflate.o is not an object file (not allowed in a library)</div><div>/usr/bin/libtool: file: inftrees.o is not an object file (not allowed in a library)</div><div>/usr/bin/libtool: file: trees.o is not an object file (not allowed in a library)</div><div>/usr/bin/libtool: file: zutil.o is not an object file (not allowed in a library)</div><div>/usr/bin/libtool: file: compress.o is not an object file (not allowed in a library)</div><div>/usr/bin/libtool: file: uncompr.o is not an object file (not allowed in a library)</div><div>/usr/bin/libtool: file: gzclose.o is not an object file (not allowed in a library)</div><div>/usr/bin/libtool: file: gzlib.o is not an object file (not allowed in a library)</div><div>/usr/bin/libtool: file: gzread.o is not an object file (not allowed in a library)</div><div>/usr/bin/libtool: file: gzwrite.o is not an object file (not allowed in a library)</div><div>make: *** [libz.a] Error 1</div><div>***** Error running 'package' command:</div><div>Recipe 'zlib' failed at the build step 'compile'</div><div><br></div>
                </div>
                <div><div><br></div><div>Thanks,</div><div><br></div><div>- Jojo</div><div><br></div></div>
            </div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>