POV-Ray : Newsgroups : povray.unix : OSX X-Windows problems : Re: OSX X-Windows problems Server Time
1 Jun 2024 07:39:42 EDT (-0400)
  Re: OSX X-Windows problems  
From: Nicolas Calimet
Date: 28 Sep 2006 04:59:26
Message: <451b8eee$1@news.povray.org>
> I have tried adding
> /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include/X11/
> to the directories in "configure" but with no success.

	Did you try something like that?

# assuming sh-like shell
xpath="/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6"
./configure COMPILED_BY=you --x-includes=$xpath/include --x-libraries=$xpath/lib

	- NC


Post a reply to this message

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