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.

gst plugin build problem

 

Hello All,

I did downloaded whole packages, needed to build GStreamer for a DM6446.

and now I am on the last step of "Building DM6446 kernel, DVSDK, and GStreamer software (2.00.00.22)"

I am trying to build gst-dmai plug-in, but without any success.

The build process says, that there is no glib-2.0 in my system.

It is there! I did installed glib2.0, glib2.0-dev it with "apt-get". "apt-get" says, that there is a most newest versions of it in a system.

The build process of the plugin on it self do decompress and build a glib-2.21. And after that it does not find it. Why then it does a decompress and then build of that glib, if it is not uses it?

How can I say to the build process, that there is a glib in a system?

I am using ubuntu 2.6.38-16 as a Host system.

 

Thank you in advance,

Alexey

  

  • After some tries I was able to build it a little bit further: After getting such error I did go to the dir ....gst-ti-plugin-full-1.01.00/opensource_build/glib-2.21.1 and run sudo make install.

    The same I did, when I received an errors with liboil, libmad, gstreamer, gst-pluign-base, etc.

    But now I am stuck with the following errors:

    ../libtool: line 763: X--tag=CC: command not found
    ../libtool: line 796: libtool: ignoring unknown tag : command not found
    ../libtool: line 763: X--mode=compile: command not found
    ../libtool: line 913: *** Warning: inferring the mode of operation is deprecated.: command not found
    ../libtool: line 914: *** Future versions of Libtool will require -mode=MODE be specified.: command not found
    ../libtool: line 1057: X/opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc: No such file or directory
    ../libtool: line 1057: X-DHAVE_CONFIG_H: command not found
    ../libtool: line 1057: X-I.: command not found
    ../libtool: line 1057: X-I..: command not found
    ../libtool: line 1057: X-DPlatform_dm6446: command not found
    ../libtool: line 1057: X-pthread: command not found
    ../libtool: line 1057: X-I/home/alexei/workdir/filesys//opt/gstreamer/include/gstreamer-0.10: No such file or directory

    .... etc.

     

    What is it about there? Does any one seen such errors?

    Thanks in advance,

    Alexey

     

     

     

     

     

     

  • Last Problem with "X--tag=CC: command not found" is solved via reading the manual, where it says, that it is a known problem and is solved with the cmd "export echo=echo".

    So. Now it is builded. And the problems are solved. 

    Thanks for watching,

    Alexey