[krbdev.mit.edu #7295] weirdness with rc.exe in the leash build
Benjamin Kaduk via RT
rt at krbdev.mit.edu
Fri Aug 24 19:37:57 EDT 2012
I am working around it, but want to document the errors I see.
Building from a tree based on master that contains the contents of Kevin Wasserman's
c8da360 '''Rename "Leash" to "MIT Kerberos"''', in particular, building from d394495b7c2b51,
gives me errors that I do not see when building from a similar tree based off 1.10.
Kevin's change takes the FONT directive on line 211 of Leash.rc from the two-argument form
to the five-argument form, and causes rc.exe to output:
.\Leash.rc<211> : error RC2112 : BEEGIN expected in dialog
.\Leash.rc<211> : error RC2135 : file not found: 0x0
.\Leash.rc<213> : error RC2135 : file not found: Leash Modules
.\Leash.rc<214> : error RC2135 : file not found: 0x00000009L
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\rc.EXE"' :
return code '0x5'
There are other five-argument FONT directives in that file which compile without error.
More information about the kfwdev
mailing list