Re: CryptUnprotectData undeclared - cannot compile

2005-05-30 Thread Andrew Neil Ramage
Works fine for me - I use the attached scripts. Andrew You can be the captain I will draw the chart Sailing into destiny Closer to the heart Closer to the Heart by Rush (A Farewell to Kings, 1977) ~ Pavel Troller wrote: Hello, have you done a cvs update -Pd

Re: CryptUnprotectData undeclared - cannot compile

2005-05-30 Thread Michael Stefaniuc
Pavel Troller wrote: solution is to: cd dlls rm *.def cd .. make Ciao, Marcus Hi Marcus, yes, Your solution is the Right One! Thanks! However, I think that something is wrong with make distclean, because it should erase all the generated files including these .def's ? Or is there a rea

Re: CryptUnprotectData undeclared - cannot compile

2005-05-30 Thread Marcus Meissner
On Mon, May 30, 2005 at 03:23:13PM +0200, Pavel Troller wrote: > > solution is to: > > > > cd dlls > > rm *.def > > cd .. > > make > > > > Ciao, Marcus > > Hi Marcus, > yes, Your solution is the Right One! Thanks! > However, I think that something is wrong with make distclean, because it >

Re: CryptUnprotectData undeclared - cannot compile

2005-05-30 Thread Pavel Troller
> solution is to: > > cd dlls > rm *.def > cd .. > make > > Ciao, Marcus Hi Marcus, yes, Your solution is the Right One! Thanks! However, I think that something is wrong with make distclean, because it should erase all the generated files including these .def's ? Or is there a reason to kee

Re: CryptUnprotectData undeclared - cannot compile

2005-05-30 Thread Marcus Meissner
On Mon, May 30, 2005 at 02:40:20PM +0200, Michael Stefaniuc wrote: > Hello, > > have you done a cvs update -Pd ? No, solution is to: cd dlls rm *.def cd .. make Ciao, Marcus pgpjWr4xGk8eg.pgp Description: PGP signature

Re: CryptUnprotectData undeclared - cannot compile

2005-05-30 Thread Pavel Troller
> Hello, > > have you done a cvs update -Pd ? > Hello, of course, it's in my .cvsrc . cvs doesn't show any M'ed nor C'ed files, the update is clean. I also did a make clean in dlls, as suggested by Mike, but the problem is still there. Of course I know a standard procedure of ./configure ;

Re: CryptUnprotectData undeclared - cannot compile

2005-05-30 Thread Michael Stefaniuc
Hello, have you done a cvs update -Pd ? bye michael Pavel Troller wrote: For some time, about 10 - 14 days, I cannot compile wine from CVS anymore. The reason is as follows: make[3]: Entering directory `/usr/src/emul/wine/dlls/crypt32/tests' ../../../tools/winegcc/winegcc -B../../../

CryptUnprotectData undeclared - cannot compile

2005-05-30 Thread Pavel Troller
Hi! For some time, about 10 - 14 days, I cannot compile wine from CVS anymore. The reason is as follows: make[3]: Entering directory `/usr/src/emul/wine/dlls/crypt32/tests' ../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole protectdata.o testlist.o -o crypt32_test.exe.so -L../.