POV-Ray : Newsgroups : povray.beta-test : Compiling Unix sources on OS X Tiger (re-post from p.unix) : Re: Compiling Unix sources on OS X Tiger (re-post from p.unix) Server Time
28 Jul 2024 16:15:07 EDT (-0400)
  Re: Compiling Unix sources on OS X Tiger (re-post from p.unix)  
From: Tim Jones
Date: 6 Mar 2009 15:25:00
Message: <web.49b186208cf307a4924999d30@news.povray.org>
(Povray 3.7, Boost 1_38)

Not sure if this helps anyone along these lines, but I had to add the line:

#include <boost/thread/condition.hpp>

in the files

/source/backend/scene/view.h
/source/backend/support/taskqueue.h
/vfe/vfe.h

to overcome the error:

error: 'condition' in namespace 'boost' does not name a type

----------
and
----------
change all instances of

catch(exception& e)

to

catch(std::exception& e)

in /source/backend/support/task.cpp
   /vfe/vfecontrol.cpp
   /vfe/vfesession.cpp


Post a reply to this message

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