LLBrowse can now successfully build and run under Snow Leopard.<div><br></div><div>The main problem was that wxWidgets uses the Carbon APIs, and there's apparently no 64-bit version of Carbon, so applications have to be compiled as 32-bits. Supposedly there's a new Cocoa-based version of wxWidgets that is in development, but it's still experimental.<div>

<br></div><div>Here's the cmake command I used:
<div><br></div><div><div>cmake -G "Xcode" -D LLVM_CONFIG_EXECUTABLE="<path-to-llvm-config>" -D CMAKE_OSX_ARCHITECTURES="i386;ppc" <path-to-llbrowse-trunk></div></div><div><br></div>

<div>Note that you will also need a 32-bit version of the LLVM libraries as well. Defining CMAKE_OSX_ARCHITECTURES="i386;ppc" on the cmake command line works. You probably want to also set CMAKE_INSTALL_PREFIX so that you don't install the 32-bit libraries over your 64-bit ones.</div>

<div><br></div><div>In any case, the program does appear to work, although it could use some OS X polish.</div><div><br></div><div>-- Talin</div><div><br></div><meta charset="utf-8"></div></div>