POV-Ray : Newsgroups : povray.unix : Error compiling sources Server Time
3 Jul 2024 05:07:12 EDT (-0400)
  Error compiling sources (Message 1 to 5 of 5)  
From: Altair
Subject: Error compiling sources
Date: 21 Nov 2003 16:35:02
Message: <web.3fbe83f3eada9bee74f383d80@news.povray.org>
Hi people!

I am new in povray under Linux, and I trying install it from sources, but I
have this message:

make[1]: Entering directory `/usr/src/povray-3.50c/src'
c++ -DPREFIX=\"/usr/local/Apps/povray-3.50c\"
-DPOV_LIB_DIR=\"/usr/local/Apps/povray-3.50c/share/povray-3.5\"
-DCOMPILER_VER=\".Linux.gcc\"
-DSYSCONFDIR=\"/usr/local/Apps/povray-3.50c/etc\"
-DUSE_IO_RESTRICTIONS=\"\"     `if [ "Xgcc" = "Xgcc" ]; then echo
"-Wno-multichar"; fi ` -O3 -finline-functions -ffast-math
-fomit-frame-pointer -funroll-loops -fexpensive-optimizations
-malign-double -foptimize-sibling-calls -minline-all-stringops
-Wno-multichar -c bbox.cpp
In file included from bbox.cpp:47:
optout.h:49:2: #error You must complete the following DISTRIBUTION_MESSAGE
macro
bbox.cpp: In function `int sort_and_split(BBOX_TREE**, BBOX_TREE**&, long
int*,
   long int, long int)':
bbox.cpp:1872: warning: assignment to `long int' from `double'
bbox.cpp:1872: warning: argument to `long int' from `double'
make[1]: *** [bbox.o] Error 1
make[1]: Leaving directory `/usr/src/povray-3.50c/src'
make: *** [all-recursive] Error 1

Debian GNU/Linux 3
Gcc 3.2.3

Any idea?

Thanks!


Post a reply to this message

From: Christoph Hormann
Subject: Re: Error compiling sources
Date: 21 Nov 2003 17:02:02
Message: <che291-gk3.ln1@triton.imagico.de>
Altair wrote:
> Hi people!
> 
> I am new in povray under Linux, and I trying install it from sources, but I
> have this message:
> 
> make[1]: Entering directory `/usr/src/povray-3.50c/src'
> c++ -DPREFIX=\"/usr/local/Apps/povray-3.50c\"
> -DPOV_LIB_DIR=\"/usr/local/Apps/povray-3.50c/share/povray-3.5\"
> -DCOMPILER_VER=\".Linux.gcc\"
> -DSYSCONFDIR=\"/usr/local/Apps/povray-3.50c/etc\"
> -DUSE_IO_RESTRICTIONS=\"\"     `if [ "Xgcc" = "Xgcc" ]; then echo
> "-Wno-multichar"; fi ` -O3 -finline-functions -ffast-math
> -fomit-frame-pointer -funroll-loops -fexpensive-optimizations
> -malign-double -foptimize-sibling-calls -minline-all-stringops
> -Wno-multichar -c bbox.cpp
> In file included from bbox.cpp:47:
> optout.h:49:2: #error You must complete the following DISTRIBUTION_MESSAGE
> macro

Well, maybe you should read the error message before posting, it might 
be helpful...

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 25 Oct. 2003 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: Tor Olav Kristensen
Subject: Re: Error compiling sources
Date: 21 Nov 2003 17:02:34
Message: <3fbe8b7a$1@news.povray.org>
"Altair" <nomail@nomail> wrote in
news:web.3fbe83f3eada9bee74f383d80@news.povray.org: 

> Hi people!
> 
> I am new in povray under Linux, and I trying install it from sources,
> but I have this message:
...

> In file included from bbox.cpp:47:
> optout.h:49:2: #error You must complete the following
> DISTRIBUTION_MESSAGE macro
...


Do this:

less README


- And then read.


Tor Olav


Post a reply to this message

From: Warp
Subject: Re: Error compiling sources
Date: 21 Nov 2003 20:01:47
Message: <3fbeb57b@news.povray.org>
Altair <nomail@nomail> wrote:
> I am new in povray under Linux, and I trying install it from sources, but I
> have this message:

  Did you actually read the message?

-- 
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}//  - Warp -


Post a reply to this message

From: Altair
Subject: Re: Error compiling sources
Date: 21 Nov 2003 21:00:02
Message: <web.3fbec2458fcb1e2280d61ac20@news.povray.org>
Error deleted. I have now running, I think, the program :)

Thanks


Post a reply to this message

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