<div><div>Thanks, I am now working on compiling up VMKit.  When compiling VMKit in my up-to-date svn checkout I get several error messages on missing members of the class 'llvm::Type':</div><div><br></div><div>PNetLib.cpp: In function ‘void decapsulePrimitive(n3::VMObject*, const llvm::Type*, std::vector<llvm::GenericValue, std::allocator<llvm::GenericValue> >&)’:</div>
<div>PNetLib.cpp:694: error: ‘Int1Ty’ is not a member of ‘llvm::Type’</div><div>PNetLib.cpp:698: error: ‘Int8Ty’ is not a member of ‘llvm::Type’</div><div><div>PNetLib.cpp:702: error: ‘Int16Ty’ is not a member of ‘llvm::Type’</div>
<div>PNetLib.cpp:706: error: ‘Int32Ty’ is not a member of ‘llvm::Type’</div><div><br></div></div><div>There are several other errors on the same form. When inspecting the source code of llvm::Type I do not see any member variables with those names, but I see member functions on the form 'getInt1Ty(LLVMContext &C)' where LLVMContextImpl have member variables with those names. Do you know how to solve this problem?</div>
<div><br></div><div>thanks,</div><div>Andreas</div><div><br></div><div><br></div></div><div class="gmail_quote">On Thu, Sep 17, 2009 at 4:22 PM, Chris Lattner <span dir="ltr"><<a href="mailto:clattner@apple.com" target="_blank">clattner@apple.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><br><div><div><div>On Sep 17, 2009, at 4:17 PM, Andreas Saebjoernsen wrote:</div>
<br><blockquote type="cite">I am trying to compile the Java frontend in<div>     <a href="https:/" target="_blank">https:/</a><a href="http://llvm.org/svn/llvm-project/java/trunk" target="_blank">llvm.org/svn/llvm-project/java/trunk</a></div>

<div>If there are another preferred Java frontend available, and it is suited for translating Java bytecode to LLVM bytecode, I'd be happy to use that frontend instead. </div></blockquote><div><br></div></div><div>That is really old and out of date, I'm sure it doesn't work anymore.  Check out <a href="http://vmkit.llvm.org/" target="_blank">http://vmkit.llvm.org/</a></div>

<div><br></div><font color="#888888"><div>-Chris</div></font><div><br><blockquote type="cite"> <div><br></div><div>thanks,</div><div>Andreas<br><br><div class="gmail_quote">On Thu, Sep 17, 2009 at 4:03 PM, Chris Lattner <span dir="ltr"><<a href="mailto:clattner@apple.com" target="_blank">clattner@apple.com</a>></span> wrote:<br>

 <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div><br> On Sep 17, 2009, at 3:59 PM, Andreas Saebjoernsen wrote:<br> <br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

 I am looking for a way to translate Java bytecode to LLVM bytecode and the LLVM Java frontend seem like a good match for initial testing.  But after checking out the svn version of the Java frontend I get the following error when running configure<br>

 <br>    configure: error: cannot find install-sh or install.sh in ../../autoconf ./../../autoconf<br> <br> This error persisted even after successfully regenerating configure with the 'AutoRegen.sh' script in the 'java/trunk/autoconf' subdirectory. Do you have any advice on how to configure and compile the Java frontend?<br>

 </blockquote> <br></div></div> Which java frontend?<br><font color="#888888"> <br> -Chris<br> </font></blockquote></div><br></div></blockquote></div></div><br></div></blockquote></div><br>