Bug fix to the latest wine 0.9.2 wincrypt.h

Saulius Krasuckas saulius2 at ar.fi.lt
Fri Nov 25 16:56:01 CST 2005


* On Thu, 24 Nov 2005, Nicholas Niro wrote:
> * Juan Lang wrote:
> > 
> > Except that MS's headers don't do that.  You need to fix the files 
> > that include wincrypt.h instead.  Does Mike's patch fix your problem?
> 
> thanks for your response. The patch seemed to have worked for this issue 
> and the stdarg.h issue but now theres another compilation error :
> 
> `/home/nik_89/extra/wine.bak/wine2/programs/winetest'
> ../../tools/winegcc/winegcc -B../../tools/winebuild -mconsole gui.o main.o
> send.o util.o  winetest.res -o winetest.exe.so -L../../dlls
> -L../../dlls/comctl32 -L../../dlls/user32 -L../../dlls/gdi32
> -L../../dlls/wsock32 -L../../dlls/kernel32 -lcomctl32 -luser32 -lgdi32
> -lwsock32 -lkernel32 -L../../libs/wine -lwine  -L../../libs/port -lwine_port
> winetest.Ayu6Za.s: Assembler messages:
> winetest.Ayu6Za.s:251949: Warning: end of file not at end of a line; newline
> inserted
> winetest.Ayu6Za.s:251987: Fatal error: cannot write to output file
> winebuild: as failed with status 256

Hehehe, this is an error I get frequently.  I gues you've run out of disk 
space on this partition.  Check this for example by running:

$ df -h .

I need about 50 MBs of free space to make 'make' inside programs/winetest 
happy.



More information about the wine-devel mailing list