gst-plugins-bad-0.10.3

  • Little strange thing I came across.


    Doing a build from OE and everything works, I can do -cclean world and rebuild again.


    Now I built the package neon and could do a image and everything worked until I made a -cclean world. After that I tried to build a image again but get this error on gst-plugins-bad,


    mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I/home/lt/dm7025/build/tmp/work/gst-plugins-bad-0.10.3-r0/gst-plugins-bad-0.10.3/ext/neon -I../.. -I/hom
    e/lt/dm7025/build/tmp/staging/mipsel-linux/include -I/home/lt/dm7025/build/tmp/work/gst-plugins-bad-0.10.3-r0/gst-plugins-bad-0.10.3/gst-libs -
    I../../gst-libs -pthread -I/home/lt/dm7025/build/tmp/staging/mipsel-linux/include/gstreamer-0.10 -I/home/lt/dm7025/build/tmp/staging/mipsel-lin
    ux/include/glib-2.0 -I/home/lt/dm7025/build/tmp/staging/mipsel-linux/lib/glib-2.0/include -I/home/lt/dm7025/build/tmp/staging/mipsel-linux/incl
    ude/libxml2 -Wall -g -DGST_DISABLE_DEPRECATED -D_LARGEFILE64_SOURCE -DNE_LFS -I/home/lt/dm7025/build/tmp/staging/mipsel-linux/include/neon -I/h
    ome/lt/dm7025/build/tmp/staging/mipsel-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -MT libgstneonhttpsr
    c_la-gstneonhttpsrc.lo -MD -MP -MF .deps/libgstneonhttpsrc_la-gstneonhttpsrc.Tpo -c gstneonhttpsrc.c -fPIC -DPIC -o .libs/libgstneonhttpsrc_la
    -gstneonhttpsrc.o
    gstneonhttpsrc.c: In function 'set_proxy':
    gstneonhttpsrc.c:630: error: 'ne_uri' has no member named 'authinfo'
    make[3]: *** [libgstneonhttpsrc_la-gstneonhttpsrc.lo] Error 1
    make[3]: Leaving directory `/home/lt/dm7025/build/tmp/work/gst-plugins-bad-0.10.3-r0/gst-plugins-bad-0.10.3/ext/neon'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/lt/dm7025/build/tmp/work/gst-plugins-bad-0.10.3-r0/gst-plugins-bad-0.10.3/ext'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/lt/dm7025/build/tmp/work/gst-plugins-bad-0.10.3-r0/gst-plugins-bad-0.10.3'
    make: *** [all] Error 2
    FATAL: oe_runmake failed



    Done this now twice on my OE.


    /WeeGull