kaefert@ultrablech ~/src/libpano $ mkdir libpano.build kaefert@ultrablech ~/src/libpano $ cd libpano.build kaefert@ultrablech ~/src/libpano/libpano.build $ cmake ../libpano.hg -DCMAKE_INSTALL_PREFIX=/usr/local -DCPACK_BINARY_DEB:BOOL=ON \ > -DCPACK_BINARY_NSIS:BOOL=OFF -DCPACK_BINARY_RPM:BOOL=OFF -DCPACK_BINARY_STGZ:BOOL=OFF \ > -DCPACK_BINARY_TBZ2:BOOL=OFF -DCPACK_BINARY_TGZ:BOOL=OFF -DCPACK_BINARY_TZ:BOOL=OFF \ > -DCMAKE_BUILD_TYPE=Debug -- The C compiler identification is GNU 4.8.1 -- The CXX compiler identification is GNU 4.8.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version "4.0.2") -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8") -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.2.49") -- found version = 2.9.19 -- Found Perl: /usr/bin/perl (found version "5.14.2") -- Configuring done -- Generating done -- Build files have been written to: /home/kaefert/src/libpano/libpano.build kaefert@ultrablech ~/src/libpano/libpano.build $ make package Scanning dependencies of target man [ 0%] Built target man Scanning dependencies of target pano13 [ 1%] Building C object CMakeFiles/pano13.dir/javastub.c.o [ 2%] Building C object CMakeFiles/pano13.dir/adjust.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/adjust.c:40: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 2%] Building C object CMakeFiles/pano13.dir/bmp.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/bmp.c:1: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 3%] Building C object CMakeFiles/pano13.dir/ColourBrightness.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:30: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c: In function ‘InitializeMagnolia’: /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:98:7: warning: variable ‘var04’ set but not used [-Wunused-but-set-variable] int var04; ^ /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c: In function ‘RemapPoint’: /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:156:7: warning: variable ‘tempInt’ set but not used [-Wunused-but-set-variable] int tempInt; ^ /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:152:7: warning: variable ‘var44’ set but not used [-Wunused-but-set-variable] int var44; ^ /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c: In function ‘OutputPhotoshopCurve’: /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:413:3: warning: implicit declaration of function ‘htons’ [-Wimplicit-function-declaration] shortValue = (uint16_t) htons(14); ^ /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c: In function ‘ColourBrightness’: /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:600:23: warning: variable ‘ptrHistograms’ set but not used [-Wunused-but-set-variable] histograms_struct * ptrHistograms; ^ /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c: In function ‘ReadHistograms’: /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:1419:11: warning: variable ‘ecx’ set but not used [-Wunused-but-set-variable] int ecx; ^ /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c: In function ‘CorrectImageColourBrigthness’: /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:1930:7: warning: variable ‘edx’ set but not used [-Wunused-but-set-variable] int edx; ^ [ 4%] Building C object CMakeFiles/pano13.dir/correct.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/correct.c:33: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/correct.c: In function ‘correct’: /home/kaefert/src/libpano/libpano.hg/correct.c:305:17: warning: embedded ‘\0’ in format [-Wformat-contains-nul] fprintf(stderr, "PT correct "PROGRESS_VERSION" R==G\n" ); ^ /home/kaefert/src/libpano/libpano.hg/correct.c:333:17: warning: embedded ‘\0’ in format [-Wformat-contains-nul] fprintf(stderr, "PT correct "PROGRESS_VERSION" G==B\n" ); ^ /home/kaefert/src/libpano/libpano.hg/correct.c:362:17: warning: embedded ‘\0’ in format [-Wformat-contains-nul] fprintf(stderr, "PT correct "PROGRESS_VERSION" R==B\n" ); ^ /home/kaefert/src/libpano/libpano.hg/correct.c:390:17: warning: embedded ‘\0’ in format [-Wformat-contains-nul] fprintf(stderr, "PT correct "PROGRESS_VERSION" R!=G!=B\n" ); ^ /home/kaefert/src/libpano/libpano.hg/correct.c:427:13: warning: embedded ‘\0’ in format [-Wformat-contains-nul] fprintf(stderr, "PT correct "PROGRESS_VERSION" R==G==B\n" ); ^ [ 5%] Building C object CMakeFiles/pano13.dir/dump.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/dump.h:4, from /home/kaefert/src/libpano/libpano.hg/dump.c:31: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 5%] Building C object CMakeFiles/pano13.dir/fftn.c.o [ 6%] Building C object CMakeFiles/pano13.dir/file.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/file.c:55: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/file.c: In function ‘writeChannelData’: /home/kaefert/src/libpano/libpano.hg/file.c:1167:66: warning: variable ‘channels’ set but not used [-Wunused-but-set-variable] register unsigned int x, y, idx, idy, bpp, BitsPerChannel, channels; ^ /home/kaefert/src/libpano/libpano.hg/file.c: In function ‘writeTransparentAlpha’: /home/kaefert/src/libpano/libpano.hg/file.c:1253:32: warning: variable ‘bpp’ set but not used [-Wunused-but-set-variable] register unsigned int y, bpp, BitsPerChannel; ^ /home/kaefert/src/libpano/libpano.hg/file.c: In function ‘addLayer’: /home/kaefert/src/libpano/libpano.hg/file.c:1503:9: warning: pointer targets in passing argument 2 of ‘panoReadINT32’ differ in signedness [-Wpointer-sign] panoReadINT32( src, &nRect[i].top ); // Layer top ^ In file included from /home/kaefert/src/libpano/libpano.hg/file.c:55:0: /home/kaefert/src/libpano/libpano.hg/filter.h:1106:22: note: expected ‘uint32_t *’ but argument is of type ‘int32_t *’ PANO13_IMPEX Boolean panoReadINT32 (file_spec fnum, uint32_t *pLong ); ^ /home/kaefert/src/libpano/libpano.hg/file.c:1504:9: warning: pointer targets in passing argument 2 of ‘panoReadINT32’ differ in signedness [-Wpointer-sign] panoReadINT32( src, &nRect[i].left ); // Layer left ^ In file included from /home/kaefert/src/libpano/libpano.hg/file.c:55:0: /home/kaefert/src/libpano/libpano.hg/filter.h:1106:22: note: expected ‘uint32_t *’ but argument is of type ‘int32_t *’ PANO13_IMPEX Boolean panoReadINT32 (file_spec fnum, uint32_t *pLong ); ^ /home/kaefert/src/libpano/libpano.hg/file.c:1505:9: warning: pointer targets in passing argument 2 of ‘panoReadINT32’ differ in signedness [-Wpointer-sign] panoReadINT32( src, &nRect[i].bottom ); // Layer bottom ^ In file included from /home/kaefert/src/libpano/libpano.hg/file.c:55:0: /home/kaefert/src/libpano/libpano.hg/filter.h:1106:22: note: expected ‘uint32_t *’ but argument is of type ‘int32_t *’ PANO13_IMPEX Boolean panoReadINT32 (file_spec fnum, uint32_t *pLong ); ^ /home/kaefert/src/libpano/libpano.hg/file.c:1506:9: warning: pointer targets in passing argument 2 of ‘panoReadINT32’ differ in signedness [-Wpointer-sign] panoReadINT32( src, &nRect[i].right ); // Layer right ^ In file included from /home/kaefert/src/libpano/libpano.hg/file.c:55:0: /home/kaefert/src/libpano/libpano.hg/filter.h:1106:22: note: expected ‘uint32_t *’ but argument is of type ‘int32_t *’ PANO13_IMPEX Boolean panoReadINT32 (file_spec fnum, uint32_t *pLong ); ^ /home/kaefert/src/libpano/libpano.hg/file.c:1425:21: warning: variable ‘bpp’ set but not used [-Wunused-but-set-variable] int bpp, oddSized = 0, oddSizedOld = 0; ^ /home/kaefert/src/libpano/libpano.hg/file.c: In function ‘panoCreateLayeredPSD’: /home/kaefert/src/libpano/libpano.hg/file.c:1867:25: warning: unused variable ‘buf’ [-Wunused-variable] unsigned char **buf = NULL; ^ [ 7%] Building C object CMakeFiles/pano13.dir/filter.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/filter.c:23: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 8%] Building C object CMakeFiles/pano13.dir/fourier.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/fourier.c:20: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/fourier.c: In function ‘fconvolution’: /home/kaefert/src/libpano/libpano.hg/fourier.c:230:3: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *PRe, *PIm, 1, 1.0 ); ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c:241:3: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *Re, *Im, 1, 1.0 ); // forward transform; don't scale ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c:259:4: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *Re, *Im, -1, -1.0 ); // backward transform; scale by dim; ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c: In function ‘fwiener’: /home/kaefert/src/libpano/libpano.hg/fourier.c:325:3: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *d1, *d2, 1, 1.0 ); // Noise filtered image ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c:330:3: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *d3, *d4, 1, 1.0 ); // Noise in image ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c:349:3: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *d3, *d4, 1, 1.0 ); // H(w1,w2) ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c:386:3: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *d3, *d4, 1, 1.0 ); // v(w1,w2) ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c:404:4: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *d1, *d2, -1, -1.0 ); // backward transform; ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c: In function ‘fresize’: /home/kaefert/src/libpano/libpano.hg/fourier.c:815:3: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *Re, *Im, 1, -1.0 ); // forward transform; don't scale ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c:909:4: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dest_dims, *Re, *Im, -1, 1.0 ); // backward transform; scale by dim; ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ [ 8%] Building C object CMakeFiles/pano13.dir/hdrfile.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panotypes.h:15:0, from /home/kaefert/src/libpano/libpano.hg/rgbe.h:17, from /home/kaefert/src/libpano/libpano.hg/hdrfile.c:2: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 9%] Building C object CMakeFiles/pano13.dir/jpeg.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/jpeg.c:4: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 10%] Building C object CMakeFiles/pano13.dir/jpegicc.c.o [ 11%] Building C object CMakeFiles/pano13.dir/lmdif.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/lmdif.c:12: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 12%] Building C object CMakeFiles/pano13.dir/math.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/math.c:21: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/math.c: In function ‘erect_panini_general’: /home/kaefert/src/libpano/libpano.hg/math.c:1165:31: warning: variable ‘d’ set but not used [-Wunused-but-set-variable] double x, y, lambda, phi, d, distance; ^ /home/kaefert/src/libpano/libpano.hg/math.c: In function ‘panini_general_erect’: /home/kaefert/src/libpano/libpano.hg/math.c:1204:9: warning: variable ‘d’ set but not used [-Wunused-but-set-variable] double d; // >= 0 ^ /home/kaefert/src/libpano/libpano.hg/math.c: In function ‘erect_stereographic’: /home/kaefert/src/libpano/libpano.hg/math.c:1455:12: warning: variable ‘con’ set but not used [-Wunused-but-set-variable] double con; ^ [ 12%] Building C object CMakeFiles/pano13.dir/metadata.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/metadata.c:36: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 13%] Building C object CMakeFiles/pano13.dir/morpher.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/morpher.c:1: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 14%] Building C object CMakeFiles/pano13.dir/multilayer.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/multilayer.c:23: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 15%] Building C object CMakeFiles/pano13.dir/optimize.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/optimize.c:1: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 15%] Building C object CMakeFiles/pano13.dir/pan.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/pan.c:21: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 16%] Building C object CMakeFiles/pano13.dir/parser.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/parser.c:45: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/parser.c: In function ‘WriteResults’: /home/kaefert/src/libpano/libpano.hg/parser.c:1059:21: warning: too many arguments for format [-Wformat-extra-args] ); ^ /home/kaefert/src/libpano/libpano.hg/parser.c: In function ‘ReadPanoramaDescription’: /home/kaefert/src/libpano/libpano.hg/parser.c:2006:12: warning: unused variable ‘cropping’ [-Wunused-variable] int cropping = 0; ^ [ 17%] Building C object CMakeFiles/pano13.dir/perspect.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/perspect.c:20: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 18%] Building C object CMakeFiles/pano13.dir/png.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/png.c:1: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/png.c: In function ‘readPNG’: /home/kaefert/src/libpano/libpano.hg/png.c:212:38: warning: ‘dataSize’ may be used uninitialized in this function [-Wmaybe-uninitialized] im->data = (unsigned char**)mymalloc( (dataSize > im->dataSize ? dataSize : im->dataSize) ); ^ [ 18%] Building C object CMakeFiles/pano13.dir/ppm.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/ppm.c:23: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 19%] Building C object CMakeFiles/pano13.dir/PTcommon.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/PTcommon.c:30: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/PTcommon.c: In function ‘panoCreatePanorama’: /home/kaefert/src/libpano/libpano.hg/PTcommon.c:722:9: warning: variable ‘feather’ set but not used [-Wunused-but-set-variable] int feather = 0; ^ /home/kaefert/src/libpano/libpano.hg/PTcommon.c:698:9: warning: variable ‘panoProjection’ set but not used [-Wunused-but-set-variable] int panoProjection = 0; ^ [ 20%] Building C object CMakeFiles/pano13.dir/PTDialogs.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/PTDialogs.c:20: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 21%] Building C object CMakeFiles/pano13.dir/ptfeather.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/ptfeather.c:31: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/ptfeather.c: In function ‘panoFeatherImage’: /home/kaefert/src/libpano/libpano.hg/ptfeather.c:424:9: warning: variable ‘imageTopOffset’ set but not used [-Wunused-but-set-variable] int imageTopOffset; ^ [ 22%] Building C object CMakeFiles/pano13.dir/ptstitch.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/ptstitch.c:31: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 22%] Building C object CMakeFiles/pano13.dir/queryfeature.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/queryfeature.h:42, from /home/kaefert/src/libpano/libpano.hg/queryfeature.c:10: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 23%] Building C object CMakeFiles/pano13.dir/remap.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/remap.c:20: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 24%] Building C object CMakeFiles/pano13.dir/resample.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/resample.c:70: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/resample.c: In function ‘MyTransForm’: /home/kaefert/src/libpano/libpano.hg/resample.c:1479:39: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char* ptr = &(dest[ coeff ]); ^ /home/kaefert/src/libpano/libpano.hg/resample.c: In function ‘transForm_aa’: /home/kaefert/src/libpano/libpano.hg/resample.c:2480:39: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char* ptr = &(dest[ coeff ]); ^ /home/kaefert/src/libpano/libpano.hg/resample.c:1973:8: warning: variable ‘wrap_x’ set but not used [-Wunused-but-set-variable] int wrap_x = FALSE; ^ /home/kaefert/src/libpano/libpano.hg/resample.c:1971:11: warning: variable ‘n2’ set but not used [-Wunused-but-set-variable] int n, n2; // How many pixels should be used for interpolation ^ /home/kaefert/src/libpano/libpano.hg/resample.c:1968:24: warning: variable ‘SamplesPerPixel’ set but not used [-Wunused-but-set-variable] int FirstColorByte, SamplesPerPixel; ^ /home/kaefert/src/libpano/libpano.hg/resample.c:1958:8: warning: variable ‘miy2’ set but not used [-Wunused-but-set-variable] int miy2; ^ /home/kaefert/src/libpano/libpano.hg/resample.c:1956:8: warning: variable ‘mix2’ set but not used [-Wunused-but-set-variable] int mix2; ^ /home/kaefert/src/libpano/libpano.hg/resample.c: At top level: /home/kaefert/src/libpano/libpano.hg/resample.c:1796:15: warning: ‘Lanczos’ defined but not used [-Wunused-function] static double Lanczos(const double x,const double support) ^ [ 25%] Building C object CMakeFiles/pano13.dir/rgbe.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panotypes.h:15:0, from /home/kaefert/src/libpano/libpano.hg/rgbe.h:17, from /home/kaefert/src/libpano/libpano.hg/rgbe.c:9: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/rgbe.c: In function ‘RGBE_ReadHeader’: /home/kaefert/src/libpano/libpano.hg/rgbe.c:134:7: warning: variable ‘found_format’ set but not used [-Wunused-but-set-variable] int found_format; ^ [ 25%] Building C object CMakeFiles/pano13.dir/seamer.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/seamer.c:1: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ In file included from /home/kaefert/src/libpano/libpano.hg/seamer.c:23:0: /home/kaefert/src/libpano/libpano.hg/seamer_.c: In function ‘mergeAlpha8’: /home/kaefert/src/libpano/libpano.hg/seamer_.c:381:9: warning: variable ‘channels’ set but not used [-Wunused-but-set-variable] int channels, BitsPerChannel,bpp; ^ In file included from /home/kaefert/src/libpano/libpano.hg/seamer.c:42:0: /home/kaefert/src/libpano/libpano.hg/seamer_.c: In function ‘mergeAlpha16’: /home/kaefert/src/libpano/libpano.hg/seamer_.c:381:9: warning: variable ‘channels’ set but not used [-Wunused-but-set-variable] int channels, BitsPerChannel,bpp; ^ [ 26%] Building C object CMakeFiles/pano13.dir/sys_ansi.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/sys_ansi.h:23, from /home/kaefert/src/libpano/libpano.hg/sys_ansi.c:20: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 27%] Building C object CMakeFiles/pano13.dir/sys_compat_unix.c.o [ 28%] Building C object CMakeFiles/pano13.dir/sys_common.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panotypes.h:15:0, from /home/kaefert/src/libpano/libpano.hg/sys_common.c:20: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 28%] Building C object CMakeFiles/pano13.dir/tiff.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/tiff.c:26: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/tiff.c: In function ‘panoTiffWriteScanLineFullSize’: /home/kaefert/src/libpano/libpano.hg/tiff.c:797:9: warning: variable ‘bytesPerLine’ set but not used [-Wunused-but-set-variable] int bytesPerLine; ^ [ 29%] Building C object CMakeFiles/pano13.dir/Triangulate.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/Triangulate.c:20: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 30%] Building C object CMakeFiles/pano13.dir/ZComb.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/ZComb.c:29: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 31%] Building C object CMakeFiles/pano13.dir/PaniniGeneral.c.o Linking C shared library libpano13.so [ 31%] Built target pano13 Scanning dependencies of target pano13a [ 32%] Building C object CMakeFiles/pano13a.dir/javastub.c.o [ 32%] Building C object CMakeFiles/pano13a.dir/adjust.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/adjust.c:40: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 33%] Building C object CMakeFiles/pano13a.dir/bmp.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/bmp.c:1: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 34%] Building C object CMakeFiles/pano13a.dir/ColourBrightness.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:30: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c: In function ‘InitializeMagnolia’: /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:98:7: warning: variable ‘var04’ set but not used [-Wunused-but-set-variable] int var04; ^ /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c: In function ‘RemapPoint’: /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:156:7: warning: variable ‘tempInt’ set but not used [-Wunused-but-set-variable] int tempInt; ^ /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:152:7: warning: variable ‘var44’ set but not used [-Wunused-but-set-variable] int var44; ^ /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c: In function ‘OutputPhotoshopCurve’: /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:413:3: warning: implicit declaration of function ‘htons’ [-Wimplicit-function-declaration] shortValue = (uint16_t) htons(14); ^ /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c: In function ‘ColourBrightness’: /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:600:23: warning: variable ‘ptrHistograms’ set but not used [-Wunused-but-set-variable] histograms_struct * ptrHistograms; ^ /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c: In function ‘ReadHistograms’: /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:1419:11: warning: variable ‘ecx’ set but not used [-Wunused-but-set-variable] int ecx; ^ /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c: In function ‘CorrectImageColourBrigthness’: /home/kaefert/src/libpano/libpano.hg/ColourBrightness.c:1930:7: warning: variable ‘edx’ set but not used [-Wunused-but-set-variable] int edx; ^ [ 35%] Building C object CMakeFiles/pano13a.dir/correct.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/correct.c:33: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/correct.c: In function ‘correct’: /home/kaefert/src/libpano/libpano.hg/correct.c:305:17: warning: embedded ‘\0’ in format [-Wformat-contains-nul] fprintf(stderr, "PT correct "PROGRESS_VERSION" R==G\n" ); ^ /home/kaefert/src/libpano/libpano.hg/correct.c:333:17: warning: embedded ‘\0’ in format [-Wformat-contains-nul] fprintf(stderr, "PT correct "PROGRESS_VERSION" G==B\n" ); ^ /home/kaefert/src/libpano/libpano.hg/correct.c:362:17: warning: embedded ‘\0’ in format [-Wformat-contains-nul] fprintf(stderr, "PT correct "PROGRESS_VERSION" R==B\n" ); ^ /home/kaefert/src/libpano/libpano.hg/correct.c:390:17: warning: embedded ‘\0’ in format [-Wformat-contains-nul] fprintf(stderr, "PT correct "PROGRESS_VERSION" R!=G!=B\n" ); ^ /home/kaefert/src/libpano/libpano.hg/correct.c:427:13: warning: embedded ‘\0’ in format [-Wformat-contains-nul] fprintf(stderr, "PT correct "PROGRESS_VERSION" R==G==B\n" ); ^ [ 35%] Building C object CMakeFiles/pano13a.dir/dump.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/dump.h:4, from /home/kaefert/src/libpano/libpano.hg/dump.c:31: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 36%] Building C object CMakeFiles/pano13a.dir/fftn.c.o [ 37%] Building C object CMakeFiles/pano13a.dir/file.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/file.c:55: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/file.c: In function ‘writeChannelData’: /home/kaefert/src/libpano/libpano.hg/file.c:1167:66: warning: variable ‘channels’ set but not used [-Wunused-but-set-variable] register unsigned int x, y, idx, idy, bpp, BitsPerChannel, channels; ^ /home/kaefert/src/libpano/libpano.hg/file.c: In function ‘writeTransparentAlpha’: /home/kaefert/src/libpano/libpano.hg/file.c:1253:32: warning: variable ‘bpp’ set but not used [-Wunused-but-set-variable] register unsigned int y, bpp, BitsPerChannel; ^ /home/kaefert/src/libpano/libpano.hg/file.c: In function ‘addLayer’: /home/kaefert/src/libpano/libpano.hg/file.c:1503:9: warning: pointer targets in passing argument 2 of ‘panoReadINT32’ differ in signedness [-Wpointer-sign] panoReadINT32( src, &nRect[i].top ); // Layer top ^ In file included from /home/kaefert/src/libpano/libpano.hg/file.c:55:0: /home/kaefert/src/libpano/libpano.hg/filter.h:1106:22: note: expected ‘uint32_t *’ but argument is of type ‘int32_t *’ PANO13_IMPEX Boolean panoReadINT32 (file_spec fnum, uint32_t *pLong ); ^ /home/kaefert/src/libpano/libpano.hg/file.c:1504:9: warning: pointer targets in passing argument 2 of ‘panoReadINT32’ differ in signedness [-Wpointer-sign] panoReadINT32( src, &nRect[i].left ); // Layer left ^ In file included from /home/kaefert/src/libpano/libpano.hg/file.c:55:0: /home/kaefert/src/libpano/libpano.hg/filter.h:1106:22: note: expected ‘uint32_t *’ but argument is of type ‘int32_t *’ PANO13_IMPEX Boolean panoReadINT32 (file_spec fnum, uint32_t *pLong ); ^ /home/kaefert/src/libpano/libpano.hg/file.c:1505:9: warning: pointer targets in passing argument 2 of ‘panoReadINT32’ differ in signedness [-Wpointer-sign] panoReadINT32( src, &nRect[i].bottom ); // Layer bottom ^ In file included from /home/kaefert/src/libpano/libpano.hg/file.c:55:0: /home/kaefert/src/libpano/libpano.hg/filter.h:1106:22: note: expected ‘uint32_t *’ but argument is of type ‘int32_t *’ PANO13_IMPEX Boolean panoReadINT32 (file_spec fnum, uint32_t *pLong ); ^ /home/kaefert/src/libpano/libpano.hg/file.c:1506:9: warning: pointer targets in passing argument 2 of ‘panoReadINT32’ differ in signedness [-Wpointer-sign] panoReadINT32( src, &nRect[i].right ); // Layer right ^ In file included from /home/kaefert/src/libpano/libpano.hg/file.c:55:0: /home/kaefert/src/libpano/libpano.hg/filter.h:1106:22: note: expected ‘uint32_t *’ but argument is of type ‘int32_t *’ PANO13_IMPEX Boolean panoReadINT32 (file_spec fnum, uint32_t *pLong ); ^ /home/kaefert/src/libpano/libpano.hg/file.c:1425:21: warning: variable ‘bpp’ set but not used [-Wunused-but-set-variable] int bpp, oddSized = 0, oddSizedOld = 0; ^ /home/kaefert/src/libpano/libpano.hg/file.c: In function ‘panoCreateLayeredPSD’: /home/kaefert/src/libpano/libpano.hg/file.c:1867:25: warning: unused variable ‘buf’ [-Wunused-variable] unsigned char **buf = NULL; ^ [ 38%] Building C object CMakeFiles/pano13a.dir/filter.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/filter.c:23: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 38%] Building C object CMakeFiles/pano13a.dir/fourier.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/fourier.c:20: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/fourier.c: In function ‘fconvolution’: /home/kaefert/src/libpano/libpano.hg/fourier.c:230:3: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *PRe, *PIm, 1, 1.0 ); ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c:241:3: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *Re, *Im, 1, 1.0 ); // forward transform; don't scale ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c:259:4: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *Re, *Im, -1, -1.0 ); // backward transform; scale by dim; ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c: In function ‘fwiener’: /home/kaefert/src/libpano/libpano.hg/fourier.c:325:3: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *d1, *d2, 1, 1.0 ); // Noise filtered image ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c:330:3: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *d3, *d4, 1, 1.0 ); // Noise in image ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c:349:3: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *d3, *d4, 1, 1.0 ); // H(w1,w2) ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c:386:3: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *d3, *d4, 1, 1.0 ); // v(w1,w2) ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c:404:4: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *d1, *d2, -1, -1.0 ); // backward transform; ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c: In function ‘fresize’: /home/kaefert/src/libpano/libpano.hg/fourier.c:815:3: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dims, *Re, *Im, 1, -1.0 ); // forward transform; don't scale ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ /home/kaefert/src/libpano/libpano.hg/fourier.c:909:4: warning: pointer targets in passing argument 2 of ‘fftn’ differ in signedness [-Wpointer-sign] fftn (2, dest_dims, *Re, *Im, -1, 1.0 ); // backward transform; scale by dim; ^ In file included from /home/kaefert/src/libpano/libpano.hg/fourier.c:21:0: /home/kaefert/src/libpano/libpano.hg/fftn.h:96:15: note: expected ‘const unsigned int *’ but argument is of type ‘int *’ extern int fftn (int /* ndim */, ^ [ 39%] Building C object CMakeFiles/pano13a.dir/hdrfile.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panotypes.h:15:0, from /home/kaefert/src/libpano/libpano.hg/rgbe.h:17, from /home/kaefert/src/libpano/libpano.hg/hdrfile.c:2: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 40%] Building C object CMakeFiles/pano13a.dir/jpeg.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/jpeg.c:4: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 41%] Building C object CMakeFiles/pano13a.dir/jpegicc.c.o [ 42%] Building C object CMakeFiles/pano13a.dir/lmdif.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/lmdif.c:12: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 42%] Building C object CMakeFiles/pano13a.dir/math.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/math.c:21: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/math.c: In function ‘erect_panini_general’: /home/kaefert/src/libpano/libpano.hg/math.c:1165:31: warning: variable ‘d’ set but not used [-Wunused-but-set-variable] double x, y, lambda, phi, d, distance; ^ /home/kaefert/src/libpano/libpano.hg/math.c: In function ‘panini_general_erect’: /home/kaefert/src/libpano/libpano.hg/math.c:1204:9: warning: variable ‘d’ set but not used [-Wunused-but-set-variable] double d; // >= 0 ^ /home/kaefert/src/libpano/libpano.hg/math.c: In function ‘erect_stereographic’: /home/kaefert/src/libpano/libpano.hg/math.c:1455:12: warning: variable ‘con’ set but not used [-Wunused-but-set-variable] double con; ^ [ 43%] Building C object CMakeFiles/pano13a.dir/metadata.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/metadata.c:36: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 44%] Building C object CMakeFiles/pano13a.dir/morpher.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/morpher.c:1: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 45%] Building C object CMakeFiles/pano13a.dir/multilayer.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/multilayer.c:23: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 45%] Building C object CMakeFiles/pano13a.dir/optimize.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/optimize.c:1: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 46%] Building C object CMakeFiles/pano13a.dir/pan.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/pan.c:21: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 47%] Building C object CMakeFiles/pano13a.dir/parser.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/parser.c:45: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/parser.c: In function ‘WriteResults’: /home/kaefert/src/libpano/libpano.hg/parser.c:1059:21: warning: too many arguments for format [-Wformat-extra-args] ); ^ /home/kaefert/src/libpano/libpano.hg/parser.c: In function ‘ReadPanoramaDescription’: /home/kaefert/src/libpano/libpano.hg/parser.c:2006:12: warning: unused variable ‘cropping’ [-Wunused-variable] int cropping = 0; ^ [ 48%] Building C object CMakeFiles/pano13a.dir/perspect.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/perspect.c:20: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 48%] Building C object CMakeFiles/pano13a.dir/png.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/png.c:1: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/png.c: In function ‘readPNG’: /home/kaefert/src/libpano/libpano.hg/png.c:212:38: warning: ‘dataSize’ may be used uninitialized in this function [-Wmaybe-uninitialized] im->data = (unsigned char**)mymalloc( (dataSize > im->dataSize ? dataSize : im->dataSize) ); ^ [ 49%] Building C object CMakeFiles/pano13a.dir/ppm.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/ppm.c:23: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 50%] Building C object CMakeFiles/pano13a.dir/PTcommon.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/PTcommon.c:30: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/PTcommon.c: In function ‘panoCreatePanorama’: /home/kaefert/src/libpano/libpano.hg/PTcommon.c:722:9: warning: variable ‘feather’ set but not used [-Wunused-but-set-variable] int feather = 0; ^ /home/kaefert/src/libpano/libpano.hg/PTcommon.c:698:9: warning: variable ‘panoProjection’ set but not used [-Wunused-but-set-variable] int panoProjection = 0; ^ [ 51%] Building C object CMakeFiles/pano13a.dir/PTDialogs.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/PTDialogs.c:20: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 52%] Building C object CMakeFiles/pano13a.dir/ptfeather.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/ptfeather.c:31: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/ptfeather.c: In function ‘panoFeatherImage’: /home/kaefert/src/libpano/libpano.hg/ptfeather.c:424:9: warning: variable ‘imageTopOffset’ set but not used [-Wunused-but-set-variable] int imageTopOffset; ^ [ 52%] Building C object CMakeFiles/pano13a.dir/ptstitch.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/ptstitch.c:31: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 53%] Building C object CMakeFiles/pano13a.dir/queryfeature.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/queryfeature.h:42, from /home/kaefert/src/libpano/libpano.hg/queryfeature.c:10: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 54%] Building C object CMakeFiles/pano13a.dir/remap.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/remap.c:20: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 55%] Building C object CMakeFiles/pano13a.dir/resample.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/resample.c:70: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/resample.c: In function ‘MyTransForm’: /home/kaefert/src/libpano/libpano.hg/resample.c:1479:39: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char* ptr = &(dest[ coeff ]); ^ /home/kaefert/src/libpano/libpano.hg/resample.c: In function ‘transForm_aa’: /home/kaefert/src/libpano/libpano.hg/resample.c:2480:39: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char* ptr = &(dest[ coeff ]); ^ /home/kaefert/src/libpano/libpano.hg/resample.c:1973:8: warning: variable ‘wrap_x’ set but not used [-Wunused-but-set-variable] int wrap_x = FALSE; ^ /home/kaefert/src/libpano/libpano.hg/resample.c:1971:11: warning: variable ‘n2’ set but not used [-Wunused-but-set-variable] int n, n2; // How many pixels should be used for interpolation ^ /home/kaefert/src/libpano/libpano.hg/resample.c:1968:24: warning: variable ‘SamplesPerPixel’ set but not used [-Wunused-but-set-variable] int FirstColorByte, SamplesPerPixel; ^ /home/kaefert/src/libpano/libpano.hg/resample.c:1958:8: warning: variable ‘miy2’ set but not used [-Wunused-but-set-variable] int miy2; ^ /home/kaefert/src/libpano/libpano.hg/resample.c:1956:8: warning: variable ‘mix2’ set but not used [-Wunused-but-set-variable] int mix2; ^ /home/kaefert/src/libpano/libpano.hg/resample.c: At top level: /home/kaefert/src/libpano/libpano.hg/resample.c:1796:15: warning: ‘Lanczos’ defined but not used [-Wunused-function] static double Lanczos(const double x,const double support) ^ [ 55%] Building C object CMakeFiles/pano13a.dir/rgbe.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panotypes.h:15:0, from /home/kaefert/src/libpano/libpano.hg/rgbe.h:17, from /home/kaefert/src/libpano/libpano.hg/rgbe.c:9: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/rgbe.c: In function ‘RGBE_ReadHeader’: /home/kaefert/src/libpano/libpano.hg/rgbe.c:134:7: warning: variable ‘found_format’ set but not used [-Wunused-but-set-variable] int found_format; ^ [ 56%] Building C object CMakeFiles/pano13a.dir/seamer.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/seamer.c:1: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ In file included from /home/kaefert/src/libpano/libpano.hg/seamer.c:23:0: /home/kaefert/src/libpano/libpano.hg/seamer_.c: In function ‘mergeAlpha8’: /home/kaefert/src/libpano/libpano.hg/seamer_.c:381:9: warning: variable ‘channels’ set but not used [-Wunused-but-set-variable] int channels, BitsPerChannel,bpp; ^ In file included from /home/kaefert/src/libpano/libpano.hg/seamer.c:42:0: /home/kaefert/src/libpano/libpano.hg/seamer_.c: In function ‘mergeAlpha16’: /home/kaefert/src/libpano/libpano.hg/seamer_.c:381:9: warning: variable ‘channels’ set but not used [-Wunused-but-set-variable] int channels, BitsPerChannel,bpp; ^ [ 57%] Building C object CMakeFiles/pano13a.dir/sys_ansi.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/sys_ansi.h:23, from /home/kaefert/src/libpano/libpano.hg/sys_ansi.c:20: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 58%] Building C object CMakeFiles/pano13a.dir/sys_compat_unix.c.o [ 58%] Building C object CMakeFiles/pano13a.dir/sys_common.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panotypes.h:15:0, from /home/kaefert/src/libpano/libpano.hg/sys_common.c:20: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 59%] Building C object CMakeFiles/pano13a.dir/tiff.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/tiff.c:26: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/tiff.c: In function ‘panoTiffWriteScanLineFullSize’: /home/kaefert/src/libpano/libpano.hg/tiff.c:797:9: warning: variable ‘bytesPerLine’ set but not used [-Wunused-but-set-variable] int bytesPerLine; ^ [ 60%] Building C object CMakeFiles/pano13a.dir/Triangulate.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/Triangulate.c:20: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 61%] Building C object CMakeFiles/pano13a.dir/ZComb.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/ZComb.c:29: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ [ 62%] Building C object CMakeFiles/pano13a.dir/PaniniGeneral.c.o Linking C static library libpano13.a [ 62%] Built target pano13a Scanning dependencies of target PTblender [ 62%] Building C object tools/CMakeFiles/PTblender.dir/PTblender.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/tools/PTblender.c:45: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/tools/PTblender.c: In function ‘main’: /home/kaefert/src/libpano/libpano.hg/tools/PTblender.c:78:9: warning: variable ‘counter’ set but not used [-Wunused-but-set-variable] int counter; ^ Linking C executable PTblender [ 62%] Built target PTblender Scanning dependencies of target PTcrop [ 63%] Building C object tools/CMakeFiles/PTcrop.dir/PTcrop.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/tools/PTcrop.c:55: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ Linking C executable PTcrop [ 63%] Built target PTcrop Scanning dependencies of target PTinfo [ 64%] Building C object tools/CMakeFiles/PTinfo.dir/PTinfo.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/tools/PTinfo.c:44: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ Linking C executable PTinfo [ 64%] Built target PTinfo Scanning dependencies of target PTmasker [ 65%] Building C object tools/CMakeFiles/PTmasker.dir/PTmasker.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/tools/PTmasker.c:45: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/tools/PTmasker.c: In function ‘main’: /home/kaefert/src/libpano/libpano.hg/tools/PTmasker.c:90:9: warning: variable ‘counter’ set but not used [-Wunused-but-set-variable] int counter; ^ Linking C executable PTmasker [ 65%] Built target PTmasker Scanning dependencies of target PTmender [ 65%] Building C object tools/CMakeFiles/PTmender.dir/PTmender.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/tools/PTmender.c:46: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ Linking C executable PTmender [ 65%] Built target PTmender Scanning dependencies of target PToptimizer [ 66%] Building C object tools/CMakeFiles/PToptimizer.dir/PToptimizer.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/tools/PToptimizer.c:29: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ Linking C executable PToptimizer [ 66%] Built target PToptimizer Scanning dependencies of target PTroller [ 67%] Building C object tools/CMakeFiles/PTroller.dir/PTroller.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/tools/PTroller.c:43: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/tools/PTroller.c: In function ‘main’: /home/kaefert/src/libpano/libpano.hg/tools/PTroller.c:69:9: warning: variable ‘counter’ set but not used [-Wunused-but-set-variable] int counter; ^ Linking C executable PTroller [ 67%] Built target PTroller Scanning dependencies of target PTtiff2psd [ 68%] Building C object tools/CMakeFiles/PTtiff2psd.dir/PTtiff2psd.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/filter.h:31, from /home/kaefert/src/libpano/libpano.hg/tools/PTtiff2psd.c:46: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/tools/PTtiff2psd.c: In function ‘main’: /home/kaefert/src/libpano/libpano.hg/tools/PTtiff2psd.c:76:9: warning: variable ‘counter’ set but not used [-Wunused-but-set-variable] int counter; ^ Linking C executable PTtiff2psd [ 68%] Built target PTtiff2psd Scanning dependencies of target PTtiffdump [ 68%] Building C object tools/CMakeFiles/PTtiffdump.dir/PTtiffdump.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/tools/PTtiffdump.c:47: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ /home/kaefert/src/libpano/libpano.hg/tools/PTtiffdump.c: In function ‘main’: /home/kaefert/src/libpano/libpano.hg/tools/PTtiffdump.c:78:7: warning: variable ‘overwrite’ set but not used [-Wunused-but-set-variable] int overwrite = 0; ^ Linking C executable PTtiffdump [ 68%] Built target PTtiffdump Scanning dependencies of target PTuncrop [ 69%] Building C object tools/CMakeFiles/PTuncrop.dir/PTuncrop.c.o In file included from /home/kaefert/src/libpano/libpano.hg/panorama.h:35:0, from /home/kaefert/src/libpano/libpano.hg/PTcommon.h:34, from /home/kaefert/src/libpano/libpano.hg/tools/PTuncrop.c:36: /home/kaefert/src/libpano/libpano.hg/pt_stdint.h:7:1: warning: "/*" within comment [-Wcomment] /* pt_stdint.h */ ^ Linking C executable PTuncrop [ 69%] Built target PTuncrop Scanning dependencies of target tools [ 69%] Built target tools Scanning dependencies of target test1 [ 69%] Generating 051221_6055_750.jpg [ 70%] Generating 051221_6054_750.jpg [ 71%] Generating reference/tiff_none.tif [ 72%] Generating reference/psd_no_mask.psd [ 72%] Generating reference/psd.psd [ 73%] Generating reference/tiff_deflate.tif [ 74%] Generating reference/tiff_m0000.tif [ 75%] Generating reference/tiff_m_cropped0000.tif [ 75%] Generating reference/tiff_m_cropped0001.tif [ 76%] Generating reference/tiff_m_uncropped0001.tif [ 77%] Generating reference/tiff_m_uncropped0000.tif [ 78%] Generating reference/tiff_m0001.tif [ 79%] Generating reference/psd_mask.psd [ 79%] Generating reference/tiff_mask0000.tif [ 80%] Generating reference/jpeg.jpg [ 81%] Generating reference/tiff_lzw.tif [ 82%] Generating reference/Makefile.am [ 82%] Generating reference/tiff_mask0001.tif [ 83%] Generating reference/.cvsignore [ 83%] Built target test1 Scanning dependencies of target test2 [ 84%] Generating 060520_3398.TIF [ 85%] Generating reference/tiff_none.tif [ 85%] Generating reference/psd_no_mask.psd [ 86%] Generating reference/psd.psd [ 87%] Generating reference/tiff_deflate.tif [ 88%] Generating reference/tiff_m0000.tif [ 89%] Generating reference/tiff_m_cropped0000.tif [ 89%] Generating reference/tiff_m_uncropped0000.tif [ 90%] Generating reference/psd_mask.psd [ 91%] Generating reference/tiff_mask0000.tif [ 92%] Generating reference/jpeg.jpg [ 92%] Generating reference/tiff_lzw.tif [ 93%] Generating reference/Makefile.am [ 94%] Generating reference/.cvsignore [ 94%] Built target test2 Scanning dependencies of target test3 [ 95%] Generating reference/simpleStitch_uncrop_2_layer.psd [ 95%] Generating reference/simpleStitch_crop_1_layer.psd [ 96%] Generating reference/simpleStitch_crop_2_layer.psd [ 97%] Generating reference/simpleTiff16-16-_uncrop_2_layer.psd [ 98%] Generating reference/simpleStitch_uncrop_1_layer.psd [100%] Generating reference/simpleTiff16-16-_uncrop_1_layer.psd [100%] Built target test3 Run CPack packaging tool... CPack: Create package using DEB CPack: Install projects CPack: - Run preinstall target for: libpano13 CPack: - Install project: libpano13 CPack: Create package CPackDeb: - Generating dependency list CPack: - package: /home/kaefert/src/libpano/libpano.build/libpano13-2.9.19-789hg-Linux.deb generated. kaefert@ultrablech ~/src/libpano/libpano.build $