POV-Ray : Newsgroups : povray.general : Build error with beta 41 sources : Re: Build error with beta 41 sources Server Time
29 Jul 2024 16:19:43 EDT (-0400)
  Re: Build error with beta 41 sources  
From: Chris Cason
Date: 2 Jan 2011 18:26:32
Message: <4d2109a8@news.povray.org>
Create a file (called say 'foo.cpp') containing the following:

#include <boost/thread.hpp>

boost::thread *povray_init(const boost::function0<void>& threadExit, void *addr =
NULL);

then run

  g++ -c foo.cpp

tell us if it works.


Post a reply to this message

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