Re: problem building tests with msvc6

2003-01-14 Thread Paul Millar
On Tue, 14 Jan 2003, Dan Kegel wrote: > *oh*. Your page should say that clearly, then, and should also > mention what real operating system you're running on. Yep, looking at the wording it is a little vague. I'll update the page with better chosen words in a mo. > Could your scripts be used t

Re: problem building tests with msvc6

2003-01-14 Thread Paul Millar
On Tue, 14 Jan 2003, Francois Gouget wrote: > On Mon, 13 Jan 2003, Dan Kegel wrote: > [...] > > Also, *what tests* are you running on those versions > > of ms-windows? AFAIK, all our tests are win32... Sorry, I missed that bit. Nope, none of the tests are running on a Windows platform at the mom

Re: problem building tests with msvc6

2003-01-14 Thread Dan Kegel
Francois Gouget wrote: On Mon, 13 Jan 2003, Dan Kegel wrote: [...] Also, *what tests* are you running on those versions of ms-windows? AFAIK, all our tests are win32... That also had me confused for a while. In fact none of the tests are running on Windows. They are all running on Wine and W

Re: problem building tests with msvc6

2003-01-14 Thread Francois Gouget
On Mon, 13 Jan 2003, Dan Kegel wrote: [...] > Also, *what tests* are you running on those versions > of ms-windows? AFAIK, all our tests are win32... That also had me confused for a while. In fact none of the tests are running on Windows. They are all running on Wine and Wine is told to emulate W

Re: problem building tests with msvc6

2003-01-13 Thread Dan Kegel
Paul Millar wrote: On Thu, 9 Jan 2003, Dan Kegel wrote: Paul Millar wrote: [1] - http://www.astro.gla.ac.uk/users/paulm/WRT/wrt.php Wow. Does it really make sense to test against windows 2.0 or 3.0 anymore? I recall Windows itself was pretty much a joke and terribly unstable until windows

Re: problem building tests with msvc6

2003-01-13 Thread Paul Millar
On Thu, 9 Jan 2003, Dan Kegel wrote: > Paul Millar wrote: > > [1] - http://www.astro.gla.ac.uk/users/paulm/WRT/wrt.php > > Wow. Does it really make sense to test against windows 2.0 > or 3.0 anymore? I recall Windows itself was pretty much a joke > and terribly unstable until windows 3.1... Pr

Re: problem building tests with msvc6

2003-01-09 Thread Paul Millar
On Thu, 9 Jan 2003, LarstiQ wrote: > On Sun, Jan 05, 2003 at 07:18:05PM -0800, Dan Kegel wrote: > > grab the source for the tests from CVS and build them themselves > > under Windows. > > Furthermore, I'm hoping to write scripts to continuously update > > from cvs and run the regression tests, all

Re: problem building tests with msvc6

2003-01-09 Thread Dan Kegel
Paul Millar wrote: I'm in the process of extending WRT [1] to include running the conformance tests on as many Windows platforms as I can get my hands on (which, in theory should be more-or-less all of them). I didn't want to say anything until I knew it was feasible, but I've got most of it figu

Re: problem building tests with msvc6

2003-01-09 Thread Dan Kegel
LarstiQ wrote: On Sun, Jan 05, 2003 at 07:18:05PM -0800, Dan Kegel wrote: I guess I'm aiming at making it easier for Windows folks to grab the source for the tests from CVS and build them themselves under Windows. Furthermore, I'm hoping to write scripts to continuously update from cvs and run

Re: problem building tests with msvc6

2003-01-09 Thread LarstiQ
On Sun, Jan 05, 2003 at 07:18:05PM -0800, Dan Kegel wrote: > I guess I'm aiming at making it easier for Windows folks to > grab the source for the tests from CVS and build them themselves > under Windows. > Furthermore, I'm hoping to write scripts to continuously update > from cvs and run the re

Re: problem building tests with msvc6

2003-01-06 Thread Marcus Meissner
On Sun, Jan 05, 2003 at 12:13:26PM -0800, Dan Kegel wrote: > Trying to build conformance tests on Windows Me with msdev6, > but got the following link errors: > > safearray.obj : error LNK2001: unresolved external symbol _IID_IStorage > safearray.obj : error LNK2001: unresolved external symbol _II

Re: problem building tests with msvc6

2003-01-05 Thread Francois Gouget
On Sun, 5 Jan 2003, Dan Kegel wrote: [...] > Oh, you're talking about the batch file in > http://fgouget.free.fr/wine/winetests.zip Yep, that's the one. > I guess I could use that, though it'd be nice if it were > in cvs, or automatically generated. Yes, it would be nice to generate it automati

Re: problem building tests with msvc6

2003-01-05 Thread Dan Kegel
Dan Kegel wrote: Francois Gouget wrote: I load winetest.dsw. This file contains one project per test with two configurations each, and also wineruntests. You can then select an individual project+configuration and compile it. When I want to recompile everything I go to Build -> Batch Build and:

Re: problem building tests with msvc6

2003-01-05 Thread Dan Kegel
Francois Gouget wrote: On Sun, 5 Jan 2003, Dan Kegel wrote: [...] OK, but how do you compile all the tests then? wineruntests is the only project that invokes all the test subprojects. I load winetest.dsw. This file contains one project per test with two configurations each, and also winerunt

Re: problem building tests with msvc6

2003-01-05 Thread Francois Gouget
On Sun, 5 Jan 2003, Dan Kegel wrote: [...] > OK, but how do you compile all the tests then? > wineruntests is the only project that invokes all the test subprojects. I load winetest.dsw. This file contains one project per test with two configurations each, and also wineruntests. You can then sele

Re: problem building tests with msvc6

2003-01-05 Thread Dan Kegel
Francois Gouget wrote: On Sun, 5 Jan 2003, Dan Kegel wrote: [...] To work around this, I removed ntdll from wineruntests_files (makes sense, since I'm building on windows Me, I suppose). wineruntests does not compile. The reason is that the ntdll tests only compile with the Wine headers while

Re: problem building tests with msvc6

2003-01-05 Thread Francois Gouget
On Sun, 5 Jan 2003, Dan Kegel wrote: [...] > To work around this, I removed ntdll from wineruntests_files > (makes sense, since I'm building on windows Me, I suppose). wineruntests does not compile. The reason is that the ntdll tests only compile with the Wine headers while many other tests only c

Re: problem building tests with msvc6

2003-01-05 Thread Dan Kegel
Found the missing step. I needed to do Build / Set Active Configuration / "wineruntests - Win32 MSVC Headers" before building. That lets me get to the next set of errors: c:\wtest\dlls\ntdll\tests\error.c(23) : fatal error C1083: Cannot open include file: 'ntstatus.h': No such file or director

problem building tests with msvc6

2003-01-05 Thread Dan Kegel
Trying to build conformance tests on Windows Me with msdev6, but got the following link errors: safearray.obj : error LNK2001: unresolved external symbol _IID_IStorage safearray.obj : error LNK2001: unresolved external symbol _IID_IDispatch safearray.obj : error LNK2001: unresolved external symbol