POV-Ray : Newsgroups : povray.unix : Compiling POV-Ray 3.7, second attempt : Re: Compiling POV-Ray 3.7, second attempt Server Time
29 Apr 2024 05:57:59 EDT (-0400)
  Re: Compiling POV-Ray 3.7, second attempt  
From: James Holsenback
Date: 27 Jul 2015 15:13:13
Message: <55b682c9$1@news.povray.org>
On 07/27/2015 02:56 PM, James Holsenback wrote:
> On 07/26/2015 12:32 PM, William F Pokorny wrote:
>> On 07/26/2015 11:09 AM, "Jörg \"Yadgar\" Bleimann" wrote:
>>> On 26.07.2015 14:40, Le_Forgeron wrote:
>>>> LIBS="-lboost_system
>>>> - -lboost_thread"
>>>
>>> Yadgar
>>
>> Unsure if your issue, but I believe there is an extra dash above between
>> the two library specs. Perhaps try:
>>
>> LIBS="-lboost_system -lboost_thread"
>
> that's the incantation ... try
>
> ./configure COMPILED_BY="Jörg 'Yadgar' Bleimann <yaz### [at] gmxde>"
> LIBS="-lboost_system -lboost_thread"
>
> then do:
>
> make clean
> make

one more thing i wanted to follow up on but forgot ... from your 
configure report I noticed that you don't have exr support or X Window 
display

 > X Window display: disabled
 > Unsupported image formats: openexr

probably ok if you don't plan on using hdr or exr images. the one that 
almost is a must have is X Window support. if you want these look for 
the follow in your package manager:

openexr-devel - Library to Handle EXR Pictures (16-bit floating-point 
format)
libSDL-devel - SDL Library Developer Files

of course you'll have to re-run configure, make clean, make ...


Post a reply to this message

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