building MATLAB jpeg toolbox with libjpeg8d
问题 This question is related to another question I asked here: Error reading image using jpeg_read from Matlab's jpeg toolbox I've been trying to compile the jpeg toolbox under Windows 7 (using the commands Shai provided in the answer to the question I posted), but I get the following error: jpeg_read.c(52) : fatal error C1083: Cannot open include file: 'jerror.h': No such file or directory which I believe happened because I haven't built libjpeg. I tried to build libjpeg6b like jpegtoolbox's