From owner-freebsd-arm@FreeBSD.ORG Thu Jul 4 01:29:56 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7DABD510 for ; Thu, 4 Jul 2013 01:29:56 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 5F4C5125C for ; Thu, 4 Jul 2013 01:29:55 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r641TmFN096689; Thu, 4 Jul 2013 01:29:48 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id mrg8gxdpca985td73x9i7v6dze; Thu, 04 Jul 2013 01:29:48 +0000 (UTC) (envelope-from tim@kientzle.com) Subject: Re: boinc/seti on RPi Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: Date: Wed, 3 Jul 2013 18:29:48 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <055E7C87-E018-4673-9D05-84E2AAC7FFB7@kientzle.com> References: To: Nick@Pettefar.com X-Mailer: Apple Mail (2.1283) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jul 2013 01:29:56 -0000 On Jul 3, 2013, at 8:09 AM, Nick Pettefar wrote: > CMake 2.8.10.2, Copyright 2000-2012 Kitware, Inc. > C compiler on this system is: cc -O -pipe > --------------------------------------------- > Error when bootstrapping CMake: > Cannot find appropriate C++ compiler on this system. > Please specify one using environment variable CXX. > See cmake_bootstrap.log for compilers attempted. > --------------------------------------------- > Log of errors: > = /usr/ports/devel/cmake/work/cmake-2.8.10.2/Bootstrap.cmk/cmake_bootstrap.l= og > --------------------------------------------- And what does cmake_bootstrap.log show? Tim