POV-Ray : Newsgroups : povray.unix : Cygwin Server Time
8 Jul 2024 19:33:57 EDT (-0400)
  Cygwin (Message 1 to 6 of 6)  
From: Ross Smith
Subject: Cygwin
Date: 19 Nov 2002 22:44:11
Message: <3ddb050b$1@news.povray.org>
Has anyone managed to compile Povray with Cygwin? When I try it it
complains about missing X headers. Using --without-x makes no
difference.

-- 
Ross Smith ...................... Pharos Systems, Auckland, New Zealand

"I write science fiction and fantasy for a living. The science fiction
is labelled 'Technical proposal', and the fantasy is labelled 'Budget
estimate'." -- Jordin Kare


Post a reply to this message

From: Fidel viegas
Subject: Re: Cygwin
Date: 20 Nov 2002 10:49:45
Message: <BA015E5A.717D%fidel.viegas@artrecognition.co.uk>
in article 3ddb050b$1@news.povray.org, Ross Smith at ros### [at] pharosconz
wrote on 20/11/02 3:46 am:

> Has anyone managed to compile Povray with Cygwin? When I try it it
> complains about missing X headers. Using --without-x makes no
> difference.

Have a look here http://www-public.tu-bs.de:8080/~y0013390/

All the best

Fidel.


Post a reply to this message

From: Ross Smith
Subject: Re: Cygwin
Date: 20 Nov 2002 21:30:08
Message: <3ddc4530$1@news.povray.org>
"Fidel viegas" <fid### [at] artrecognitioncouk> wrote in message
news:BA015E5A.717D%fid### [at] artrecognitioncouk...
> in article 3ddb050b$1@news.povray.org, Ross Smith at ros### [at] pharosconz
> wrote on 20/11/02 3:46 am:
>
> > Has anyone managed to compile Povray with Cygwin? When I try it it
> > complains about missing X headers. Using --without-x makes no
> > difference.
>
> Have a look here http://www-public.tu-bs.de:8080/~y0013390/

That only covers Mingw, not Cygwin.

--
Ross Smith ...................... Pharos Systems, Auckland, New Zealand

"I write science fiction and fantasy for a living. The science fiction
is labelled 'Technical proposal', and the fantasy is labelled 'Budget
estimate'." -- Jordin Kare


Post a reply to this message

From: Fidel viegas
Subject: Re: Cygwin
Date: 21 Nov 2002 10:40:32
Message: <BA02ADB0.722C%fidel.viegas@artrecognition.co.uk>
in article 3ddc4530$1@news.povray.org, Ross Smith at ros### [at] pharosconz
wrote on 21/11/02 2:32 am:

> "Fidel viegas" <fid### [at] artrecognitioncouk> wrote in message
> news:BA015E5A.717D%fid### [at] artrecognitioncouk...
>> in article 3ddb050b$1@news.povray.org, Ross Smith at ros### [at] pharosconz
>> wrote on 20/11/02 3:46 am:
>> 
>>> Has anyone managed to compile Povray with Cygwin? When I try it it
>>> complains about missing X headers. Using --without-x makes no
>>> difference.
>> 
>> Have a look here http://www-public.tu-bs.de:8080/~y0013390/
> 
> That only covers Mingw, not Cygwin.
> 
Sorry, I didn't really try it. I had version 3.1g.

All the best

Fidel.


Post a reply to this message

From: David Burnett
Subject: Re: Cygwin
Date: 22 Nov 2002 15:24:52
Message: <3dde9294$1@news.povray.org>
On Wed, 20 Nov 2002 03:46:42 +0000, Ross Smith wrote:

> Has anyone managed to compile Povray with Cygwin? When I try it it
> complains about missing X headers. Using --without-x makes no
> difference.

It appears that the config for without X doesn't work, 
the quick way to get things to work are to
hack the makefile to remove the reference to
povxlib.o from the povray_OBJECTS section
and povxlib.c from povray_SOURCES

then add

#define X_DISPLAY_MISSING 1

to conf.h

which will give you a pure command line version.
That works for compiling the unix version on a Mac,
should work for cygwin too.

the other alternatives are to install a copy of xfree for cygwin :-)
or fix the configure script.

Dave


Post a reply to this message

From: Ross Smith
Subject: Re: Cygwin
Date: 24 Nov 2002 18:09:26
Message: <3de15c26$1@news.povray.org>
"David Burnett" <var### [at] ntlworldcom> wrote in message
news:3dde9294$1@news.povray.org...
> On Wed, 20 Nov 2002 03:46:42 +0000, Ross Smith wrote:
>
> > Has anyone managed to compile Povray with Cygwin? When I try it it
> > complains about missing X headers. Using --without-x makes no
> > difference.
>
> It appears that the config for without X doesn't work,
> the quick way to get things to work are to
> hack the makefile to remove the reference to
> povxlib.o from the povray_OBJECTS section
> and povxlib.c from povray_SOURCES
>
> then add
>
> #define X_DISPLAY_MISSING 1
>
> to conf.h
>
> which will give you a pure command line version.
> That works for compiling the unix version on a Mac,
> should work for cygwin too.
>
> the other alternatives are to install a copy of xfree for cygwin :-)
> or fix the configure script.

Thanks!

--
Ross Smith ...................... Pharos Systems, Auckland, New Zealand

"I write science fiction and fantasy for a living. The science fiction
is labelled 'Technical proposal', and the fantasy is labelled 'Budget
estimate'." -- Jordin Kare


Post a reply to this message

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