POV-Ray : Newsgroups : povray.unix : compiling povray 3.7.0 on ubuntu 64 : Re: compiling povray 3.7.0 on ubuntu 64 Server Time
2 Jun 2024 00:03:54 EDT (-0400)
  Re: compiling povray 3.7.0 on ubuntu 64  
From: tony
Date: 18 Oct 2009 09:25:01
Message: <web.4adb164ba095ebc6825502be0@news.povray.org>
Hi waggy:

I have first configured as follows:

../configure COMPILED_BY="tony <nto### [at] terraes>" \
--prefix=/home/tony/installed \
--with-boost=/home/tony/installed \
--with-boost-libdir=/home/tony/installed/lib \
--with-x \
--enable-static

and gives this output:

.....
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XFlush in -lX11... no
configure: X Window display will be disabled


After I installed SDL-1.2.13 on /home/tony/installed and I reconfigure:

../configure COMPILED_BY="tony <nto### [at] terraes>" \
--prefix=/home/tony/installed \
--with-boost=/home/tony/installed \
--with-boost-libdir=/home/tony/installed/lib \
--with-libsdl=/home/tony/installed/include/SDL \
--with-x \
--enable-static

and gives the same output:

.....
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XFlush in -lX11... no
configure: X Window display will be disabled

After I reconfigure adding:

--x-includes=/home/tony/installed/include/SDL \
--x-libraries=/home/tony/installed/lib \

and gives the same output.

Do you know why?

Tony


Post a reply to this message

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