Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 08:45:04 -0700
From:      Chris <fbsdmail@dnswatch.com>
To:        freebsd-gnome@FreeBSD.org
Subject:   Metacity fails during the configure proc
Message-ID:  <20060815084504.8a478jig4kkoggoo@webmail.dnswatch.com>

next in thread | raw e-mail | index | archive | help
This message is in MIME format.

--=_775hs5nxjr0g
Content-Type: text/plain;
	charset=ISO-8859-1;
	DelSp="Yes";
	format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Greetings,
  I am attempting to ensure that xrender, composite, and xinerama
extensions are enabled during the build process of Metacity. I
have all of these extensions built in X11 (Xorg). Previous
attempts to make use of these extensions in Metacity & Gnome
failed because Metacity & Gnome didn't/ don't enable or search
for them by default. So I have added the enable switches in the
top level makefile (x11-wm/metacity/Makefile) to ensure it picks
them up. However, ./configure fails after testing and enabling them
because cm.pc can't be found (in pkgconfig/). After using a find/
grep in the ports tree for cm.pc and it returning nothing. And after
using gnomelogalizer.sh it could not resolve the issue and instructed
me to point my experience here to possibly find a solution.

I have attached the gnomelogalizer.sh optput (metacity.log)
I have also attached the full output from ./config (config.log)
and last, but not least, the Makefile in it's current incarnation.

Thank you for all your time and consideration.

--Chris


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


--=_775hs5nxjr0g
Content-Type: text/plain;
	charset=UTF-8;
	name="Makefile"
Content-Disposition: attachment;
	filename="Makefile"
Content-Transfer-Encoding: quoted-printable

# New ports collection makefile for:   metacity
# Date created:        21 May 2002
# Whom:                Garrett Rooney <rooneg@electricjellyfish.net>
#
# $FreeBSD: ports/x11-wm/metacity/Makefile,v 1.49 2006/05/30 14:02:10 ahze E=
xp $
#    $MCom: ports/x11-wm/metacity/Makefile,v 1.78 2006/04/15 01:51:15 mezz E=
xp $
#

PORTNAME=3D=09metacity
PORTVERSION=3D=092.14.5
CATEGORIES=3D=09x11-wm
MASTER_SITES=3D=09${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=3D=09sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+=
).*/\1/}
DIST_SUBDIR=3D=09gnome2

MAINTAINER=3D=09gnome@FreeBSD.org
COMMENT=3D=09A window manager for the adult in you

LIB_DEPENDS=3D=09startup-notification-1.0:${PORTSDIR}/x11/startup-notificati=
on

CONFLICTS=3D=09expocity-[0-9]*
USE_BZIP2=3D=09yes
USE_X_PREFIX=3D=09yes
USE_GETTEXT=3D=09yes
USE_GMAKE=3D=09yes
GNU_CONFIGURE=3D=09yes
USE_GNOME=3D=09gnomeprefix intlhack gnomehack gconf2
INSTALLS_SHLIB=3D=09yes
CONFIGURE_ARGS=3D=09--enable-compositor --enable-render --enable-xinerama
CONFIGURE_ENV=3D=09CPPFLAGS=3D"-I${LOCALBASE}/include -I${X11BASE}/include" =
\
=09=09LDFLAGS=3D"-L${LOCALBASE}/lib"
MAKE_ENV=3D=09G_CHARSET_ALIAS=3D"${LOCALBASE}/libdata/charset.alias"

GCONF_SCHEMAS=3D=09metacity.schemas

MAN1=3D=09=09metacity-theme-viewer.1 metacity-window-demo.1 \
=09=09metacity.1

.include <bsd.port.mk>

--=_775hs5nxjr0g--



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