<div dir="ltr">I'm pretty sure poolalloc is unmaintained at this point. John Criswell would know more.</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 28, 2015 at 11:57 AM, Christian Convey <span dir="ltr"><<a href="mailto:christian.convey@gmail.com" target="_blank">christian.convey@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I'm starting to play around with poolalloc for the first time.  I tried to build it as follows:</div><div>1) Clone llvm's git repo, and build it with cmake + ninja.</div><div>2) cd .../llvm/projects</div><div>3) git clone git@github.com:llvm-mirror/poolalloc.git</div><div><br></div><div>When I went to re-run ninja, (or even CMake by itself), I get errors like the following (truncated for brevity).  Any suggestions for whether I'm trying to use the build system incorrectly, vs. having an incompatible combo of LLVM and poolalloc?</div><div><br></div><div><div>CMake Error at cmake/modules/LLVMProcessSources.cmake:83 (message):</div><div>  Found unknown source file</div><div>  /opt/clang-llvm/llvm/projects/poolalloc/runtime/PreRT/strdup.c</div><div><br></div><div><br></div><div>  Please update</div><div>  /opt/clang-llvm/llvm/projects/poolalloc/runtime/PreRT/CMakeLists.txt</div><div><br></div><div><br></div><div>Call Stack (most recent call first):</div><div>  cmake/modules/LLVMProcessSources.cmake:54 (llvm_check_source_file_list)</div><div>  cmake/modules/AddLLVM.cmake:263 (llvm_process_sources)</div><div>  cmake/modules/AddLLVM.cmake:418 (llvm_add_library)</div><div>  projects/poolalloc/runtime/PreRT/CMakeLists.txt:2 (add_llvm_library)</div></div><div><br></div><div><br></div><div><br></div><div>Thanks,</div><div>Christian</div><div><br></div><div><br></div><div><br></div></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>