[Project-managers] turn off windows popups in failing unit tests

Lou Hafer lou at cs.sfu.ca
Mon Jun 2 12:21:00 EDT 2008


Ted,

> This is strange, but I don't think it's a problem with MinGW. I built 
> successfully with the MinGW gcc compiler, which uses its own 
> implementation of windows.h and it linked just fine. So the MinGW gcc 
> libraries do in fact define these things, but if you are using cl, it's 
> seeing those libraries and should be looking in some MSVC++ library for 
> these symbols. I'm not sure why they wouldn't be there unless it's new 
> in version 9. Anyone know?

Some time ago (while struggling with Optimisation Services, I think) I set up my
environment to hide the include directory that comes with MinGW when doing
builds with cl.  I was seeing type conflicts between the MinGW include files and
the MSVC8 include files, and I wanted to be dead certain that the cl build had
no dependencies on MinGW other than autotools.  Apparently there are differences
in the include files.  It's interesting to know that it works using gcc and the
MinGW include files.  I'll keep that in mind.

						Thanks,
							Lou



More information about the Project-managers mailing list