POV-Ray : Newsgroups : povray.unix : Make error in Ubuntu 14.04 : Make error in Ubuntu 14.04 Server Time
24 Apr 2024 21:07:44 EDT (-0400)
  Make error in Ubuntu 14.04  
From: Mark B
Date: 18 Nov 2015 17:45:02
Message: <web.564caaf61cfd1757d975ba360@news.povray.org>
I'm trying to install PovRay in Ubuntu 14.04. I've checked that all dependencies
are updated (libboost-dev, zlib1g-dev, libpng12-dev, libjpeg8-dev
libtiff5-dev,libopenexr-dev).

I've followed the instructions in:
https://github.com/POV-Ray/povray/blob/3.7-stable/unix/README.md

% cd unix/
% ./prebuild.sh
% cd ../
% ./configure COMPILED_BY="your name <email@address>"
% make
% make install

The prebuild is completed successfully, but when I ran make, I get the
following:

make  all-recursive
make[1]: Entering directory `/home/mark/Desktop/povray/povray'
Making all in source
make[2]: Entering directory `/home/mark/Desktop/povray/povray/source'
depbase=`echo core/scene/object.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
 g++ -DHAVE_CONFIG_H -I. -I..  -I../unix/povconfig -I.. -I../unix -I../vfe
-I../vfe/unix -pthread -I/usr/include/OpenEXR    -pthread -I/usr/include
-I/usr/include  -pipe -Wno-multichar -Wno-write-strings -fno-enforce-eh-specs
-Wno-non-template-friend -s -O3 -ffast-math -march=native -pthread -MT
core/scene/object.o -MD -MP -MF $depbase.Tpo -c -o core/scene/object.o
core/scene/object.cpp &&\
 mv -f $depbase.Tpo $depbase.Po
In file included from ./core/configcore.h:41:0,
                 from core/scene/object.cpp:39:


     #define POV_MATHUTIL_ASSERT(expr) NO_OP
                                       ^

     POV_MATHUTIL_ASSERT((tempVal >= 0.0) && (tempVal < upperLimit));
     ^
make[2]: *** [core/scene/object.o] Error 1
make[2]: Leaving directory `/home/mark/Desktop/povray/povray/source'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mark/Desktop/povray/povray'
make: *** [all] Error 2


Any ideas? Thanks in advance!

Mark


Post a reply to this message

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