POV-Ray : Newsgroups : povray.unix : compiling povray 3.7 beta on ubuntu 12.04.03 64 bits : compiling povray 3.7 beta on ubuntu 12.04.03 64 bits Server Time
3 May 2024 21:51:24 EDT (-0400)
  compiling povray 3.7 beta on ubuntu 12.04.03 64 bits  
From: cpcbegin
Date: 26 Oct 2013 15:25:00
Message: <web.526c16fe3fd5ac44dd718a9c0@news.povray.org>
I try to compile lastest povray 3.7 beta on ubuntu 12.04.03 64 bits with these
commands:

wget -c
http://www.povray.org/redirect/www.povray.org/beta/source/povray-3.7.0.RC7.tar.bz2
tar -jxvf povray-3.7.0.RC7.tar.bz2
sudo apt-get install build-essential zlib1g-dev libpng12-dev libjpeg-dev
libtiff4-dev
cd povray-3.7.0.RC7/
../configure --disable-io-restrictions COMPILED_BY="my_name <mi@email.com>"
make

But at this point I can't continue due to this error:

make  all-recursive

Making all in source

Making all in backend

g++ -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../source -I../../source
-I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread
-I/usr/include  -I/usr/include  -pipe -Wno-multichar -Wno-write-strings
-fno-enforce-eh-specs -s -O3 -ffast-math -march=native -pthread -MT povray.o -MD
-MP -MF .deps/povray.Tpo -c -o povray.o povray.cpp
mv -f .deps/povray.Tpo .deps/povray.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../source -I../../source
-I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread
-I/usr/include  -I/usr/include  -pipe -Wno-multichar -Wno-write-strings
-fno-enforce-eh-specs -s -O3 -ffast-math -march=native -pthread -MT splines.o
-MD -MP -MF .deps/splines.Tpo -c -o splines.o `test -f 'math/splines.cpp' ||
echo './'`math/splines.cpp
{standard input}: Assembler messages:
{standard input}:1579: Error: no such instruction: `vfmadd312sd
..LC5(%rip),%xmm7,%xmm2'
make[3]: *** [splines.o] Error 1

make[2]: *** [all-recursive] Error 1

make[1]: *** [all-recursive] Error 1

make: *** [all] Error 2


Post a reply to this message

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