Interesting follow-up on this: If I go into jdk/make, and do a "make OPENJDK=true fastdebug debug", everything builds fine. It's only from the top-level Makefile that the problem appears, it looks like.
Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, February 08, 2008 11:33 AM > To: Ted Neward > Cc: 'Phil Issler'; [email protected] > Subject: Re: Problem building b24 on Win32 > > Did you try adding COMPANY_NAME=CompanyTed to the gnumake command line? > > rc.exe does not like empty macro values. > > -kto > > > Ted Neward wrote: > > Does anybody have any ideas on how to debug and/or fix this? > > > > Ted Neward > > Java, .NET, XML Services > > Consulting, Teaching, Speaking, Writing > > http://www.tedneward.com > > > > > >> -----Original Message----- > >> From: [EMAIL PROTECTED] [mailto:build-dev- > >> [EMAIL PROTECTED] On Behalf Of Phil Issler > >> Sent: Saturday, February 02, 2008 6:31 PM > >> To: [email protected] > >> Subject: Problem building b24 on Win32 > >> > >> > >> I'm getting an error during a fastdebug_build of OpenJDK b24. > >> > >> corba, jaxb, jaxws, hotspot all build OK, then I receive the > following > >> during the build of jdk: > >> > >> <snip> > >> C:/Prg/MSVS2003/Common7/Tools/../../Vc7/Bin/rc /l 0x409 /r -d > >> "J2SE_BUILD_ID=1.7.0-internal-fastdebug-Phil_02_feb_2008_15_31-b00" > -d > >> "J2SE_COMPANY=" -d "J2SE_COMPONENT=OpenJDK Platform SE binary" -d > >> "J2SE_VER=7.0.0.0" -d "J2SE_COPYRIGHT=Copyright \xA9 2007" -d > >> "J2SE_NAME=OpenJDK Platform SE 7 " -d "J2SE_FVER=7,0,0,0" /D > >> "J2SE_FNAME=hpi.dll" /D "J2SE_INTERNAL_NAME=hpi" /D > "J2SE_FTYPE=0x2L" > >> - > >> > Foc:/Prg/OpenJDK/jdk7/build/WINDOW~2/tmp/java/hpi/windows_threads/obj_g > >> O/hpi.res > >> c:/Prg/OpenJDK/jdk7/jdk/src/windows/resource/version.rc > >> c:/Prg/OpenJDK/jdk7/jdk/src/windows/resource/version.rc(58) : > warning > >> RC4003: not enough actual parameters for macro 'STR' > >> make[6]: *** No rule to make target > >> > `c:/Prg/OpenJDK/jdk7/build/WINDOW~2/tmp/java/hpi/windows_threads/obj_gO > >> /linker_md.obj', > >> needed by `c:/Prg/OpenJDK/jdk7 > >> > /build/WINDOW~2/tmp/java/hpi/windows_threads/obj_gO/.files_compiled'. > >> Stop. > >> make[6]: Leaving directory > >> `/cygdrive/c/Prg/OpenJDK/jdk7/jdk/make/java/hpi/windows' > >> make[5]: *** [all] Error 1 > >> make[5]: Leaving directory > >> `/cygdrive/c/Prg/OpenJDK/jdk7/jdk/make/java/hpi' > >> make[4]: *** [all] Error 1 > >> make[4]: Leaving directory > `/cygdrive/c/Prg/OpenJDK/jdk7/jdk/make/java' > >> make[3]: *** [all] Error 1 > >> make[3]: Leaving directory `/cygdrive/c/Prg/OpenJDK/jdk7/jdk/make' > >> make[2]: *** [jdk-build] Error 2 > >> make[2]: Leaving directory `/cygdrive/c/Prg/OpenJDK/jdk7' > >> make[1]: *** [generic_debug_build] Error 2 > >> make[1]: Leaving directory `/cygdrive/c/Prg/OpenJDK/jdk7' > >> make: *** [fastdebug_build] Error 2 > >> > >> Not sure what to try at this point. Any suggestions welcome. > >> > >> Phil Issler > >> -- > >> View this message in context: http://www.nabble.com/Problem- > building- > >> b24-on-Win32-tp15249930p15249930.html > >> Sent from the OpenJDK Build Infrastructure mailing list archive at > >> Nabble.com. > >> > >> No virus found in this incoming message. > >> Checked by AVG Free Edition. > >> Version: 7.5.516 / Virus Database: 269.19.19/1256 - Release Date: > >> 2/2/2008 1:50 PM > >> > > > > No virus found in this outgoing message. > > Checked by AVG Free Edition. > > Version: 7.5.516 / Virus Database: 269.19.21/1263 - Release Date: > 2/6/2008 > > 8:14 PM > > > > > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.516 / Virus Database: 269.19.21/1266 - Release Date: > 2/8/2008 10:06 AM > No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.20.8/1289 - Release Date: 2/20/2008 10:26 AM
