search for: cmake_osx_architectur

Displaying 4 results from an estimated 4 matches for "cmake_osx_architectur".

2011 Feb 14
0
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
Oh, and I updated the MIME types on the docs, so now you can read them online here: http://llvm.org/svn/llvm-project/llbrowse/trunk/doc/LLBrowse.html 2011/2/14 Talin <viridia at gmail.com> > OK I figured out what the problem was - I assume you are trying to compile > under Snow Leopard? There is a problem with linking against wxWidgets > because the prebuilt binaries for
2011 Feb 14
5
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
OK I figured out what the problem was - I assume you are trying to compile under Snow Leopard? There is a problem with linking against wxWidgets because the prebuilt binaries for wxWidgets are compiled in 32-bit mode, and the default compilation mode in Snow Leopard is 64 bits. See this article for an explanation: http://wiki.wxwidgets.org/Development:_wxMac#Building_under_10.6_Snow_Leopard
2013 Jul 24
6
[LLVMdev] Transitioning build to cmake
...b/clang/3.4/lib/darwin/libclang_rt.profile_osx.a ./opt/local/libexec/llvm-3.4/lib/clang/3.4/lib/darwin/libclang_rt.ubsan_osx.a +./opt/local/libexec/llvm-3.4/lib/clang/3.4/lib/darwin/libclang_rt.x86_64.a 2) Universal This looks like a bug in cmake. I'm unable to build universal when setting CMAKE_OSX_ARCHITECTURES. cmake errors out because it only set the -arch command line arguments at link time: ... Building C object CMakeFiles/cmTryCompileExec3905760613.dir/testCCompiler.c.o /usr/bin/clang -Os -o CMakeFiles/cmTryCompileExec3905760613.dir/testCCompiler.c.o -c /opt/local/var/macports/build/...
2013 Jul 24
0
[LLVMdev] Transitioning build to cmake
...a problem, unless you're building a cross compiler), and (as you've probably noticed by now) it doesn't make fat archives. Patches welcome if you can speak CMake ;). > > > 2) Universal > > This looks like a bug in cmake. I'm unable to build universal when setting CMAKE_OSX_ARCHITECTURES. cmake errors out because it only set the -arch command line arguments at link time: > > ... > Building C object > CMakeFiles/cmTryCompileExec3905760613.dir/testCCompiler.c.o > > /usr/bin/clang -Os -o > CMakeFiles/cmTryCompileExec3905760613.dir/testCCompiler.c.o -c &g...