Hi James,

Thanks for answering my question(s) -- I have updated the src/cv/Rmakefile for 
the next release.  You can pick it up if you like from HEAD or using the CVS 
interface at:

        http://www.radiance-online.org/cgi-bin/viewcvs.cgi/ray/src/

A few more responses...

>>> timegm
> 
>> There is a replacement implementation for this GNU extension in
>> src/common/timegm.c, which I assume you found.
> 
> No, it's not there:
> 
> $ ls src/common/timegm.c
> src/common/timegm.c: No such file or directory
> 
> $ find . -name \*gm\*
> ./src/meta/segment.c
> 
> ...not it...
> 
> $ grep -l timegm **/*
> src/common/header.c
> 
> ...and that's it being used...
> 
> $ grep timegm **/*
> src/common/header.c:    *tloc = timegm(&tms);

Oops.  Guess it was added right after the 4.0 release in response to some 
difficulties with the MINGW build.  You can pick it up from CVS if you want it, 
or from HEAD.

>>> the ambient bug
> 
>> Could you be more specific?  Unless this is the recurring problem
>> with the NFS lock manager, which I didn't think an issue under
>> Solaris.
> 
> rpict: fatal - bad ambient file
> 
> It's fixable by using src/rt/ambient.c from the HEAD distribution.
> Given it's a known crash bug, pretty please, how about a release 4.1
> with a fix?

If making a new release were less work, I would do it more often.  As it is, it 
takes days of my time, and I never get it quite right.  I don't really make new 
releases for bug fixes -- that's why we have HEAD.  Since this bug has been 
there for years and years, and only recently manifested due to some change in 
FreeBSD, I don't think it affects all that many users.  I do apologize for the 
inconvenience, but the next release probably won't happen until sometime in 
Spring.

>>> version still wrong
> 
>> ??
> 
> I see you've fixed this in the new 4R0, I was using an older 4R0.  The
> problems of not issuing 4.0.1!

Yes, sorry about that.  As you have pointed out, the release process is a bit 
haphazard.

>>> examples broken by hdr renaming
> 
>> I am sorry about that.  If you can point to specific documents that need
>> fixing, I will fix them.
> 
> I've edited my examples and they look good except I've still a problem
> with the cabin:
> 
> $ make
> oconv -b -100 -100 -100 225 -r 8192 \
> pattmats cabin bathroom furniture winpanes.rad mirrors.rad > cabin.oct
> oconv -f -r 8192 -i cabin.oct summerday landscape lights.off \
> daywindows > summercabin.oct
> rvu -vf vf/plan -av .1 .1 .1 summercabin.oct
> 
> rvu: fatal - cannot find picture file "pinebark.pic"
> *** Error code 1
> make: Fatal error: Command failed for target `view'
> 
> 
> but I can't find any references to pinebark.  I'll keep looking.

Ah.  The file "pinebark.hdr" picture should be in with the supplementary files 
in the ray/lib directory:

        http://www.radiance-online.org/software/non-cvs/rad4R0supp.tar.gz

Unfortunately, I didn't fix the references in the ray/obj/cabin directory -- 
sorry about that!  I will fix it for the next release.

Thanks again for your help!

-Greg
_______________________________________________
Radiance-dev mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-dev

Reply via email to