In message <4bfa5296.4020...@gmail.com>, Tim Ellison writes: > > On 23/May/2010 18:12, Mark Hindess wrote: > > I have created signed source archives for revision r946978 of trunk > > and made them available at: > > > > http://people.apache.org/~hindessm/milestones/5.0M14/ > > > > Please test these artifacts and then vote for declaring these source > > archives as 5.0 Milestone 14. > > > > This vote will be open for at least three days, or until all binding > > votes have been cast (if earlier). > > > > If the vote is successful, binary builds from these artifacts will > > be made available on the download page, as usual. > > This doesn't compile successfully for me using > Windows XP, MS VS2003, Ant 1.7.0 > > <snip> > build: > [echo] ## Building 'vmi' > [mkdir] Created dir: > D:\M14\apache-harmony-5.0-src-r946978\drlvm\build\windows_x86_msvc_release\semis\vmi\bin > [mkdir] Created dir: > D:\M14\apache-harmony-5.0-src-r946978\drlvm\build\windows_x86_msvc_release\semis\vmi\obj > [cc] 2 total files to be compiled. > [cc] j9vmls.cpp > [cc] vmi.cpp > [cc] > D:\M14\apache-harmony-5.0-src-r946978\drlvm\vm\vmi\src\vmi.cpp(27) : > fatal error C1083: Cannot open include file: 'zipsup.h': No such file or > directory > [cc] Generating Code...
I'm guessing you might have ant properties setting hy.zip.api=true which is not correct for DRLVM. > I'd also point out that the ZIP file sig is a 1024/DSA, and we are > being encouraged to move up to 4096/RSA. I'll try to fix this for the next release (and the arguably more significant problem that no one actually trusts me ;-). -Mark.