From owner-freebsd-questions@FreeBSD.ORG Thu Mar 12 23:01:06 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82FB8106564A for ; Thu, 12 Mar 2009 23:01:06 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.188]) by mx1.freebsd.org (Postfix) with ESMTP id 200898FC08 for ; Thu, 12 Mar 2009 23:01:05 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so40212tib.3 for ; Thu, 12 Mar 2009 16:01:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=jj1IqU/LW+KOnxjnCq4l9z1MdHISvbua1MWCExblARs=; b=Qy8Bp4ufcmlgCfhLpqQmaL9JL7LPLBuIC5T8+iWgVmMaCZvl6feoTNgztVZY/DIvBB d9T1IejtyesXuFDq+hBK53w1wUw3ab4ofEg2/MzaoiksWNLmx5E9EkDe7EL5tP9xFw+3 7piqw+1k1PaNzLAFMEcTt6HljvKXf0PLJSRpY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=jg4CHFRR5HWtvbE5GkMVRWSupU0dCaDt2XQ7Ka5FJsfa0sqmpeFxiAmHDDoi3NQ5Hy wGRaJZal50PkRYtSniGVTzNZkWFiLEP7zq+HSterU2f1UdWVcrtob1DuFHO+tTc1hITr fPbkDfbWQS7bjo+cz1Y/OVrZQBmvYyLIUULd0= Received: by 10.110.63.6 with SMTP id l6mr859127tia.34.1236898864441; Thu, 12 Mar 2009 16:01:04 -0700 (PDT) Received: from unxfbsdi.freebsd.localdomain ([117.196.225.103]) by mx.google.com with ESMTPS id d4sm2175381tib.8.2009.03.12.16.01.01 (version=SSLv3 cipher=RC4-MD5); Thu, 12 Mar 2009 16:01:03 -0700 (PDT) Message-ID: <49B9947E.5000207@gmail.com> Date: Fri, 13 Mar 2009 04:32:22 +0530 From: Manish Jain User-Agent: Thunderbird 2.0.0.19 (X11/20090311) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Problem building ports : 1) abiword; 2) curl 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: Thu, 12 Mar 2009 23:01:06 -0000 Hi all, I installed FreeBSD 7.1 on my x86 system a few days back and am having problems with building the following ports : 1) abiword 2) curl I am attaching the error messages below inline. 1) abiword : In file included from /usr/local/include/gtk-2.0/gtk/gtkactiongroup.h:34, from /usr/local/include/gtk-2.0/gtk/gtk.h:38, from goffice-gtk.c:27: /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:50: warning: function declaration isn't a prototype goffice-gtk.c:1041: error: static declaration of 'gdk_cairo_set_source_pixbuf' follows non-static declaration /usr/local/include/gtk-2.0/gdk/gdkcairo.h:36: error: previous declaration of 'gdk_cairo_set_source_pixbuf' was here goffice-gtk.c:1152: error: static declaration of 'gtk_dialog_get_response_for_widget' follows non-static declaration /usr/local/include/gtk-2.0/gtk/gtkdialog.h:149: error: previous declaration of 'gtk_dialog_get_response_for_widget' was here gmake[3]: *** [goffice-gtk.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/goffice04/work/goffice-0.4.3/goffice/gtk' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/goffice04/work/goffice-0.4.3/goffice' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/devel/goffice04/work/goffice-0.4.3/goffice' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/devel/goffice04. *** Error code 1 Stop in /usr/ports/editors/abiword. 2) curl : When the curses-based options screen came up, I enabled GNU TLS and since then curl build stops with the following error message : ===> curl-7.19.2 may only use GNU TLS if OpenSSL support is disabled. *** Error code 1 Stop in /usr/ports/ftp/curl. I then replaced the curl Makefile with the original Makefile, but this has had no effect. Can anybody please suggest anything ? Thanks in advance Manish Jain invalid.pointer@gmail.com