POV-Ray : Newsgroups : povray.programming : typecasting problems : Re: typecasting problems Server Time
6 Oct 2024 13:54:01 EDT (-0400)
  Re: typecasting problems  
From: Warp
Date: 14 Dec 2002 13:51:24
Message: <3dfb7dab@news.povray.org>
Apache <apa### [at] yahoocom> wrote:
> I know that I should start at the first occurred error

  You certainly should. It tells exactly what is the problem:

povxlib.h:26:22: X11/Xlib.h: No such file or directory
povxlib.h:27:23: X11/Xutil.h: No such file or directory

  That's the only problem there is. All the other error messages are simply
cause by the above.

  You have to add a +I option with a path to the X11 librarues to the
compilation commands, ie. something like "+I/some/path/to/X11".

  The configure script is not perfect and does not seem to behave correctly
(eg. issue an error or whatever) if X11 is not found.

  If you have no X11 libraries, then you have to compile without X11 support.
This happens by adding the compilation option -DX_DISPLAY_MISSING

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

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