From owner-freebsd-ports@FreeBSD.ORG Wed May 16 01:56:33 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0126106566B for ; Wed, 16 May 2012 01:56:33 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8AB908FC08 for ; Wed, 16 May 2012 01:56:33 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SUTTT-0003sk-8h for freebsd-ports@freebsd.org; Wed, 16 May 2012 03:56:23 +0200 Received: from 201.82.202.123 ([201.82.202.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 May 2012 03:56:23 +0200 Received: from rakuco by 201.82.202.123 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 May 2012 03:56:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Raphael Kubo da Costa Date: Tue, 15 May 2012 22:56:12 -0300 Lines: 16 Message-ID: <87sjf0vqgz.fsf@FreeBSD.org> References: Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 201.82.202.123 User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.0.93 (berkeley-unix) Cancel-Lock: sha1:3Aot/3xxZhWowThjID1axtosGoI= Subject: Re: Problem building cmake X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2012 01:56:33 -0000 Francisco Souza writes: > [ 26%] Building C object Utilities/cmcurl/CMakeFiles/cmcurl.dir/multi.c.o > [ 45%] Built target cmlibarchive > [ 46%] Building C object > Utilities/cmcurl/CMakeFiles/cmcurl.dir/parsedate.c.o > [ 46%] Building C object Utilities/cmcurl/CMakeFiles/cmcurl.dir/progress.c.o > /usr/ports/devel/cmake/work/cmake-2.8.8/Utilities/cmcurl/multi.c:1708: > error: expected declaration specifiers or '...' before numeric constant > /usr/ports/devel/cmake/work/cmake-2.8.8/Utilities/cmcurl/multi.c:1710: > error: conflicting types for 'curl_multi_socket_action' > /usr/local/include/curl/multi.h:258: error: previous declaration of > 'curl_multi_socket_action' was here Can you cd to $WRKSRC and run `make -j1 V=1' and post the output of the failing compiler call?