2009/1/5 John Criswell <span dir="ltr"><<a href="mailto:criswell@cs.uiuc.edu" target="_blank">criswell@cs.uiuc.edu</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

1) Can you move the copyright/license information to a LICENSE.TXT file<br>
and add an entry in llvm/LICENSE.TXT? This is the established convention<br>
for third party licenses and makes it easier to find what code has<br>
additional licenses.</blockquote><div><br>It was already listed in llvm/LICENSE.TXT and referred to the file COPYING in this directory, but since you insist, I renamed it to LICENSE.TXT .<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

2) The code doesn't compile on my Linux machine. I get the following<br>
errors with g++ <a href="http://4.1.2." target="_blank">4.1.2.</a>:<br>
<br>
/home/vadve/criswell/src/llvm22/utils/unittest/googletest/include/gtest/internal/gtest-port.h:327:21:<br>
warning: tr1/tuple: No such file or directory<br>
/home/vadve/criswell/src/llvm22/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h:2670:<br>
error: 'tr1' is not a member of 'std'<br>
/home/vadve/criswell/src/llvm22/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h:2670:<br>
error: 'tr1' is not a member of 'std'<br>
/home/vadve/criswell/src/llvm22/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h:2670:<br>
error: template argument 1 is invalid<br>
<br>
Do you know what the problem might be?</blockquote><div><br>Hmm, this might mean we need to run gtest's configure script to let it define the pre-processor tokens appropriately.  I'll look into this.<br>FWIW, unittests compile and run fine under gcc 4.1.1, but I don't have gcc 4.1.2 installed locally.<br>
</div></div>