Building windows demo - cannot open X11.lib
Posted: 2015-03-28T13:46:33-07:00
Downloaded and installed ImageMagick-6.9.1-0-Q8-x64-dll.exe
Checked "Install development headers and libraries for C and C++".
Installed fine, and "convert --version" gives:
If I open (as administrator) "C:\Program Files\ImageMagick-6.9.0-Q8\Magick++_Demo\Magick++_Demo.dsw" in Visual Studio 2013 and let it convert to the new VS format, it converts fine.
But, then, when I try to compile I get:
Searching my entire hard drive shows X11.lib is not on my system. Is this supposed to come with the ImageMagick Windows binary installation? Or, do I need to get it elsewhere? If so, where do I get it? I see Cygwin has a X11.dll, but I am NOT using Cygwin. (But, I can install it if that's the one needed...)
Checked "Install development headers and libraries for C and C++".
Installed fine, and "convert --version" gives:
Code: Select all
Version: ImageMagick 6.9.0-10 Q8 x64 2015-02-28 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: DPC Modules OpenMP
Delegates (built-in): bzlib cairo freetype jbig jng jp2 jpeg lcms lqr openexr pangocairo png ps rsvg tiff webp xml zlib
But, then, when I try to compile I get:
Code: Select all
1>LINK : fatal error LNK1181: cannot open input file 'X11.lib'