On 1/11/13 15:39 , Rom Walton wrote: > Compiling which file(s)? In which environments?
api/boinc_opencl.cpp which includes lib/win_util.h. > Everything appears to build under Visual Studio 2005. MinGW on Linux but that's not the problem. Please have a look at lib/win_util.h, f72fef8 removed the headers required for the std namespace (string) and BOOL (windows.h). > http://boinc.berkeley.edu/trac/changeset?reponame=boinc&new=f72fef8c00a72c93ae42092d075f84b2ec3f8f87%40lib%2Fwin_util.h&old=de019e3c8ed228880b45b022eadbdda2089cf9d0%40lib%2Fwin_util.h Maybe VS does use some indirect includes in the builds you ran but the headers should be included explicitly. Oliver > -----Original Message----- > From: Oliver Bock [mailto:[email protected]] > Sent: Friday, January 11, 2013 8:34 AM > To: Rom Walton > Cc: [email protected] > Subject: Re: [boinc_dev] Regression in f72fef8 > > On 1/11/13 14:30 , Oliver Bock wrote: >> Your commit f72fef8 broke our Windows builds by removing required >> headers (e.g. for the std namespace and BOOL). > > In at least lib/win_util.h that is. > > Oliver > _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
