From owner-freebsd-multimedia@FreeBSD.ORG Thu Feb 26 13:41:51 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E8DF1065702 for ; Thu, 26 Feb 2009 13:41:51 +0000 (UTC) (envelope-from elcorreodejuan@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A22B8FC1C for ; Thu, 26 Feb 2009 13:41:50 +0000 (UTC) (envelope-from elcorreodejuan@gmail.com) Received: by yx-out-2324.google.com with SMTP id 31so373161yxl.13 for ; Thu, 26 Feb 2009 05:41:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=uABGVt55pkr8llpGUBIPoYd5cXQjI+1DmqCOF+aeSsg=; b=B7teMXQ3Qik/klW2nvVpyLRQmUGJydsNmaZlT8GVs+vkMMbX+wtQtLMMgWey4fIH82 rnUlkgs3Xd7bzj+Pusjr40qK8kCzmf9As2TsLjq8s+RvDtY4gdAw3Hwjumy9SmMLvEKU q8ette13+SxeNqG8WvWNumHlUjw3JTumeXRhU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=XPSmpUcKi5YLlLuKf8DMU1VDDtAnvehOEjawS6bG7JA7nkjjifDs+Wngzg4KSCOfNL vT8BiaP0dtnLJlNrWoBljndafaVpnDf6UjwpRl4sfhB/0TO1lbTi19Hb2/H57yUyrwWq bkhwPCJ61Dk9Oj9oWPDEklYTnngqDHh89qsY8= MIME-Version: 1.0 Received: by 10.220.92.139 with SMTP id r11mr596494vcm.15.1235655709601; Thu, 26 Feb 2009 05:41:49 -0800 (PST) In-Reply-To: <2ec84c270902260520t6a1a09fdpcc0341f979a53f5@mail.gmail.com> References: <2ec84c270902260516t7cd265b7ya5b7c7338972b261@mail.gmail.com> <2ec84c270902260520t6a1a09fdpcc0341f979a53f5@mail.gmail.com> Date: Thu, 26 Feb 2009 11:41:49 -0200 Message-ID: <2ec84c270902260541o18813cbtcabb3ffeb232bccb@mail.gmail.com> From: Juan To: multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: compile Gimp error 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: Thu, 26 Feb 2009 13:41:51 -0000 Solved it! I have only to upgrade gstreamer. Thanks a lot. On 26/02/2009, Juan wrote: > sorry the Gimp version is 2.6.5 > > On 26/02/2009, Juan wrote: >> Hi! >> I got an error while compiling Gimp 2.4.6 on FreeBSD 7.1 >> I guess its a gstreamer version problem. >> But it said that I shoud email you with some information, so thats >> what Im trying to do, hope it help :) >> PD: first time reporting something here, so please try to not be so >> hard with the form this email was made, sorry >> >> checking process.h usability... no >> checking process.h presence... no >> checking for process.h... no >> checking for sys/types.h... (cached) yes >> checking sys/wait.h usability... yes >> checking sys/wait.h presence... yes >> checking for sys/wait.h... yes >> checking for sys/stat.h... (cached) yes >> checking for stdint types... stdint.h (shortcircuit) >> make use of stdint.h in _stdint.h (assuming C99 compatible system) >> checking for localtime_r... yes >> checking for gmtime_r... yes >> checking for FIONREAD in sys/ioctl.h... yes >> checking for inline... inline >> checking for _LARGEFILE_SOURCE value needed for large files... no >> checking for lrint... yes >> checking for lrintf... yes >> checking whether cc implements __PRETTY_FUNCTION__... yes >> checking whether cc implements __FUNCTION__... yes >> checking whether cc implements __func__... yes >> checking for GLIB... yes >> checking for LIBOIL... yes >> checking for GST... no >> no >> configure: Requested 'gstreamer-0.10 >= 0.10.21.1' but version of >> GStreamer is 0.10.20 >> configure: error: no gstreamer-0.10 >= 0.10.21.1 (GStreamer) found >> ===> Script "configure" failed unexpectedly. >> Please report the problem to multimedia@FreeBSD.org [maintainer] and >> attach >> the >> "/usr/ports/devel/gstreamer-plugins-gnomevfs/work/gst-plugins-base-0.10.22/config.log" >> including the output of the failure of your make command. Also, it might >> be >> a good idea to provide an overview of all packages installed on your >> system >> (e.g. an `ls /var/db/pkg`). >> *** Error code 1 >> >> Stop in /usr/ports/devel/gstreamer-plugins-gnomevfs. >> *** Error code 1 >> >> Stop in /usr/ports/www/webkit-gtk2. >> *** Error code 1 >> >> Stop in /usr/ports/www/webkit-gtk2. >> *** Error code 1 >> >> Stop in /usr/ports/graphics/gimp-app. >> *** Error code 1 >> >> Stop in /usr/ports/graphics/gimp-app. >> *** Error code 1 >> >> Stop in /usr/ports/graphics/gimp. >> *** Error code 1 >> >> Stop in /usr/ports/graphics/gimp. >> [root@elotro /usr/ports/graphics/gimp]# >> >