POV-Ray : Newsgroups : povray.unix : [beta] source distribution of POV-Ray 3.6 for UNIX : Re: [beta] source distribution of POV-Ray 3.6 for UNIX Server Time
8 Jul 2024 16:32:23 EDT (-0400)
  Re: [beta] source distribution of POV-Ray 3.6 for UNIX  
From: destroyedlolo
Date: 4 Jul 2004 18:15:15
Message: <40E88F14.4010606@yahoo.com>
Ok, test done on my Ultra5/Solaris 8/Gcc 3.0.1 box :

- Many warning like in parse.cpp & parstxtr.cpp:

parse.cpp: In function `void pov::Parse_Camera(pov::CAMERA**)':
parse.cpp:1679: warning: assignment to `int' from `double'
parse.cpp:1679: warning: argument to `int' from `double'

[...]

parstxtr.cpp: In function `void pov::Make_Pattern_Image(pov::IMAGE*, 
FUNCTION*,
    int*)':
parstxtr.cpp:140: warning: assignment to `int' from `float'
parstxtr.cpp:140: warning: argument to `int' from `float'
parstxtr.cpp:141: warning: assignment to `int' from `float'
parstxtr.cpp:141: warning: argument to `int' from `float'
parstxtr.cpp:165: warning: assignment to `short unsigned int' from `double'
parstxtr.cpp:165: warning: argument to `short unsigned int' from `double'

- Trying to use X, the compilation fails as already said by some other 
people :

g++ -DHAVE_CONFIG_H -DPOVLIBDIR=\"/usr/local/share/povray-3.6\" 
-DPOVCONFDIR=\"/usr/local/etc/povray/3.6\" 
-DPOVCONFDIR_BACKWARD=\"/usr/local/etc\" -I. -I. -I..  -I.. -I../source 
-I../source/base -I../source/frontend -I../source -I../libraries/zlib 
-I../libraries/png -I../libraries/tiff/libtiff  -I/usr/openwin/include 
  -pipe -Wno-multichar -O3  -c -o xwin.o `test -f 'xwin.cpp' || echo 
'./'`xwin.cpp
In file included from xwin.cpp:122:
/usr/openwin/include/X11/Xlib.h:2099: ISO C++ forbids declaration of
    `XSetTransientForHint' with no type

- I can't disable X : --without-x shown

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


But another question : Why do we recompile every library even if they 
are already on the system (Libpng, libz, ...) ?

Bye

Lolo

PS: Test ongoing on my SparcServer5/NetBSD 1.6/Gcc 2.95.3 box but I 
think it should fails if I can't disable X (as X isn't installer on this 
"server").
PS2: Tomorrow, text on my HP-712 workstation under HP-UX 10.20 ...


Post a reply to this message

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