POV-Ray : Newsgroups : povray.beta-test : Build povray 3.7 beta40 on mac osx : Re: Build povray 3.7 beta40 on mac osx Server Time
8 May 2024 16:38:24 EDT (-0400)
  Re: Build povray 3.7 beta40 on mac osx  
From: Maxhec
Date: 24 Jun 2011 10:15:00
Message: <web.4e049b51ea80a0bb21c1d80f0@news.povray.org>
"Szczepan Kuzniarz" <szc### [at] gmailcom> wrote:
> "Adam Weyhaupt" <ada### [at] gmailcom> wrote:
>
> > [...]
> > I'm trying to compile RC2 and have the same error as the original poster.  This
> > patch doesn't seem to be able to be automatically applied to frame.h in RC2, and
> > I wasn't able to figure out what the changes need to be.  This patch does work
> > great for me on beta40; I checked today and was able to compile with no
> > problems.  In frame.h, what in beta40 we had:
>
> I've just compiled RC3 on Mac OS X 10.6.7. You have to make following changes:
>
> in vfe/unix/syspovconfig.h remove lines 174-177 (#defines regarding
> THREAD_LOCAL_PTR)
> in vfe/unix/vfeplatform.h add #include <sys/types.h> before #include
> <boost/shared_ptr.hpp>
> in vfe/vfesession.h add #include <sys/types.h> before #include <queue>
> in source/base/image/image.cpp replace all occurrences of lseek64 with lseek
>
>
> --
> Greetings,
>
> Szczepan Kuzniarz

GREAT!!!! Thanks!!!!!


Post a reply to this message

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