POV-Ray : Newsgroups : povray.unix : compiling unix betas under OS X 10.4 Server Time
16 May 2024 23:57:49 EDT (-0400)
  compiling unix betas under OS X 10.4 (Message 11 to 13 of 13)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: John Coppens
Subject: Re: compiling unix betas under OS X 10.4
Date: 17 Aug 2008 00:43:16
Message: <20080817014314.93b0061b.john@johncoppens.com>
On Sat, 16 Aug 2008 21:56:50 +0200
Thorsten Froehlich <tho### [at] trfde> wrote:

> > Is that really necessary - I mean is there another reason besides the
> > compilation problems?
> 
> Yes, the boost thread interface changed in 1.35 for certain reasons.
> You absolutely positivity cannot use it.

I really _hate_ to insist - I asked about reasons, because I got POV
3.7 compiled with Boost 1.36, and it seems to work normally. 

Shouldn't there be execution problems, or has this only effect on the
image quality/contents?

John


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: compiling unix betas under OS X 10.4
Date: 17 Aug 2008 02:16:59
Message: <48a7c25b$1@news.povray.org>
John Coppens wrote:
> On Sat, 16 Aug 2008 21:56:50 +0200
> Thorsten Froehlich <tho### [at] trfde> wrote:
> 
>>> Is that really necessary - I mean is there another reason besides the
>>> compilation problems?
>> Yes, the boost thread interface changed in 1.35 for certain reasons.
>> You absolutely positivity cannot use it.
> 
> I really _hate_ to insist - I asked about reasons, because I got POV
> 3.7 compiled with Boost 1.36, and it seems to work normally. 

This is a complex boost change, not a change in POV-Ray. Please read the 
*boost* documentation, as this is not a POV-Ray issue! Do no use boost 1.35 
or later with the current POV-Ray 3.7 beta source code if you want a 
functional executable. The fact that a program compiles and links does not 
make it function correctly. There is nothing wrong with either boost 1.36 or 
POV-Ray 3.7, you just have to use the correct version of boost. Use boost 
1.34 with the current POV-Ray 3.7 beta source code.

	Thorsten, POV-Team


Post a reply to this message

From: Wise
Subject: Re: compiling unix betas under OS X 10.4
Date: 11 May 2009 01:55:00
Message: <web.4a07bd6415b7620171414fda0@news.povray.org>
Thorsten Froehlich <tho### [at] trfde> wrote:
> John Coppens wrote:
> > On Sat, 16 Aug 2008 09:37:30 +0200
> > Thorsten Froehlich <tho### [at] trfde> wrote:
> >
> >> John wrote:
> >>> ln -s libboost_thread-gcc42-mt-1_36.so.1.36.0 libboost_thread-mt.so
> >>>
> >>> and config went well. Now I'm having issues with the compilation...
> >> Yes, you need a pre-1.35 boost.
> >
> > Hello Thorsten,
> >
> > Is that really necessary - I mean is there another reason besides the
> > compilation problems?
>
> Yes, the boost thread interface changed in 1.35 for certain reasons. You
> absolutely positivity cannot use it.
>
>  Thorsten

Hello,
I am using 1.39 version now, and I met the same issue on using libboost_thread
even I use ln -s command. any guys can help me how to do that?
My email address is wis### [at] intelcom
I am using below command:
.../configure --prefix=/home/spd/wchen18/povray/povray-3.7.0.beta.32
--with-boost=/net/spd64/home/spd/wchen18/povray/libs/boost_1_39_0/stage/lib
--with-boost-thread=libboost_thread-gcc43-mt  COMPILED_BY="Wise Chen"

and below are parts error messages:

Libraries
---------
checking whether to link with cygwin DLL... no
checking whether to enable static linking... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to build the boost thread library from sources... no
checking for boostlib >= 1.35... configure: error: We could not detect the boost
libraries (version 1.35 or higher). If you have a staged boost library (still
not installed) please specify $BOOST_ROOT in your environment and do not give a
PATH to --with-boost option.  If you are sure you have boost installed, then
check your version number looking in <boost/version.hpp>. See
http://randspringer.de/boost for more documentation.


Thanks,
Wise


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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