From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 18 19:29:21 2011 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1288A106566B for ; Tue, 18 Oct 2011 19:29:21 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id D98F58FC17 for ; Tue, 18 Oct 2011 19:29:20 +0000 (UTC) Received: by iaky10 with SMTP id y10so1359527iak.13 for ; Tue, 18 Oct 2011 12:29:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=5Axd9GxurWQm3XLoW3EkfffPnzEe834bqCzdgk7Te7I=; b=e2aHvvF4R74byxbDwTMpqwG1F1hjQfaC05v8xETuEkui8+uXPLpT16cYxzslUFDmDy K/DhFjoE8vj3k3jsSXV/vs2bwzsFdZXj+nfVVHXCnZRJhOqusgiQX1Qy69eg2EyUIKR3 qR95uIPRIgYnr+leYdgJVBr7vQ2aoiNHROTac= MIME-Version: 1.0 Received: by 10.231.46.68 with SMTP id i4mr1646108ibf.24.1318966160335; Tue, 18 Oct 2011 12:29:20 -0700 (PDT) Received: by 10.231.153.73 with HTTP; Tue, 18 Oct 2011 12:29:20 -0700 (PDT) Date: Tue, 18 Oct 2011 21:29:20 +0200 Message-ID: From: Olivier Duchateau To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Problem with gtk20 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2011 19:29:21 -0000 Hi, I wonder, if it's my fault, or problem from gtk20 package. I try to update ristretto (image viewer), but I've got bug (image is flickering). So I decided to compile with debug support, and compilation failed, because one directory is missing, /usr/local/lib/gtk-2.0/include Usually, include/ must not be located in lib/ directory. I try this command: pkg-config --cflags gtk+-2.0 and result: -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -- olivier