POV-Ray : Newsgroups : povray.unix : Problem compiling with X support on Fedora 9 x86_64 Server Time
2 May 2024 01:56:56 EDT (-0400)
  Problem compiling with X support on Fedora 9 x86_64 (Message 1 to 3 of 3)  
From: Dave Downing
Subject: Problem compiling with X support on Fedora 9 x86_64
Date: 16 Sep 2008 06:24:15
Message: <48cf894f$1@news.povray.org>
I am running the configure script for povray 3.61 with the following:

./configure COMPILED_BY="Dave Downing" --x-libraries=/usr/lib64/  
LDFLAGS="-L/usr/lib64/"

Have also tried a few variations on that.

Resulting output in part:

checking for X... no
configure: X Window display will be disabled

I have /usr/lib64/libX11.so so that should not be the issue. Also libX11-
devel-1.1.4-1.fc9(x86_64) is installed.

After running make the resulting binary gives me good images, but I would 
like to see the X display while they are rendered.

Any ideas what I am missing?

System:

AMD 64 X2 Dual Core 5000+
Fedora 9 x86_64
2 GB Ram

-- 
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
Dave Downing,  Somerset U.K.
No bytes were harmed in the making of this message.


Post a reply to this message

From: Nicolas Calimet
Subject: Re: Problem compiling with X support on Fedora 9 x86_64
Date: 16 Sep 2008 07:38:24
Message: <48cf9ab0$1@news.povray.org>
Dave Downing wrote:

> checking for X... no
> configure: X Window display will be disabled

	Check the config.log file, i.e. search for the "checking for X" string
and look for the next few lines below it.  Hopefully you'll get an idea of
what is wrong.

	- NC


Post a reply to this message

From: Dave Downing
Subject: SOLVED: Re: Problem compiling with X support on Fedora 9 x86_64
Date: 16 Sep 2008 08:13:54
Message: <48cfa302$1@news.povray.org>
On Tue, 16 Sep 2008 13:38:23 +0200, Nicolas Calimet wrote:

> 	Check the config.log file, i.e. search for the "checking for X" 
string
> and look for the next few lines below it.  Hopefully you'll get an idea
> of what is wrong.
> 
> 	- NC

Thanks Nicolas,

Your pointer got me sorted. The relevant bit was:

configure:8569: checking for X
configure:8675: g++ -E  conftest.cc
configure:8707:27: error: X11/Intrinsic.h: No such file or directory

A quick Google for Intrinsic.h gave me postings from several people 
having the same problem with Fedora not having that file and not sure 
which package provides it. The answer for the benefit of others with the 
problem is to install libXt-devel.

Thanks again.

-- 
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
Dave Downing,  Somerset U.K.
No bytes were harmed in the making of this message.


Post a reply to this message

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