On 4 Oct 2013, at 9:45, Ash Qin wrote:
>> Shouldn't need an environment variable. Xcodebuild is directed to use
>> the system's llvm-gcc
>
> I had tried already without ccache (and a clean build directory). What
> I hadn't tried though was not defining CXX and CC variables to LLVM.
>
> Surprising
Just an update if anyone else is interested in using ccache on OS X.
Replacing the symlinks used for compilers in
/Applications/Xcode.app/Contents/Developer/usr/bin/ to the ccache
binary was sufficient to use ccache.
I will say that I am not very big on the whole replacing of system
files instead
> Shouldn't need an environment variable. Xcodebuild is directed to use the
> system's llvm-gcc
I had tried already without ccache (and a clean build directory). What
I hadn't tried though was not defining CXX and CC variables to LLVM.
Surprisingly, I am able to compile the viewer now despite th
On 4 Oct 2013, at 8:32, Ash Qin wrote:
>> Did you install Command Line Tools with Xcode and CMake?
>
> Yes.
>
>> (from your logs)
>> -- The C compiler identification is unknown
>> -- The CXX compiler identification is unknown
>
> That's only because I defined the CC and CXX environment variables t
> Did you install Command Line Tools with Xcode and CMake?
Yes.
> (from your logs)
> -- The C compiler identification is unknown
> -- The CXX compiler identification is unknown
That's only because I defined the CC and CXX environment variables to
use LLVM-GCC through ccache using:
export CXX=/u
Building with Clang only works after a great deal of frustrating
warnings clean up.
On 4 Oct 2013, at 7:39, Mike Chase wrote:
> On 10/04/2013 09:37 AM, Cinder Biscuits wrote:
>> Did you install Command Line Tools with Xcode and CMake?
>>
>> (from your logs)
>> -- The C compiler identification is
On 10/04/2013 09:37 AM, Cinder Biscuits wrote:
> Did you install Command Line Tools with Xcode and CMake?
>
> (from your logs)
> -- The C compiler identification is unknown
> -- The CXX compiler identification is unknown
>
> That's not good. :O
>
> (from my logs)
>
> -- The C compiler identificatio
Did you install Command Line Tools with Xcode and CMake?
(from your logs)
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
That's not good. :O
(from my logs)
-- The C compiler identification is Clang 4.2.0
-- The CXX compiler identification is Clang 4.2.
Hi there,
I am no novice to building the viewer on various platforms, but
currently I am building the viewer on OS X (first time setting this up
on OS X too) and have ran into a problem that I am having difficulty
working out what the cause is. I am currently using LLVM-GCC-4.2 from
xcode 4.6.2 on