Hello Greg,

/*Thanks for the quick successful overnight fix.*/

I found that I needed to do a sudo *make distclean* in the *libtiff* folder as my compiler was gcc not cc as the default.

/Using sudo to allow installation of files in the system /usr/local/ structure./

Actions:
=======
cd src/px/tiff/
sudo make distclean

from the ray folder/directory
sudo ./makeall install

Results:

Warnings:
=========
x11.c: In function ‘std_comin’:
x11.c:417:6: warning: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Wimplicit-function-declaration]
  if (gets(inp) == NULL) {
      ^~~~
      fgets

Inconsequential Warnings:
=======================
In file included from tonemap.c:17:0:
tmprivat.h:62:1: warning: variably modified ‘tmMesofact’ at file scope
 extern uby8 tmMesofact[BMESUPPER-BMESLOWER];
 ^~~~~~

warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'

tif_dirread.c: In function 'TIFFFetchFloatArray':
tif_dirread.c:1045:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   v[0] = *(float*) &dir->tdir_offset;
   ^

 gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -Wall -MT tif_luv.lo -MD -MP -MF .deps/tif_luv.Tpo -c tif_luv.c -o tif_luv.o
In file included from tif_luv.c:626:0:
uvcode.h:9:20: warning: missing braces around initializer [-Wmissing-braces]
 } uv_row[UV_NVS] = {

tif_unix.c: In function '_tiffSizeProc':
tif_unix.c: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

CMAKE:
=======
CMakeFile not yet updated - no change from the April 19, 2018 download.

Thanks Greg and Rob for your input.

Re: Request for a change
Regards
*Terrance McMinn*
_______________________________________________
Radiance-dev mailing list
[email protected]
https://www.radiance-online.org/mailman/listinfo/radiance-dev

Reply via email to