This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

problem building Gstreamer

Other Parts Discussed in Thread: OMAP3530

I'm having some difficulty getting the  Gstreamer built using Ubuntu 10.04(host) onto my OMAP3 C4 rev. BeagleBoard running Ubuntu 10.10.

When I start the make process all seems to go well for a while, but then I get the following error message. However no matter how I try to install 

ZLIB this error keeps coming up. Below I show how I finally tried to install zlib using the instructions on the linuxfromscratch.org 

(http://www.linuxfromscratch.org/lfs/view/development/chapter06/zlib.html) website.

 

I also tried to set the environment varibable with export CPPFLAGS="-I/usr/bin/ -I/usr/include" and LDFLAGS="-L/usr/bin -L/usr/include" before running the make operation,

even added /usr/lib and /usr/include to my PATH 

 

 

I have Gstreamer gst-ti-plugin-full-1.02.00 and ti tool DVSDK  dvsdk_omap3530-evm_4_01_00_09

 

ee:~/share/zlib-1.2.5$ whereis zlib.h

zlib: /usr/include/zlib.h /usr/share/man/man3/zlib.3

 

ee:~/share/zlib-1.2.5$ whereis libz

libz: /usr/lib/libz.a /usr/lib/libz.so

 

 

I'm out of ideas and completely stick now, so anything that can be suggested will certianly help.

 

 

 

checking if /home/michaels8/CodeSourcery/Sourcery_G++_Lite2009q1-203//bin/arm-none-linux-gnueabi-g++ supports -c -o file.o... yes

checking whether the /home/michaels8/CodeSourcery/Sourcery_G++_Lite2009q1-203//bin/arm-none-linux-gnueabi-g++ linker (/home/michaels8/CodeSourcery/Sourcery_G++_Lite2009q1-203/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes

checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... yes

appending configuration tag "F77" to libtool

checking for ANSI C header files... (cached) yes

checking assert.h usability... yes

checking assert.h presence... yes

checking for assert.h... yes

checking for unistd.h... (cached) yes

checking zlib.h usability... no

checking zlib.h presence... no

checking for zlib.h... no

configure: error: zlib.h was not found

*** You must first install zlib (libz) before you can build this package.

*** If zlib is already installed, you may need to use the CPPFLAGS

*** environment variable to specify its installed location, e.g. -I<dir>.

make[4]: *** [id3tag.configure] Error 1

make[4]: Leaving directory `/home/michaels8/BeagleBoard/Gstreamer/gst-ti-plugin-full-1.02.00/opensource_build'

make[3]: *** [base] Error 2

make[3]: Leaving directory `/home/michaels8/BeagleBoard/Gstreamer/gst-ti-plugin-full-1.02.00/opensource_build'

make[2]: *** [.base] Error 2

make[2]: Leaving directory `/home/michaels8/BeagleBoard/Gstreamer/gst-ti-plugin-full-1.02.00/opensource_build'

make[1]: *** [opensource_build] Error 2

make[1]: Leaving directory `/home/michaels8/BeagleBoard/Gstreamer/gst-ti-plugin-full-1.02.00'

make: *** [all] Error 2

michaels8@SMFeelab2:~/BeagleBoard/Gstreamer/gst-ti-plugin-full-1.02.00$