Excerpts from Stephen Kitt's message of Thu Mar 29 19:51:21 +0200 2012:
> On Thu, Mar 29, 2012 at 03:39:37PM +0200, Michal Suchanek wrote:
> > I used this command:
> > 
> > svn co https://tigervnc.svn.sourceforge.net/svnroot/tigervnc tigervnc
> > mkdir tigerbin
> > cd tigerbin
> > CC=i686-w64-mingw32-gcc \
> >    CXX=i686-w64-mingw32-g++ \
> >    RC=i686-w64-mingw32-windres \
> >    AR=i686-w64-mingw32-ar \
> >    RANLIB=i686-w64-mingw32-ranlib \
> >    cmake -G "Unix Makefiles" -DCMAKE_SYSTEM_NAME=Windows \
> >    ../tigervnc/trunk && \
> >    make
> 
> Thanks. Did you set up a JPEG library for tigervnc? When I run the
> above I get
> 
> CMake Error at 
> /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
>   Could NOT find JPEG (missing: JPEG_LIBRARY)
> Call Stack (most recent call first):
>   /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 
> (_FPHSA_FAILURE_MESSAGE)
>   /usr/share/cmake-2.8/Modules/FindJPEG.cmake:31 
> (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
>   CMakeLists.txt:205 (find_package)
> 
> (I know how to point the build to an appropriate JPEG library, I'd
> just like to make sure I attempt the build in exactly the same way you
> did.)

When I specify a libjpeg the problem does not occur.

This is a cmake or cmake scripting problem. It includes
/usr/include in the include path leading to this error.

Thanks

Michal



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to