POV-Ray : Newsgroups : povray.beta-test : Compile errors with VS 2005 on Windows XP : Re: Compile errors with VS 2005 on Windows XP Server Time
29 Jul 2024 19:17:48 EDT (-0400)
  Re: Compile errors with VS 2005 on Windows XP  
From: Christian Froeschlin
Date: 29 Mar 2009 15:05:40
Message: <49cfc684$1@news.povray.org>
Christian Froeschlin wrote:

> I just noticed the Beta31 readme does not mention 
> this and recommends your own package or to build from source.

ah well now I got your package and guess what there are
patched boost headers in there. Is this your change Chris?

microsec_time_clock.hpp:

#ifdef BOOST_HAS_FTIME
#	if defined( BOOST_USE_WINDOWS_H )
#		include <windows.h>
#	else
struct _FILETIME;
struct _SYSTEMTIME;
...
#	endif // !BOOST_USE_WINDOWS_H

The readme file for the beta31 sources explicitely mentions
that you can get the header files from boost.org, so custom
fixes in the boost headers are a bit of a problem.

Anyway seems like it starts compiling ok now!


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.