[Radiance-general] 3.5 compilation woes

Georg Mischler [email protected]
Thu, 14 Aug 2003 16:49:54 -0400 (EDT)


Rob Guglielmetti wrote:

> Script seems to work, at least it no longer fails with an "if syntax"
> error when answering the questions.  Rejoyce.
>
> Compile process flies along, but spewed a few errors.  Where is the
> compile log?  Maybe I can find the answer to my problems there, but I
> don't know where it lives.

On your screen...

Try this to capture it into a file (for [t]csh):

  $> makeall install >& log.txt

If you still want to see what happens, either use "tail -f" on
that file, or split the stream with "tee":

  $> makeall install |& tee log.txt

The "&" in both cases makes sure that both stdout and
stderr go to the file. As far as I know, there is no easy
way to have the csh redirect *only* stderr, which contains
the messages you're interested in.


> OK, so I figure I have no time to dilly-dally with this.  Grab the
> binaries, install.  Stuff doesn't work.
>
> Reset permissions/ownership in the binaries, other stuff doesn't work.
> Specifically, rview complains it can't find rayinit.cal.
>
> Reset permissions/ownership on the library files (including
> rayinit.cal), same stuff still don't work.  ~8-\

Does your $RAYPATH still point to an old version of the library?

I'm not sure about the binary packages, but when you want to
compile yourself, then you also need a second "support" package,
which carries some stuff not in CVS, such as the tifflib and
possibly parts of the library.


-schorsch

-- 
Georg Mischler  --  simulations developer  --  schorsch at schorsch com
+schorsch.com+  --  lighting design tools  --  http://www.schorsch.com/