[maemo-developers] New developer - lots of questions

From: Fred Fred at Lefevere-Laoide.net
Date: Sun Nov 18 20:30:59 EET 2007
maemo at bitblit.net a écrit :
> On Sun, 18 Nov 2007, Ville Syrjälä wrote:
> 
>> I'm using a 64bit Gentoo system for maemo development at work and I have
>> 32bit and 64bit Gentoo systems at home which also have the SDK installed.
>> There's no need for a 32bit chroot as the 32bit scratchbox binaries work
>> just fine on a 64bit Gentoo system.
> 
> But what if I wanted both Maemo 3.x and 4.x?

you can use something like :

in configure AC

# Hildon library dependsncies
PKG_CHECK_MODULES(HILDON, hildon-1 hildon-fm-2 hildon-help conbtdialogs, \
                 AC_DEFINE(HILDON, 2008, [Version of hildon libraries]), \
                 [AC_DEFINE(HILDON, 2007, [Version of hildon libraries]) \
                 PKG_CHECK_MODULES(HILDON, hildon-libs >= 0.9.50 
hildon-fm libossohelp)])
AC_SUBST(HILDON_LIBS)
AC_SUBST(HILDON_CFLAGS)

and
in your c|h files
#if HILDON == 2008
...

> 
>> The scratchbox ebuilds I'm using were
>> originally made by Priit Laes (IIRC) and I've made some small modifications
>> and kept them updated with new scratchbox releases. I've attached the
>> ebuilds in case someone wants to take a look.
> 
> Thanks!
> 
> Are these patches/modifications likely to make there way into the Sunrise 
> overlays?
> 
> 

Fred

More information about the maemo-developers mailing list