Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 30910 invoked from network); 11 May 2005 04:55:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 May 2005 04:55:05 -0000 Received: (qmail 78447 invoked by uid 500); 11 May 2005 04:58:38 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 78186 invoked by uid 500); 11 May 2005 04:58:37 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 78168 invoked by uid 99); 11 May 2005 04:58:37 -0000 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=FROM_ENDS_IN_NUMS,HTML_10_20,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web41510.mail.yahoo.com (HELO web41510.mail.yahoo.com) (66.218.93.93) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 10 May 2005 21:58:36 -0700 Received: (qmail 47629 invoked by uid 60001); 11 May 2005 04:54:57 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=LZ0GIbt49mwNLpddXFbufZ9J/gGZWuXg4sjYkdU93gBuv9P5xCQ0YtIqU6mh0SPXKVbwl7d9PP/OFqrE+TfkzSxAxkpLhlQWM6oAbmWkFHko3L1UL45TAvQXNdaTik64/jCt8YuxfA/UelT8101BjN2hyush51uLV60YH/hJmoI= ; Message-ID: <20050511045457.47627.qmail@web41510.mail.yahoo.com> Received: from [167.230.38.115] by web41510.mail.yahoo.com via HTTP; Tue, 10 May 2005 21:54:57 PDT Date: Tue, 10 May 2005 21:54:57 -0700 (PDT) From: Venkatesh Balakumar Subject: Re: Windows support To: harmony-dev@incubator.apache.org, Berlin Brown In-Reply-To: 6667 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1576768666-1115787297=:46946" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --0-1576768666-1115787297=:46946 Content-Type: text/plain; charset=us-ascii Moreover from my experience as java developer i have seen most of the people useing windows for java development and then move the developed software from windows to Linux or Unix for testing and production. So i feel windows must also be considered. ~Venkat Berlin Brown wrote: Java by its very nature should be platform independent(to some degree). I merely ask that one of those platforms should be Windows. How many open source java libraries have you used on Windows? Or at least, wouldn't you agree that many others use open source java libraries. Many of these libraries exist under the apache umbrella. Just to name a few, hibernate, lucene, jakarta-commons, tomcat, jboss, eclipse. So, I think a "working" windows java vm would make the Harmony project very interesting. On 5/10/05, Kalecser Kurtz wrote: > I fail to see the point on writing open source software for Windows, > on windows we already have SUN's and IBM's java impl and I think noone > would care to have an free(from freedom) java impl. > > > On 5/10/05, Dalibor Topic wrote: > > Berlin Brown wrote: > > > Hello, I am not a JVM guru like the others, just a long-time Java > > > advocate and sit-back-and-watch Harmony person. I have a comment, I > > > know there will be a strong interest in getting an Apache backed > > > system on Linux/Solaris/Mac environments. It would be nice to see a > > > strong effort for Windows support. One of the key selling points of > > > Java is its portability. Having a Windows port would be key. And, > > > we all love to hate Windows, but it is pretty pervasive. It would be > > > nice if the Windows support was part of the initial focus and not an > > > after thought like some of the research Open-Source/JavaVMs that are > > > out now. > > > > Hi Berlin, > > > > I believe that mostly the reason why the current release of Kaffe has > > very little Windows support (just via cygwin) was the lack of big enough > > interest from developers familiar with and working on Windows. That, and > > the lack of some volunteer who cared enough to drive the issue to > > completion. > > > > I'm glad that you are considering volunteering to fix that problem: > > there are Kaffe ports to Cygwin, as well as a mingw32 port, and ports to > > WindowsCE platforms as well as DOS. You do not have to be VM guru to > > fix build problems, and there have even been patches floating around for > > Kaffe to make it build fine with MSVC++. On a side note, integrating > > MSVC++ into Kaffe's (and other autotools based) build systems should be > > fairly easy using cccl m4 macros, I've done this myself in a different > > project to have a single, automated build system. > > > > On the other hand, for all I know IKVM works great on windows already. :) > > > > > Also, I would suggest a port of C-Code Kaffe/GCJ JavaVM code to a > > > Microsoft backed compiler, possibly Visual C++ 6/7. Or at least > > > provide build support for the Windows platforrm. > > > > Get cygwin, get kaffe 1.1.5 tarball, get jikes 1.22 tarball. unpack > > jikes, configure && make && make install it, unpack kaffe, configure it > > with --disable-native-awt (cygwin did not support gtk last time I > > checked) and --disable-sound (neither did it support ALSA or ESD) and > > --enable-pure-java-math (unless you installed GNU MP libs with headers). > > make, and pester me with bug reports :) > > > > The Cygwin patches to 1.1.4 from Gerrit P. Haase have been merged in > > before 1.1.5 came out, but when I tried out 1.1.5 a few weeks ago, I had > > some problems with Cygwin's make utility. On the other hand, cygwin is a > > fast moving target, and chances are the problems are fixed now. > > > > If you are interested in making it happen, hop on the Kaffe mailing > > list, or the irc://irc.freenode.org:#kaffe channel. > > > > cheers, > > dalibor topic > > > Failure is only Success Delayed --------------------------------- Do you Yahoo!? Make Yahoo! your home page --0-1576768666-1115787297=:46946--