This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patch: Updated II windres tool Part 1 of 2


Brian Dessent <brian@dessent.net> wrote on 24.05.2007 02:21:44:

> But now I'm getting a syntax error on the Cygwin rc file that didn't
> happen with the old windres:
> 
> /build/combined/./binutils/windres:
> /usr/src/sourceware/winsup/cygwin/winver.rc:38: syntax error
> 
> Line 38 is:
> 
>       VALUE "InternalName", CYGWIN_DLL_NAME
> 
> After preprocessing, it is:
> 
>       VALUE "InternalName", "cygwin1" ".dll"
> 
> So it looks like it can't do C style string concat.  Missing feature? 
> Or bug to expect it should work?

This is right, just in RCDATA blocks string concat is now done. This is 
reasoned by the the rc syntax in e.g. for user-data
        "RESID" "MYRESOURCEGROUP"       "myresourcegroupdata.bin"
but may we could extend the grammer to do so for filenames ?

Cheers,
 i.A. Kai Tietz

|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.

------------------------------------------------------------------------------------------
  OneVision Software Entwicklungs GmbH & Co. KG
  Dr.-Leo-Ritter-StraÃe 9 - 93049 Regensburg
  Tel: +49.(0)941.78004.0 - Fax: +49.(0)941.78004.489 - www.OneVision.com
  Commerzbank Regensburg - BLZ 750 400 62 - Konto 6011050
  Handelsregister: HRA 6744, Amtsgericht Regensburg
  KomplementÃrin: OneVision Software Entwicklungs Verwaltungs GmbH
  Dr.-Leo-Ritter-StraÃe 9 â 93049 Regensburg
  Handelsregister: HRB 8932, Amtsgericht Regensburg - GeschÃftsfÃhrer: 
Ulrike DÃhler, Manuela Kluger


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]