error :could not find glib-genmarshal in your path

sachin
hello every one,
i am cross compiling opencv through LTIB for arm...i got one issue  

glib-2.0 package are failed to build

and show error
error :could not find glib-genmarshal in your path

sachin
hello,any one know how to solved this issue...i didnt get any solution on
net?

davef
http://wiki.beyondlogic.org/index.php?title=Cross_Compiling_BlueZ_Blueto...

Didn't help, specifically:

GLib requires the glib-genmarshal tool installed on your build system
otherwise the following error is likey to result:

checking for glib-genmarshal... no
configure: error: Could not find a glib-genmarshal in your PATH

An easy way to resolve this is to install libglib2.0-dev:

sudo apt-get install libglib2.0-dev

sachin
thanks @devef for your reply  
sachin@sachin-Vostro-270:~/Documents/LTIB/L3.0.35_4.1.0_130816_source/yes/ltib$
sudo apt-get install libglib2.0-dev

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libglib2.0-dev : Depends: libglib2.0-0 (= 2.32.1-0ubuntu2) but
2.32.4-0ubuntu1 is to be installed
Depends: libglib2.0-bin (= 2.32.1-0ubuntu2) but 2.32.4-0ubuntu1 is to be
installed
E: Unable to correct problems, you have held broken packages.

this error was occured for this package...

davef
Try Googling the error messages.

Maybe:

   sudo apt-get autoremove 

and then try again.