Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
/MyFolder/main.cpp:8: error: 'jpeg_read_image' was not declared in this scope |
IDE: Qt Creator 1.3.1
Project type: Qt4 Console Application
Selected required modules: QtCore
Boost version: 1.42.0
The following code caused the error:
#include <boost/gil/gil_all.hpp> |
The following project file was used:
#------------------------------------------------- |
Unknown. Feel encouraged to contact me if you know the solution.
#include <boost/gil/gil_all.hpp> |
For me, this resulted in the compile error jpeglib.h: No such file or directory.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.