[Radiance-dev] Compiling Radiance with the Intel (Vectorizing) C Compiler

2011-06-27 Thread Randolph M. Fritz
I've got it to compile...but rpict crashes. Anyone tried this before? Did you get it to work? -- Randolph M. Fritz • rfr...@lbl.gov Environmental Energy Technologies Division • Lawrence Berkeley Labs ___ Radiance-dev mailing list

[Radiance-dev] Possible bug found by Intel cc

2011-06-27 Thread Randolph M. Fritz
In ambient.c: ambient.c(521): warning #279: controlling expression is constant aflock(creat ? F_WRLCK : F_RDLCK); That seems odd. Is it possible that it was supposed to be: aflock(cre8 ? F_WRLCK : F_RDLCK); -- Randolph M. Fritz • rfr...@lbl.gov Environmental Energy Technologies