Re: Pre-built libraries/examples for Windows?
Paul Hudson <phuds...@...>
Yes, 1.0.1.
toggle quoted message
Show quoted text
1.) I saw errors that patch is not a recognized program. (As Colin mentioned I downloaded cygwin and put it on the path). 2.) Finding the OCIO_USE_BOOST_PTR Cmake setting cleared out a lot of these errors: \OpenColorIO_out\export\OpenColorABI.h(63) : fatal error C1189: #error : OCIO needs gcc 4 or later to get access to <tr1/memory> (or specify USE_BOOST_PTR instead) 3.) Even though I turned on the OCIO_USE_BOOST_PTR, a few projects (ociocheck, ocioconvert, ociodisplay, ociobakelut) did not have the Boost include directory added to their additional includes 4.) The LCMS-configure.rule had '.\configure' instead of 'configure'. However once it was able to run configure, it errors stating: 3>Unknown option --prefix=C:/dev/src/OpenColorIO/build/ext/dist 3>Usage: configure [-buildkey <key>] 3> [-release] [-debug] [-debug-and-release] [-shared] [-static] 3> [-no-fast] [-fast] [-no-exceptions] [-exceptions] 3> [-no-accessibility] [-accessibility] [-no-rtti] [-rtti] 3> [-no-stl] [-stl] [-no-sql-<driver>] [-qt-sql-<driver>] 3> [-plugin-sql-<driver>] [-system-sqlite] [-arch <arch>] 3> [-D <define>] [-I <includepath>] [-L <librarypath>] 3> [-help] [-no-dsp] [-dsp] [-no-vcproj] [-vcproj] 3> [-no-qmake] [-qmake] [-dont-process] [-process] 3> [-no-style-<style>] [-qt-style-<style>] [-redo] 3> [-saveconfig <config>] [-loadconfig <config>] 3> [-qt-zlib] [-system-zlib] [-no-gif] [-qt-gif] [-no-libpng] 3> [-qt-libpng] [-system-libpng] [-no-libtiff] [-qt-libtiff] 3> [-system-libtiff] [-no-libjpeg] [-qt-libjpeg] [-system- libjpeg] 3> [-no-libmng] [-qt-libmng] [-system-libmng] [-no-qt3support] [- mmx] 3> [-no-mmx] [-3dnow] [-no-3dnow] [-sse] [-no-sse] [-sse2] [-no- sse2] 3> [-no-iwmmxt] [-iwmmxt] [-openssl] [-openssl-linked] 3> [-no-openssl] [-no-dbus] [-dbus] [-dbus-linked] [-platform <spec>] 3> [-qtnamespace <namespace>] [-qtlibinfix <infix>] [-no-phonon] 3> [-phonon] [-no-phonon-backend] [-phonon-backend] 3> [-no-multimedia] [-multimedia] [-no-audio-backend] [-audio- backend] 3> [-no-script] [-script] [-no-scripttools] [-scripttools] 3> [-no-webkit] [-webkit] [-webkit-debug] [-graphicssystem 3> raster|opengl|openvg] 5.) LINK error 'dl.lib'. Is this against Python? 11>------ Build started: Project: NukeOCIOLookTransform, Configuration: Release x64 ------ 12>------ Build started: Project: NukeOCIOLogConvert, Configuration: Release x64 ------ 13>------ Build started: Project: NukeOCIODisplay, Configuration: Release x64 ------ 11>Compiling... 12>Compiling... 13>Compiling... 5>main.cpp 6>LINK : fatal error LNK1181: cannot open input file 'dl.lib' That's where I'm at currently. Thanks for your help, Paul On Nov 8, 1:47 pm, Jeremy Selan <jeremy...@...> wrote:
As far as I know,Windowsshould be building right out of the box. I |
|