compiling winemine resources

Vincent Béron vberon at mecano.gme.usherb.ca
Thu Oct 30 10:58:48 CST 2003


Le mer 29/10/2003 à 17:52, Ralf Juengling a écrit :
> I was not successful with compiling the winemine application in
> wine-20031016. When the resource compiler is to compile one
> of the language dependent files, it issues a 'parse error':
> 
> [juenglin at alpspitze winemine]$ wrc En.rc
> En.rc:23:22: Error: parse error

> Line 23 in En.rc reads
> LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
> 
> So it looks like wrc does not know what to do with the
> constant LANG_ENGLISH. Is this a bug? Any idea whats going
> wrong here?

Is LANG_ENGLISH defined (ie, does wrc finds the correct #includes)?

After thinking a bit more: answer will be no, because you need to
compile rsrc.rc rather than En.rc. En.rc is just an #include for
rsrc.rc.

Vincent




More information about the wine-devel mailing list