POV-Ray : Newsgroups : povray.text.tutorials : Peaceful coexistence between 3.7.0 and 3.7.1 : Re: Peaceful coexistence between 3.7.0 and 3.7.1 Server Time
20 Apr 2024 06:24:38 EDT (-0400)
  Re: Peaceful coexistence between 3.7.0 and 3.7.1  
From: clipka
Date: 18 Mar 2017 05:47:56
Message: <58cd024c$1@news.povray.org>
Am 18.03.2017 um 03:16 schrieb Cousin Ricky:
> The POV-Ray 3.7.0 cannot run the 3.7.1 version of ior.inc, which means
> if I beta test 3.7.1, I must commit.  Or does it?  The solution to this
> problem was embarrassingly simple:

On Windows, the solution should be even more embarrassingly simple:

- The `ior.inc` for POV-Ray 3.7.0 should be residing in
`%USERPROFILE%\Documents\POV-Ray\v3.7\include`, and that's where POV-Ray
3.7.0 should be looking for it.

- The `ior.inc` for POV-Ray 3.7.1-beta should be residing in
`%USERPROFILE%\Documents\POV-Ray\v3.7-beta\include`, and that's where
POV-Ray 3.7.1-beta should be looking for it.

If that's not the case, let us know.

(Your solution /may/ come in handy later during release candidate phase
or after release, in case someone wants to keep the old 3.7.0 binaries
around, as 3.7.1 will then switch from `v3.7-beta` to `v3.7`.)


On Unix, you can run the `configure` script with the `--prefix=`
parameter to have `make install` install the beta to a different
location, which I /think/ should also solve the issue.


Post a reply to this message

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