Hi Eli, Eli Friedman <[email protected]> writes: > The Makefiles aren't quite complete; they're missing steps to generate > some files. The second patch is required because of this. Any help > with that and reviews would be welcome.
These patches worked for me on x86_64 Fedora 11. Only immediate issue was locating auto generated clang headers (.inc) when srcdir != objdir. I used the following addition to the top level makefile: CPP.Flags += -I$(PROJ_OBJ_DIR)/$(LLDB_LEVEL)/../clang/include - Steve _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
