POV-Ray : Newsgroups : povray.programming : Re: UNIX version ? Server Time
29 Jul 2024 04:20:01 EDT (-0400)
  Re: UNIX version ? (Message 1 to 3 of 3)  
From: Thorsten Froehlich
Subject: Re: UNIX version ?
Date: 22 Oct 1998 21:01:35
Message: <362fc75f.0@news.povray.org>
In article <362f6c03.138438362@news.povray.org> , par### [at] mailfwicom (Ronald L.
Parker) wrote:

>Well, it doesn't include the makefile.  I wasn't aware that the
>makefile was considered "source code."  But it does include directions
>on creating your own makefile from the 3.02 version, assuming you have
>some familiarity with your make.  All other source is unmodified from
>official POV-Team distributions, except for the obvious modifications
>to optout.h.

Well, thats how I read the lines "The goal is that users must be able
to re-compile the program themselves" - how can they without a makefile?


    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: Tho### [at] csicom


Post a reply to this message

From: Ronald L  Parker
Subject: Re: UNIX version ?
Date: 22 Oct 1998 23:44:53
Message: <362fec53.12673005@news.povray.org>
On Thu, 22 Oct 1998 19:00:27 -0500, "Thorsten Froehlich"
<fro### [at] charliecnsiitedu> wrote:

>In article <362f6c03.138438362@news.povray.org> , par### [at] mailfwicom (Ronald L.
Parker) wrote:
>
>>Well, it doesn't include the makefile.  I wasn't aware that the
>>makefile was considered "source code."  But it does include directions
>>on creating your own makefile from the 3.02 version, assuming you have
>>some familiarity with your make.  All other source is unmodified from
>>official POV-Team distributions, except for the obvious modifications
>>to optout.h.
>
>Well, thats how I read the lines "The goal is that users must be able
>to re-compile the program themselves" - how can they without a makefile?

Well, 'gcc *.c unix/*.c' with appropriate other command-line
parameters works, for sufficiently small values of 'works'  For
that matter, I don't include any source whatsoever, since it's
identical in nearly every respect to the DOS source they can already
get from povray.org.  That makes it even harder to rebuild my
distribution, I suppose.

Let me put it this way: the makefile I used is not suitable for
distribution.  It would not stand up to repeated builds, because it
does not include proper dependencies for media.c or interior.c.  If
someone authoritative says I have to include it, I'll just stop
distributing the entire thing instead.  Sheesh, I'm trying to do y'all
a favor by getting some of the Linux types to leave you alone.


Post a reply to this message

From: Axel Hecht
Subject: Re: UNIX version ?
Date: 23 Oct 1998 04:07:51
Message: <36302B4F.515A7DE0@numerik.uni-kiel.de>
Hi,
to help you out I've attached the makefile I used on our SPARC Solaris.
You may need to get the zlib and png things back together.
I got the dependencies for media.c and interior.c from the dos djg...
makefile. So there are dependencies included, though they are 'just a
good guess'.
But the binaries run, both povray and x-povray. 

All other disclaimers needed, usefull or obligatory are implied.

Axel


Post a reply to this message


Attachments:
Download 'us-ascii' (70 KB)

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