From owner-freebsd-ports@FreeBSD.ORG Sun Nov 23 13:53:56 2008 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 82364106564A for ; Sun, 23 Nov 2008 13:53:56 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-qy0-f18.google.com (mail-qy0-f18.google.com [209.85.221.18]) by mx1.freebsd.org (Postfix) with ESMTP id 266918FC0A for ; Sun, 23 Nov 2008 13:53:55 +0000 (UTC) (envelope-from tingox@gmail.com) Received: by qyk11 with SMTP id 11so1464953qyk.19 for ; Sun, 23 Nov 2008 05:53:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=m6BHySmEvoHN2N/oYRBtH/RU5lGzV9SHSzInX3ReAKk=; b=g7m1JJRm+mZtKa1qHm5f300jnJi/n8eaSbx/jvYBR3YSV21MwQyofOtrVt8JV16vkw gHuEBY+TwlHECaMXGJENPfQ3yliUZT+qM7IhLepT45pV7iiM4TuW9sN+40E4n/BSmRpF CTmmAuTTtNAX+Yi0yANfPrA1VKYw/5XtjylYY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=krVv3/qzcD6lytspoxYDF9ASS8gj9Z+CHcOBGWxgRYF34jxqvDKMhkmrP7l+5m9E7E gd+s680N/fHk/jLtDljAedViMDts8kMXfFcs3qCArTzWuT73atTJoABwhYM9SbQQDdjI Rf44A7GCtNghzasvgk/+gdQ8qIFr6xhixsOS8= Received: by 10.215.100.9 with SMTP id c9mr1413554qam.356.1227448434972; Sun, 23 Nov 2008 05:53:54 -0800 (PST) Received: by 10.215.12.3 with HTTP; Sun, 23 Nov 2008 05:53:54 -0800 (PST) Message-ID: Date: Sun, 23 Nov 2008 14:53:54 +0100 From: "Torfinn Ingolfsen" To: freebsd-ports@freebsd.org In-Reply-To: <4929418B.8060907@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4919DFEB.3020709@gmail.com> <4921D25C.8010409@gmail.com> <4929418B.8060907@gmail.com> Cc: Rene Ladan Subject: Re: CFT: astro/boinc-setiathome-enhanced update 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: Sun, 23 Nov 2008 13:53:56 -0000 Hello, On Sun, Nov 23, 2008 at 12:42 PM, Rene Ladan wrote: > I've modified the Makefile at that point to read: > > 34: CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/BOINC > -L${LOCALBASE}/lib -O3 -mtune=native > +35: .if defined(CPUTYPE) > +36: CFLAGS+= -march=${CPUTYPE} > +37: .endif With this change, the build gets a little further, but then stops with: /usr/local/include/BOINC/config.h:440:1: warning: "VERSION" redefined In file included from gdata.cpp:28: ../sah_config.h:518:1: warning: this is the location of the previous definition In file included from gdata.cpp:33: gdata.h:39:20: error: reduce.h: No such file or directory In file included from gdata.cpp:33: gdata.h:148: error: 'REDUCED_ARRAY_DATA' does not name a type gmake[2]: *** [seti_boinc-gdata.o] Error 1 gmake[2]: Leaving directory `/usr/ports/astro/boinc-setiathome-enhanced/work/seti_boinc/client' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/astro/boinc-setiathome-enhanced/work/seti_boinc' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/astro/boinc-setiathome-enhanced. *** Error code 1 Stop in /usr/ports/astro/boinc-setiathome-enhanced. The file reduce.h doesnt seem to be on my machine at all, and the souce code cross reference at fxr.watson.org doesn't seem to know it either: http://fxr.watson.org/fxr/find?string=reduce.h > Thanks for testing it :) No problem. :-) -- Regards, Torfinn Ingolfsen