Snapshots (was Re: compiling JCHEVM with MSVC)

2005-11-22 Thread Geir Magnusson Jr.
Instead of distributing from freebsd.org, we should think about making binary snapshots of Harmony stuff available for people to run and play with. This isn't a release, of course, but just a binary snapshot of where we are for those that don't have the toolchains installed... geir On

Re: Snapshots (was Re: compiling JCHEVM with MSVC)

2005-11-22 Thread Archie Cobbs
Geir Magnusson Jr. wrote: Instead of distributing from freebsd.org, we should think about making binary snapshots of Harmony stuff available for people to run and play with. Definitely. Just show me where to put it. -Archie

Re: Snapshots (was Re: compiling JCHEVM with MSVC)

2005-11-22 Thread Enrico Migliore
Geir Magnusson Jr. wrote: Instead of distributing from freebsd.org, we should think about making binary snapshots of Harmony stuff available for people to run and play with. This isn't a release, of course, but just a binary snapshot of where we are for those that don't have the

Re: compiling JCHEVM with MSVC

2005-11-21 Thread Archie Cobbs
Enrico Migliore wrote: I'm trying to figure out how far is your code from a successful build with MSVC on Win2000. That is, at the end of this work, I want to have a clear picture of which source files are 100% OS/architecture independent and which are OS/architecture dependent. One of the

Re: compiling JCHEVM with MSVC

2005-11-20 Thread Ashish Ranjan
PROTECTED] wrote: Enrico Migliore wrote: I'm compiling JCHEVM with MSVC. Hi Enrico, Unfortunately JCHEVM requires the GCC compiler right now. It would take some nontrivial work to port it to MSVC. Can you get access to a Linux or FreeBSD machine? In any case, this error: D:\projects

Re: compiling JCHEVM with MSVC

2005-11-19 Thread Jean-frederic Clere
://www.awarix.com Hi Archie, I'm compiling JCHEVM with MSVC. Since I can't use the default installation method: $ ./configure --prefix=/usr/local --enable-jni --with-jikes $ gmake $ gmake install $ ./configure --with-classpath=DIR $ make $ make install I have to manually