From owner-freebsd-questions@FreeBSD.ORG Wed Jun 16 04:22:30 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC77A106566C for ; Wed, 16 Jun 2010 04:22:30 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 92E0B8FC08 for ; Wed, 16 Jun 2010 04:22:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id DAEF93A38C7 for ; Wed, 16 Jun 2010 11:22:28 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= subject:subject:from:from:message-id:date:date:received:received :received; s=selector1; t=1276662148; x=1278476548; bh=6XLx2p2zZ IybgJk1CPeOIemw22+uerx4eEiX7w9CSug=; b=el/ZCEEpjf7N1aSWu+DdmccgA ZDpLkpAXZJFfLTylsht9oD9/4B/K2JhEuJganqaaojBDTtY4MnXDwKh+3nkArkka 6Vzsdt5SzvtBJQ5g4G2ehtHz7xBZbHBJijb4okBgmIhSdXnMGmzjgZms301R30aA 1xem2lTK3CjgfLt8bs= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 9rHRyFvQ-0kb for ; Wed, 16 Jun 2010 11:22:28 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 72CBD3A38C6 for ; Wed, 16 Jun 2010 11:22:28 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id o5G4MRF0037796; Wed, 16 Jun 2010 11:22:27 +0700 (ICT) (envelope-from on) Date: Wed, 16 Jun 2010 11:22:27 +0700 (ICT) Message-Id: <201006160422.o5G4MRF0037796@banyan.cs.ait.ac.th> From: Olivier Nicole To: questions@freebsd.org Cc: Subject: Problem installing GTK20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2010 04:22:31 -0000 Hi, It seems that it is a problem that appeared before, but the suggested workaround did not work. When trying to portupgrade gtk, I get the error: checking Pango flags... gnome-config: not found configure: error: *** Pango not found. Pango built with Cairo support is required *** to build GTK+. See http://www.pango.org for Pango information. I tried to reinstall cairo and pango, but pangocairo is always missing: pkg-config --exists pangocairo gnome-config: not found I just cvsup'ed so I should have the very lasted stuff. What do I do wrong? TIA, Olivier