I know this issue has been discussed already but my compiling of rimage fails: ... checking for stdint.h... yes checking for unistd.h... yes checking fftw.h usability... yes checking fftw.h presence... yes checking for fftw.h... yes checking jpeglib.h usability... no checking jpeglib.h presence... no checking for jpeglib.h... no configure: error: Sorry, can't find jpeglib header ERROR: configuration failed for package 'rimage'
I have libjpeg (6b-16) installed through fink. The library files are in "/sw/lib" & the jpeglib.h header file is in "/sw/include" I have used sudo ln -s to make symbolic links to the library files and the header file in "/usr/local/lib" & "/usr/local/include" I also made a symbolic link in "/usr/include" What other headers are missing that are installed by the libjpeg- devel-6b-16 package? Is it jconfig.h and jmorecfg.h? Is this devel package only avail through rpm? Do I need to delete my current libjpeg installation before installing the devel version? Sorry, this is turning into more of a libjpeg question than an R question!! James Ackman, Ph.D. Institut de Neurobiologie de la Méditerranée INSERM U29 Parc Scientifique de Luminy, BP 13 13009 Marseille France [[alternative HTML version deleted]]
______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.