|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Error deleted. I have now running, I think, the program :)
Thanks
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |