Hello,

On Sun, Nov 23, 2008 at 12:42 PM, Rene Ladan <[EMAIL PROTECTED]> 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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to