Radiance compilation errors

Dear list,

I got some errors while compiling the latest Radiance4.3.a.1 on a Macbook
Pro (OS X Yosemite).

There was a post before saying that "clang" related warnings are still
tolerable. But I just don't know why there are "errors" generated,
especially considering this is a "clean" installation after I reinstall and
update the OS, Xcode 6, command line tools and X11 ... So, hope you can
advise!

The entire installation log is shown in the following Google Doc file, and
the warnings or errors as assumed by myself are highlighted, too:
*https://docs.google.com/document/d/1CqIIHEkg3uIr1oOMr2bWg2J24XShzFAVsqcgQwZYURM/edit?usp=sharing
<https://docs.google.com/document/d/1CqIIHEkg3uIr1oOMr2bWg2J24XShzFAVsqcgQwZYURM/edit?usp=sharing>*

Thank you in advance!
Joe

Thanks, Joe.

This probably belongs on the "dev" mailing list, so will cross-post there and you can sign up and respond on that list if you don't mind.

None of these warnings generated the "There were some errors." conclusion at the end. This was caused by a failed "clean" operation that didn't matter on the TIFF library:

cd tiff; make distclean
/bin/sh: line 0: cd: tiff: No such file or directory
make[1]: *** No rule to make target `distclean'. Stop.
make: *** [clean] Error 2

Nevertheless, it was helpful to see some of these warnings, particularly the "implicit declaration" issues, which I needed to fix. There was also a genuine bug in the ezxml code, which was likely never triggered as it had to do with an unused attribute types extension. I fixed that one as well, even though it isn't really my code.

Cheers,
-Greg

ยทยทยท

From: Joe Smith <[email protected]>
Subject: [Radiance-general] Radiance compilation errors
Date: October 26, 2014 12:59:47 AM PDT

Dear list,

I got some errors while compiling the latest Radiance4.3.a.1 on a Macbook Pro (OS X Yosemite).

There was a post before saying that "clang" related warnings are still tolerable. But I just don't know why there are "errors" generated, especially considering this is a "clean" installation after I reinstall and update the OS, Xcode 6, command line tools and X11 ... So, hope you can advise!

The entire installation log is shown in the following Google Doc file, and the warnings or errors as assumed by myself are highlighted, too:
https://docs.google.com/document/d/1CqIIHEkg3uIr1oOMr2bWg2J24XShzFAVsqcgQwZYURM/edit?usp=sharing

Thank you in advance!
Joe