Re: JDK 7 build errors on Windows XP

2008-04-13 Thread Kelly O'Hair
Mixing /cygdrive in a bat file with Windows specific variables or inside Windows shells seems like a very bad idea. The best results are from starting in a cygwin shell, and never using the /cygdrive style paths, stick with C:/ style paths. The error "COMPILER_VERSION cannot be empty here" usual

[WXP] MakeDeps: generation of the vcproj file

2008-04-13 Thread Francis ANDRE
Hi Using MakeDeps, I am trying to setup the msvc_2003 vcproj file for building the jvm and I am facing some problems of configuration. Can someone drop an example of use?? or a more detailed explanation of the command line arguments than those given by the usage() as below (AFAIK, platform-nam

Re: JDK 7 build errors on Windows XP

2008-04-13 Thread Francis ANDRE
Extract from the README A build could be as simple as: bash . jdk/make/jdk_generic_profile.sh make sanity && make PJ Pillai a écrit : Hello Everyone, Thanks very much for your response. I appreciate it. I did some progress and now sanity chec