Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 11:41:36 -0700 (PDT)
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: devel/imake build breaks
Message-ID:  <1367865696001-5809206.post@n5.nabble.com>
In-Reply-To: <5187EC65.6010402@peterschmitt.fr>
References:  <1367859430088-5809186.post@n5.nabble.com> <5187E1C6.5080202@peterschmitt.fr> <1367859896530-5809190.post@n5.nabble.com> <5187E346.2090705@peterschmitt.fr> <1367860726156-5809194.post@n5.nabble.com> <5187E771.6010602@peterschmitt.fr> <1367861836935-5809198.post@n5.nabble.com> <5187EC65.6010402@peterschmitt.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
Nope - unfortunately gcp is "gnu cp", which I have on my system due to
requirements for linux-based source building.

none of these work-around attempts in /etc/make.conf work:
Solution 1:
CC=gcc46
CXX=g++46
CPP=cpp46

Solution 2:
CC:=${CC:C,^gcc46,/usr/local/libexec/ccache/world/gcc46,1}
CXX:=${CXX:C,^g\+\+\46,/usr/local/libexec/ccache/world/g++46,1}

soultion 3:
USE_GCC=any

The c-preprocessors we can use are /usr/bin/clang-cpp OR /usr/bin/cpp -
which target you prefer to create the link to?





-----
10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & xorg.devel

--
View this message in context: http://freebsd.1045724.n5.nabble.com/devel-imake-build-breaks-tp5809186p5809206.html
Sent from the freebsd-ports mailing list archive at Nabble.com.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1367865696001-5809206.post>