On Sun, 1 Apr 2012 12:19:10 -0400 "James K. Lowden" <[email protected]> wrote:
Getting dxr running on Mac OS X proved to be too difficult in the time I had available. If I knew Python and were running Ubuntu I'm sure it would be easier, but I'm not and it's not. Not to worry: my real interest is in the back end. My goal is always to learn what dxr is able to garner for its database from clang++. To that end, ISTM I need only build and install libclang-index-plugin.so. (Or, rather, the OS X equivalent.) Unfortunately, I'm getting linker errors that seem to indicate it won't be possible. I'm linking to the libraries included with http://llvm.org/releases/3.0/clang+llvm-3.0-x86_64-apple-darwin11.tar.gz. The symbols I can't seem to find with nm(1) are the most basic ones: operators new & delete, std::ios_base::Init::Init(), and so on. Where are they defined? --jkl _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
