Hi all,<br><br>I am compiling gstreamer-0.24 for my TI board. <br>Though I am disabling building xml library using --disable-loadsave option<br>I am not able to disable.<br><br>The configure options I use are as below:<br>
./configure --build=i686-linux --host=arm-linux --prefix=$PREFIX --disable-static --enable-shared --disable-libtool-lock --disable-rpath --disable-nls --disable-gst-debug --disable-loadsave --disable-trace --disable-debug --disable-profiling --disable-valgrind --disable-gcov --disable-examples --disable-tests --disable-failing-tests  --disable-docbook --disable-gtk-doc --disable-alloc-trace --disable-poisoning --with-pic --without-check CFLAGS=&quot;-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -I$PREFIX/include -O2&quot; LDFLAGS=-L$PREFIX/lib<br>
<br>and also &quot;--enable-binary-registry&quot; option is not seen in version gstreamer-0.10.24.<br><br>Should I do any extra modifications to disable building xml.<br><br>On running configure the below are messages for XML<br>
**************************************************************************************************<br>checking for XML... yes<br>configure: Test xml2 program linked<br>configure: Using /opt/gstreamer/lib/gstreamer-0.10 as the plugin install location<br>
***************************************************************************************************<br><br>Jyoti<br>