This tells me that the host version of
glib-genmarshal can’t read the libglib that I just built because its for the
target.
So I set the PATH to the glib-genmarshal that was built while
cross-compiling glib but the host can’t run that program because the binary is
from ARM (my target board).
From the web the only solution I can find is to unset the LD_LIBRARY_PATH while making ATK - but that seems wrong to me because ATK would then pick up the host version of GLIB, not newly built target version - and also without having LD_LIBRAY_PATH set to the lib of my development area - $PREFIX/lib - the make doesn’t know where to pick up the other libraries - in my case libfusion.
Does
anyone have a solution to this problem? I can only imagine that most
would come across this if following the same procedure.
Any help is much
appreciated.
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list