From owner-freebsd-multimedia@FreeBSD.ORG Mon Mar 12 02:31:05 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 599E11065675 for ; Mon, 12 Mar 2012 02:31:05 +0000 (UTC) (envelope-from xavierfreebsdmultimedia@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id D0DC48FC12 for ; Mon, 12 Mar 2012 02:31:04 +0000 (UTC) Received: by lagv3 with SMTP id v3so4330201lag.13 for ; Sun, 11 Mar 2012 19:31:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=lQV+bPT6QhIiWnkyIHVeMkezGYefWqmN1DViOxIOjGc=; b=xt0eJTPZCI1oE+0Vd7rRAo7AcfgzSRuMT5ULAzPz7NsgJPB1FJgdM7IRFz+xGXxLdb lmJh3NVbmkwbTmXrx/MQj4DN+d3jbbtVWwG6brkfRo2/9xSH7JX/o7NqdruKr2UeTRhL dOVJuCf4gfrrdvRELTg5jd7iNI1AI4hwjKZ9/3CJiHGQJsM+4+mqiq1YlOZpH4Deh05o YcOvlNWQcI4A1palOefTuOeukTd1gBbu5qMItFLXekxu+0MuxLfg90xW3taSyw5q0Yqz mikLswgBcTPYqJj/7R/k3ekbc/i1jN6EHa093WxFzJ35DxbVA99o2N13JSd0VBrRQRaA l/mA== MIME-Version: 1.0 Received: by 10.112.37.73 with SMTP id w9mr3899340lbj.22.1331519462979; Sun, 11 Mar 2012 19:31:02 -0700 (PDT) Received: by 10.112.21.135 with HTTP; Sun, 11 Mar 2012 19:31:02 -0700 (PDT) Date: Mon, 12 Mar 2012 03:31:02 +0100 Message-ID: From: Xavier xfm To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ./configure say error with libpng when compile tvtime on FreeBSD X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2012 02:31:05 -0000 Hi to all, I try to compile tvtime ( http://tvtime.net/ ) on 9.0-RELEASE I copy the log error to: http://pastebin.com/h40fa1s4 ./configure say error with libpng, but I installed libpng-1.5.9 from source code well on this machine 9.0-RELEASE Somebody can help me to compile tvtime on 9.0-RELEASE ? Thanks.