* checking for working latex ... OK
* using log directory 'd:/Rcompile/CRANpkg/check/1.8/rimage.Rcheck'
* checking for file 'rimage/DESCRIPTION' ... OK
* checking if this is a source package ... OK



---------- Making package rimage ------------

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************

  adding build stamp to DESCRIPTION
  making DLL ...
making fftw_access_func.d from fftw_access_func.c
making jpegio.d from jpegio.c
making laplacian.d from laplacian.c
making smooth.d from smooth.c
making sobel.d from sobel.c
making equalize.d from equalize.cpp
making freqfilters.d from freqfilters.cpp
making interface.d from interface.cpp
making matrix.d from matrix.cpp
gcc  -O2 -I. -Id:/Rcompile/recent/R-1.8.1/src/include -Wall -O2   -c fftw_access_func.c -o fftw_access_func.o
fftw_access_func.c: In function `fftw_access_func':
fftw_access_func.c:19: warning: unused variable `f'
fftw_access_func.c:23: warning: unused variable `im'
fftw_access_func.c:23: warning: unused variable `re'
gcc  -O2 -I. -Id:/Rcompile/recent/R-1.8.1/src/include -Wall -O2   -c jpegio.c -o jpegio.o
jpegio.c: In function `read_JPEG_file':
jpegio.c:103: warning: dereferencing type-punned pointer will break strict-aliasing rules
gcc  -O2 -I. -Id:/Rcompile/recent/R-1.8.1/src/include -Wall -O2   -c laplacian.c -o laplacian.o
laplacian.c: In function `laplacian':
laplacian.c:14: warning: implicit declaration of function `clearFrame'
laplacian.c:13: warning: unused variable `val'
gcc  -O2 -I. -Id:/Rcompile/recent/R-1.8.1/src/include -Wall -O2   -c smooth.c -o smooth.o
gcc  -O2 -I. -Id:/Rcompile/recent/R-1.8.1/src/include -Wall -O2   -c sobel.c -o sobel.o
g++  -O2 -I. -Id:/Rcompile/recent/R-1.8.1/src/include -Wall -O2   -c equalize.cpp -o equalize.o
equalize.cpp: In function `Matrix& computeEqualization(Matrix&)':
equalize.cpp:69: warning: comparison between signed and unsigned integer 
   expressions
g++  -O2 -I. -Id:/Rcompile/recent/R-1.8.1/src/include -Wall -O2   -c freqfilters.cpp -o freqfilters.o
g++  -O2 -I. -Id:/Rcompile/recent/R-1.8.1/src/include -Wall -O2   -c interface.cpp -o interface.o
g++  -O2 -I. -Id:/Rcompile/recent/R-1.8.1/src/include -Wall -O2   -c matrix.cpp -o matrix.o
matrix.cpp: In member function `void Matrix::removeRow(int)':
matrix.cpp:95: warning: comparison between signed and unsigned integer 
   expressions
ar cr rimage.a *.o
ranlib rimage.a
windres --include-dir d:/Rcompile/recent/R-1.8.1/src/include  -i rimage_res.rc -o rimage_res.o
g++  --shared -s  -o rimage.dll rimage.def rimage.a rimage_res.o  -Ld:/Rcompile/recent/R-1.8.1/src/gnuwin32 libfftw.a libjpeg.a -lg2c -lR 
  ... DLL made
  installing DLL
  installing R files
  installing data files
  installing man source files
  installing indices
  not zipping data
  installing help
 >>> Building/Updating help pages for package 'rimage'
     Formats: text html latex example 
  cat                               text    html    latex   example
  clipping                          text    html    latex   example
  equalize                          text    html    latex   example
  fftImg                            text    html    latex   example
  fftw                              text    html    latex
  highpass                          text    html    latex   example
  imageType                         text    html    latex   example
  imagematrix                       text    html    latex   example
  laplacian                         text    html    latex   example
  logo                              text    html    latex   example
  lowpass                           text    html    latex   example
  meanImg                           text    html    latex   example
  minImg                            text    html    latex   example
  normalize                         text    html    latex   example
  plot.imagematrix                  text    html    latex   example
  print.imagematrix                 text    html    latex   example
  read.jpeg                         text    html    latex   example
  rgb2grey                          text    html    latex   example
  sobel                             text    html    latex   example
  sobel.h                           text    html    latex   example
  sobel.v                           text    html    latex   example
  thresholding                      text    html    latex   example
 >>> Building/Updating help pages for package 'rimage'
     Formats: chm 
  cat                                                               chm
  clipping                                                          chm
  equalize                                                          chm
  fftImg                                                            chm
  fftw                                                              chm
  highpass                                                          chm
  imageType                                                         chm
  imagematrix                                                       chm
  laplacian                                                         chm
  logo                                                              chm
  lowpass                                                           chm
  meanImg                                                           chm
  minImg                                                            chm
  normalize                                                         chm
  plot.imagematrix                                                  chm
  print.imagematrix                                                 chm
  read.jpeg                                                         chm
  rgb2grey                                                          chm
  sobel                                                             chm
  sobel.h                                                           chm
  sobel.v                                                           chm
  thresholding                                                      chm
Microsoft HTML Help Compiler 4.74.8702

Compiling d:\Rcompile\CRANpkg\check\1.8\rimage\chm\rimage.chm


Compile time: 0 minutes, 2 seconds
23	Topics
65	Local links
2	Internet links
1	Graphic


Created d:\Rcompile\CRANpkg\check\1.8\rimage\chm\rimage.chm, 32,737 bytes
Compression decreased file by 16,416 bytes.
  adding MD5 sums

installing R.css in d:/Rcompile/CRANpkg/check/1.8/rimage.Rcheck

* checking package directory ... OK
* checking for portable file names ... OK
* checking DESCRIPTION meta-information ... OK
* checking package dependencies ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for syntax errors ... OK
* checking R files for library.dynam ... OK
* checking S3 generic/method consistency ... OK
* checking for replacement functions with final arg not named 'value' ... OK
* checking Rd files ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking for CRLF line endings in C sources/headers ... OK
* creating rimage-Ex.R ... OK
* checking examples ... OK
* creating rimage-manual.tex ... OK
* checking rimage-manual.tex ... OK


