On 9/12/11 9:58 AM, Tim Gruene wrote: > Dear all, > > Configuring coot 0.7-pre-1 from source on both Debian testing and > Debian stable seems to fail because of a missing 'glib-config'. The > configure script successfully tests for glib-2.0 using pkg-config, but a > few lines below stops with > > configure:18794: result: yes > configure:19517: checking for glib-config > configure:19548: result: no > configure:19557: checking for GLIB - version >= 1.2.8 > configure:19705: result: no > > I don't know the exact reason other than the missing glib-config. > However, google-hits to glib-config point to entries as old as 2002 and > appear to be due to the transition from glib/gtk+ 1.2 to 2.0.x > > If this is the case, is coot going to be updated to use 2.0.x at some point? > > If this is not the case could anyone tell me a remedy to this problem? > > Cheers, > Tim >
Hi Tim,
did you add --with-gtk2 to the configure. On gentoo we do not have the
old gtk either but there aren't any problems during configure.
econf \
--includedir='${prefix}/include/coot' \
--with-gtkcanvas-prefix="${EPREFIX}/usr" \
--with-gtkgl-prefix="${EPREFIX}/usr" \
--with-guile \
--with-python="${EPREFIX}/usr" \
--with-guile-gtk \
--with-gtk2 \
--with-pygtk \
$(use_enable openmp)
Is what we use.
justin
--
Justin Lecher
Institute of Complex Systems
ICS-6 Structural Biochemistry
Research Centre Juelich
52425 Juelich, Germany
phone: +49 2461 61 2117
smime.p7s
Description: S/MIME Cryptographic Signature
