Cross compiling glib and GConf for openmoko

Julian Chu julian_chu at openmoko.com
Thu Jul 3 05:09:30 CEST 2008


On Wed, Jul 02, 2008 at 08:24:14PM +0300, Deniz Koçak wrote:
> Hi,
> 
> As a part of my project ( IM/VoIP based on telapathy framework ) while
> I was trying to compile libempathy (0.23.x), I noticed that libempathy
> depends on glib version 2.16, but the glib version in the toolchain is
> 2.14.x? What can I do at this point, should I try to cross compile new
> glib version ( what about runtime, we need this version during the
> runtime? ) or it can be found as a binary somewhere in the
> repositories (newer version of glib).

Hi Deniz,

   $ cat glib-2.0.pc |grep Version
   Version: 2.16.1

   $ cat preferred-om-2008-versions.inc |grep glib-2.0
   PREFERRED_VERSION_glib-2.0 ?= "2.16.1"
   PREFERRED_VERSION_glib-2.0-native ?= "2.16.1"

   the glib version of toolchain is 2.16.1


Best Regards
-Ju1ian



More information about the openmoko-devel mailing list