POV-Ray : Newsgroups : povray.unix : ask help for Installation :) : ask help for Installation :) Server Time
18 Apr 2024 22:56:32 EDT (-0400)
  ask help for Installation :)  
From: Mengshi
Date: 19 May 2016 08:00:00
Message: <web.573daa1ab99d75a79a88d55e0@news.povray.org>
Hello everyone!!

I tried to install POV-Ray in my computer (SUSE Linux Enterprise Desktop 12
64-bit), but I got the error as following:

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
Makefile:285: recipe for target 'lighting.o' failed


Could you help me know how to deal with that problem?


This is the output for your referece:

===============================================================================
Configure POV-Ray version 3.6.1
===============================================================================

This is an unofficial version compiled by:


Environment
-----------
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether $C_INCLUDE_PATH contains the "." path... no
checking whether $CPLUS_INCLUDE_PATH contains the "." path... no

Programs
--------
checking for egrep... grep -E
checking for style of include used by make... GNU
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g++ version... 4.8
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib

Language constructs and functions
---------------------------------
checking whether to link with cygwin DLL... no
checking whether time.h and sys/time.h may both be included... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int... yes
checking size of int... 4
checking for long int... yes
checking size of long int... 8
checking for size_t... (cached) yes
checking size of size_t... 8
checking for float... yes
checking size of float... 4
checking for working memcmp... yes
checking return type of signal handlers... void
checking for vsnprintf... yes
checking for getcwd... yes
checking for readlink... yes
checking for gettimeofday... yes

Libraries
---------
checking whether to enable static linking... no
checking for sin in -lm... yes
checking for asinh... yes
checking for vga_init in -lvga... no
configure: SVGAlib display will be disabled
checking for X... libraries /usr/lib64, headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XFlush in -lX11... yes
checking for XpmCreatePixmapFromData in -lXpm... yes
checking whether to enable the watch cursor... no
checking for installed supporting libraries... yes
checking for library containing zlibVersion... -lz
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for libz version >= 1.2.1... 1.2.8, ok
checking for library containing png_get_libpng_ver... -lpng
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for libpng version >= 1.2.5... 1.6.8, ok
checking for library containing jpeg_std_error... -ljpeg
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for libjpeg version >= 6b... 6b, ok
checking for library containing TIFFGetVersion... -ltiff
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for libtiff version >= 3.6.1... 4.0.4, ok

Compiling
---------
checking whether to enable pipes for communications... yes
checking whether g++ accepts -pipe... yes
checking whether g++ accepts -Wno-multichar... yes
checking whether to enable I/O restrictions... yes
checking whether to enable debugging... no
checking whether to enable profiling... no
checking whether to enable stripping... no
checking whether to enable optimizations... yes
checking whether g++ accepts -O3... yes
checking whether g++ accepts -msse... yes
checking whether g++ accepts -mfpmath=sse... yes
checking whether g++ accepts -msse2... yes
checking whether g++ accepts -march=k8 -mtune=k8... yes
checking whether g++ accepts -malign-double... yes
checking whether g++ accepts -minline-all-stringops... yes

Makefiles
---------
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libraries/Makefile
config.status: creating source/base/Makefile
config.status: creating source/frontend/Makefile
config.status: creating source/Makefile
config.status: creating unix/Makefile
config.status: creating conf.h
config.status: conf.h is unchanged
config.status: executing depfiles commands

===============================================================================
POV-Ray 3.6.1 has been configured with the following features:
  I/O restrictions: enabled
  X Window display: enabled
  SVGAlib display : disabled

Type 'make' to build, and 'make install' to install all files in the hierarchy
/data/bin/raysar
===============================================================================

make  all-recursive
make[1]: Entering directory
'/data/Code/raySAR/povary_package/povary_source/povray-3.6.1'
Making all in libraries
make[2]: Entering directory
'/data/Code/raySAR/povary_package/povary_source/povray-3.6.1/libraries'
make[3]: Entering directory
'/data/Code/raySAR/povary_package/povary_source/povray-3.6.1/libraries'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory
'/data/Code/raySAR/povary_package/povary_source/povray-3.6.1/libraries'
make[2]: Leaving directory
'/data/Code/raySAR/povary_package/povary_source/povray-3.6.1/libraries'
Making all in source
make[2]: Entering directory
'/data/Code/raySAR/povary_package/povary_source/povray-3.6.1/source'
Making all in base
make[3]: Entering directory
'/data/Code/raySAR/povary_package/povary_source/povray-3.6.1/source/base'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory
'/data/Code/raySAR/povary_package/povary_source/povray-3.6.1/source/base'
Making all in frontend
make[3]: Entering directory
'/data/Code/raySAR/povary_package/povary_source/povray-3.6.1/source/frontend'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory
'/data/Code/raySAR/povary_package/povary_source/povray-3.6.1/source/frontend'
make[3]: Entering directory
'/data/Code/raySAR/povary_package/povary_source/povray-3.6.1/source'
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
Makefile:285: recipe for target 'lighting.o' failed
make[3]: Leaving directory
'/data/Code/raySAR/povary_package/povary_source/povray-3.6.1/source'
Makefile:298: recipe for target 'all-recursive' failed
make[2]: Leaving directory
'/data/Code/raySAR/povary_package/povary_source/povray-3.6.1/source'
Makefile:405: recipe for target 'all-recursive' failed
make[1]: Leaving directory
'/data/Code/raySAR/povary_package/povary_source/povray-3.6.1'
Makefile:237: recipe for target 'all' failed


Post a reply to this message

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