Re: [CMake] Setting compiler for cmake

2013-10-05 Thread Óscar Fuentes
outro pessoa writes: > The problem is this: > I am trying to port traverso-daw to FreeBSD-10.x. I have to edit the CMake > variables. Since the project is not mine, I need to work with a patched > version. I have tried getting in contact with the original developer. > Okay, do I need to clear out

Re: [CMake] Setting compiler for cmake

2013-10-05 Thread outro pessoa
The problem is this: I am trying to port traverso-daw to FreeBSD-10.x. I have to edit the CMake variables. Since the project is not mine, I need to work with a patched version. I have tried getting in contact with the original developer. Okay, do I need to clear out the CMakeTmp files? On Sat, O

Re: [CMake] Setting compiler for cmake

2013-10-05 Thread Óscar Fuentes
[Please CC the cmake user's mailing list] outro pessoa writes: > I'm looking at CMakeDetermineCompilerABI_C.bin and the path to > /usr/local/lib/gcc46 is plain text in the elf file. Besides needing to > eliminate some log files, is there a cmake argument that can be passed to > clear all caches

Re: [CMake] Setting compiler for cmake

2013-10-05 Thread Óscar Fuentes
outro pessoa writes: > Did it require any extra options outside of: clang bin/, clang lib/ , and > the implicit link list when you started using "clang-is-compiler"? It can be as easy as: CC=clang CXX=clang cmake ... or alternatively cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++

Re: [CMake] Setting compiler for cmake

2013-10-04 Thread Óscar Fuentes
outro pessoa writes: > No. In the $PROJECT/CMakeFiles/2. 8.10.2 > > CMakeCCompiler.cmake 2 KB 10/01/13 03:42:34 [image: File:] > CMakeCXXCompiler.cmake 2 KB 10/01/13 03:42:35 [image: File:] > CMakeDetermineCompilerABI_C.bin 6 KB 10/01/13 03:42:34 [image: File:] > CMakeDetermineCompilerABI_CXX.bin

Re: [CMake] Setting compiler for cmake

2013-10-04 Thread outro pessoa
No. In the $PROJECT/CMakeFiles/2. 8.10.2 CMakeCCompiler.cmake 2 KB 10/01/13 03:42:34 [image: File:] CMakeCXXCompiler.cmake 2 KB 10/01/13 03:42:35 [image: File:] CMakeDetermineCompilerABI_C.bin 6 KB 10/01/13 03:42:34 [image: File:] CMakeDetermineCompilerABI_CXX.bin 6 KB 10/01/13 03:42:35 [image: Fi

Re: [CMake] Setting compiler for cmake

2013-10-04 Thread Óscar Fuentes
outro pessoa writes: > If I edit the file to use clang as the compiler instead of gcc, will the > version number be necessary or can I skip that? The libraries are for 3.2 > and 3.3. Do you mean something like: cmake -DCAMKE_C_COMPILER=clang-3.3 . ? The version number there helps when you

[CMake] Setting compiler for cmake

2013-10-03 Thread outro pessoa
If I edit the file to use clang as the compiler instead of gcc, will the version number be necessary or can I skip that? The libraries are for 3.2 and 3.3. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers