POV-Ray : Newsgroups : povray.unix : ask help for Installation :) : Re: ask help for Installation :) Server Time
19 Apr 2024 20:05:40 EDT (-0400)
  Re: ask help for Installation :)  
From: Le Forgeron
Date: 19 May 2016 11:43:39
Message: <573ddf2b$1@news.povray.org>
Le 19/05/2016 16:46, Mengshi a écrit :
> Le_Forgeron <lef### [at] freefr> wrote:
>> Le 19/05/2016 à 13:57, Mengshi a écrit :
>>> Configure POV-Ray version 3.6.1
>>
>> Do you really need and want to install 3.6 when 3.7 is available ?
> 
> Yes, I want to use a software which is based on the 3.6 version.
> 
> 

I'm afraid you are in for a bit of debugging, between the old code, your compiler and
the currently installed libraries.

You will also encounter a problem with the png library, as its API has changed (and
old code was not nice, using internal functions)

And I cannot help for lighting.o, as it compiles fine here (but png_pov.o is bad
enough by default, so no binary for me either)

g++ -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../source/base -I../source/frontend -I../unix
   -pipe -Wno-multichar -O3 -msse -mfpmath=sse -msse2 -march=k8 -mtune=k8
-malign-double -minline-all-stringops  -c -o lighting.o `test -f 'lighting.cpp' ||
echo './'`lighting.cpp


Post a reply to this message

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