"jr" <cre### [at] gmailcom> wrote:
> ...
> had a v quick look, pleased the INSTALL isn't just the usual generic. will try
> a no-SDL install in the coming days. thank you.
tried building but got an error.
regards, jr.
using:
./configure \
--enable-silent-rules \
--without-libsdl \
--without-libsdl2 \
--disable-no-lc-identifiers \
--with-x \
--build=${ARCH}-slackware-linux \
COMPILED_BY="$POVRAY_BUILDER"
edited output from extracting archive thru 'make':
povray-3.8.0-x.povr_b0bcf6c0/
...
===============================================================================
POV-Ray (povr) 3.8.0-x.povr_b0bcf6c0 has been configured.
===============================================================================
Built-in features:
I/O restrictions: enabled
X/SDL Window display: enabled (sdl not available)
Supported image formats: gif tga iff ppm pgm hdr png jpeg tiff openexr
Unsupported image formats: -
Compilation settings:
Build architecture: x86_64-slackware-linux-gnu
Built/Optimized for: x86_64-slackware-linux-gnu
Compiler vendor: gnu
Compiler version: g++ 5.5.0
Preprocessor flags (CPPFLAGS):
-pthread -I/usr/include/OpenEXR -I/usr/include
Compiler flags (CXXFLAGS):
-pipe -w -fno-enforce-eh-specs -std=c++11 -march=native -mtune=haswell -O2
-fPIC -pthread
Linker flags (LDFLAGS):
-L/usr/lib
Libraries (LIBS):
-lXpm -lSM -lICE -lX11 -lIlmImf -lIlmImf -lImath -lHalf -lIex -lIexMath
-lIlmThread -pthread -lIlmThread -ltiff -ljpeg -lpng -lz -lrt -lm -pthread
...
make all-recursive
make[1]: Entering directory '/tmp/POV/povray-3.8.0-x.povr_b0bcf6c0'
Making all in source
make[2]: Entering directory '/tmp/POV/povray-3.8.0-x.povr_b0bcf6c0/source'
CXX povmain.o
CXX backend/bounding/boundingtask.o
CXX backend/control/messagefactory.o
...
CXX core/math/chi2.o
CXX core/math/hypercomplex.o
CXX core/math/jitter.o
In file included from [01m[Kcore/math/jitter.cpp:37:0[m[K:
[01m[K../source/core/math/jitter.h:104:43:[m[K [01;31m[Kerror:
jx = -0.5f + static_cast<double>(rand()) /
(static_cast<double>(RAND_MAX/((0.5)-(-0.5f))));
[01;32m[K ^[m[K
[01m[K../source/core/math/jitter.h:104:69:[m[K [01;31m[Kerror:
jx = -0.5f + static_cast<double>(rand()) /
(static_cast<double>(RAND_MAX/((0.5)-(-0.5f))));
[01;32m[K
^[m[K
Makefile:1309: recipe for target 'core/math/jitter.o' failed
make[2]: *** [core/math/jitter.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/tmp/POV/povray-3.8.0-x.povr_b0bcf6c0/source'
Makefile:707: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/POV/povray-3.8.0-x.povr_b0bcf6c0'
Makefile:500: recipe for target 'all' failed
make: *** [all] Error 2
Post a reply to this message
|