POV-Ray : Newsgroups : povray.programming : Compiling 3.7 on Mac OS 10.7.5: strange error : Re: Compiling 3.7 on Mac OS 10.7.5: strange error Server Time
24 Apr 2024 20:19:22 EDT (-0400)
  Re: Compiling 3.7 on Mac OS 10.7.5: strange error  
From: denis beurive
Date: 23 Dec 2012 04:35:00
Message: <web.50d6cf3745d1284fbe007bed0@news.povray.org>
The following information does not solve the problem, but it may help.

GNU Pthread is not installed on Mac OS X, by default.

To install it, the name of the Port's package is "pth".

sudo port install pth

Now, you have to modify the configure script of POVRAY, if you want it to detect
GNU Pthread.

Line 6858: Add the tags "pth" and '-pth"

acx_pthread_flags="pth -lpth pthreads none -Kthread -kthread lthread -pthread
-pthreads -mthreads pthread --thread-safe -mt pthread-config"

Best regards,

Denis

NOTE:

MacBook-Pro-de-Denis:povray-3.7.0.RC6 denisbeurive$ machine
i486

MacBook-Pro-de-Denis:povray-3.7.0.RC6 denisbeurive$ sw_vers
ProductName:    Mac OS X
ProductVersion: 10.7.5
BuildVersion:     11G63

gcc -v
....
Target: i686-apple-darwin11
....
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)


Post a reply to this message

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