Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I try to use official tutorial to build NDK build of GStreamer from GStreamer official tutorial

But It has a lot of errors. I can't build it.

The error I get:

Package gstreamer was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer' found Package gstreamer-plugins-bad-0.10 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-plugins-bad-0.10.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-plugins-bad-0.10' found Package gstreamer-audio-0.10 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-audio-0.10.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-audio-0.10' found cd /home/demo/work/gstreamer-android/gstreamer_ndk_bundle/jni/../x264 ; \
        CC="/home/demo/android/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc" \
        CFLAGS="-nostdlib -Bdynamic -Wl,-dynamic-linker,/system/bin/linker
-Wl,--gc-sections -Wl,-z,nocopyreloc /home/demo/android/android-ndk-r8c/platforms/android-3/arch-arm/usr/lib/crtbegin_dynamic.o
    /home/demo/android/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/libgcc.a
    /home/demo/android/android-ndk-r8c/platforms/android-3/arch-arm/usr/lib/crtend_android.o
-I/include" \
        LD=/home/demo/android/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-ld \
        LDFLAGS="-lc -ldl
-L/home/demo/android/android-ndk-r8c/platforms/android-3/arch-arm/usr/lib
-L./obj/local/armeabi
-L/home/demo/work/gstreamer-android/gstreamer_ndk_bundle/jni/../libs" \
        CPP=/home/demo/android/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-cpp \
        CPPFLAGS="-I/include
-I/home/demo/android/android-ndk-r8c/platforms/android-3/arch-arm/usr/include
-I/home/demo/work/gstreamer-android/gstreamer_ndk_bundle/jni/../libid3tag
-I/home/demo/work/gstreamer-android/gstreamer_ndk_bundle/jni/../libmad" \
        PKG_CONFIG_LIBDIR=/home/demo/work/gstreamer-android/gstreamer_ndk_bundle/jni/../glib:/home/demo/work/gstreamer-android/gstreamer_ndk_bundle/jni/../gstreamer/pkgconfig:/home/demo/work/gstreamer-android/gstreamer_ndk_bundle/jni/../gst-plugins-base/pkgconfig:/home/demo/work/gstreamer-android/gstreamer_ndk_bundle/jni/../gst-plugins-good/pkgconfig:/home/demo/work/gstreamer-android/gstreamer_ndk_bundle/jni/../gst-plugins-bad/pkgconfig:/home/demo/work/gstreamer-android/gstreamer_ndk_bundle/jni/../x264:/home/demo/work/gstreamer-android/gstreamer_ndk_bundle/jni/../libmad:/home/demo/work/gstreamer-android/gstreamer_ndk_bundle/jni/../ogg:/home/demo/work/gstreamer-android/gstreamer_ndk_bundle/jni/../libffi \
        PKG_CONFIG_TOP_BUILD_DIR=/ \
        /home/demo/work/gstreamer-android/gstreamer_ndk_bundle/x264/configure
--host=arm-linux-androideabi \
        --prefix=/system --enable-shared No working C compiler found. make: *** [libx264-configure] Error 1
share|improve this question
You should provide some of your code as we can't really see what's going on... – Origin Nov 18 '12 at 11:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.