Hello, 99% of WINE is building fine for me on AXP other then a few warnings but I am having trouble with the embbeded bitmap and Icon resources. I have tried to change the --endianess= option but I always get the same result as seen below.
[root@alpha-pws500 winefile]# make LD_LIBRARY_PATH="../../libs/unicode:$LD_LIBRARY_PATH" ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include -D__WINE__ -forsrc.res rsrc.rc resource.rc:84:2: Error: Icon resource data corrupt make: *** [rsrc.res] Error 1 [root@alpha-pws500 winefile]# cd .. [root@alpha-pws500 programs]# cd regedit/ [root@alpha-pws500 regedit]# make LD_LIBRARY_PATH="../../libs/unicode:$LD_LIBRARY_PATH" ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include -I../../include/msvcrt -D__WINE__ -forsrc.res rsrc.rc resource.rc:43:2: Error: Invalid bitmap format
Any ideas? Thanks Steven
__________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
I forgot to mention bin2res works fine.
--- Steven Edwards steven_ed4153@yahoo.com wrote:
Hello, 99% of WINE is building fine for me on AXP other then a few warnings but I am having trouble with the embbeded bitmap and Icon resources. I have tried to change the --endianess= option but I always get the same result as seen below.
__________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
On September 21, 2003 04:32 pm, Steven Edwards wrote:
I forgot to mention bin2res works fine.
Yeah, bin2res works on the byte level, it doesn't do any byte swapping, or anything like that. It just doesn't care, for it binary resources are just a binary stream of bytes.