Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Mar 2004 21:04:42 +0900
From:      Alexander Nedotsukov <bland@FreeBSD.org>
To:        Antoine Jacoutot <ajacoutot@lphp.org>
Cc:        gnome@FreeBSD.org
Subject:   Re: Gcompris2 dependencies
Message-ID:  <404C615A.9050607@FreeBSD.org>
In-Reply-To: <200403081127.00993.ajacoutot@lphp.org>
References:  <200403081127.00993.ajacoutot@lphp.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Antoine Jacoutot wrote:

>Hi :)
>
>I'm running Gcompris2 under FreeBSD-5.2.1 with kde-3.2.
>I was wondering why Gcompris had some many dependencies. Basically, I need to 
>install almost a complete gnome desktop to be able to use this software 
>(nautilus included !).
>The main reason for this seems to be the dependency on py-gnome2.
>I have a question: does it really needs py-gnome2 or py-gtk2 would work too ?
>
Antonie,

Here is a quote from gcompris configure.in:

REQUIRE_PYHTON=""
if test x$build_python_plugin = xno; then
  AC_MSG_NOTICE([Python plugin is disabled.])
else
  dnl Python interpreter is available so check for pygtk and gnome-python
  PKG_CHECK_MODULES(PYGTK, pygtk-2.0 gnome-python-2.0)
  AC_SUBST(PYGTK_CFLAGS)
  AC_SUBST(PYGTK_LIBS)
  REQUIRE_PYTHON="python gnome-python gnome-python-canvas pygtk2.0"
fi

 From gnome@ side it's possible to add WITHOUT_PYTHON knob but my past 
expirience says --without-python option is not yet well implemented in 
gcompris. Built binary complains about missied python parts and crashes 
sometimes. I'll add it when figure out what's going wrong or next 
gcompris release will fix it itself.

All the best,
Alexander.

> 
>If it doesn't, then do you think I should contact py-gnome2 maintainer so one 
>could built it without say nautilus support ?
>Or maybe at last, would it be possible to build Gcompris with knobs that would 
>allow not to build a complete gnome environment ?
>
>Thanks for reading me.
>Regards,
>
>Antoine
>_______________________________________________
>freebsd-gnome@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
>To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
>  
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?404C615A.9050607>