Hi Larry, Apologies if I'm double-posting, but we had some email issues last week,..unsure if these made it thru to you.. Thank you,
From: Jim Polk Sent: Friday, November 01, 2013 4:28 PM To: 'OpenImageIO developers' Subject: RE: [Oiio-dev] which boost ? Howdy, Using cmake-gui to try to compile OiiO.... (btw, I find I'm spending a LOT of time settting up various path definitions,... I hit "configure", add more path definitions, over and over,..making progress, but slowly...) In the cmake-gui results window,...I'm getting a Boost python support not found -- will not build python components! Is this because over in my boost lib directory (C:\Program Files\boost\lib)..out of the 60-70 .libs/.dll's there, there's no file with "python" in its name...(Using Boost 1.50 from SourceForge, Boost-1.50.0-vs2010-x64.exe) Also getting one error like this: Could NOT find Qt4 (missing: QT_MOC_EXECUTABLE) (found version "4.7.1") No Qt4 -- skipping components that need Qt4. I've defined all the paths to normal QT DLL's...I'm pretty familiar with Qt and PyQt, but I can't remember any entity associated with the letters "MOC"... Any suggestions about that? Below is a snippet of output from CMake-gui,... Are all the unfound items considered mandatory or optional dependencies ? Do I need to also compile OpenColorIO ? in order to arrive at a compiled OpenImageIO ? More generally speaking,...have there been many (or any) successful Windows builds of OiiO ? If so,...has that been recent?.... Thank you, Jim #================================================================ Boost version: 1.50.0 Found the following Boost libraries: filesystem regex system thread Boost found TRUE Boost version 105000 Boost include dirs C:/Program Files/boost/include Boost library dirs C:/Program Files/boost/lib Boost libraries optimized;C:/Program Files/boost/lib/boost_filesystem-vc100-mt-1_50.lib;debug;C:/Program Files/boost/lib/boost_filesystem-vc100-mt-gd-1_50.lib;optimized;C:/Program Files/boost/lib/boost_regex-vc100-mt-1_50.lib;debug;C:/Program Files/boost/lib/boost_regex-vc100-mt-gd-1_50.lib;optimized;C:/Program Files/boost/lib/boost_system-vc100-mt-1_50.lib;debug;C:/Program Files/boost/lib/boost_system-vc100-mt-gd-1_50.lib;optimized;C:/Program Files/boost/lib/boost_thread-vc100-mt-1_50.lib;debug;C:/Program Files/boost/lib/boost_thread-vc100-mt-gd-1_50.lib Boost_python_FOUND OFF Boost python support not found -- will not build python components! OPENGL_FOUND=TRUE USE_OPENGL=ON OCIO not found. Specify OCIO_PATH to locate it Skipping OpenColorIO support Could NOT find Qt4 (missing: QT_MOC_EXECUTABLE) (found version "4.7.1") No Qt4 -- skipping components that need Qt4. GLEW includes = //rghs/fac/pipeline/P4/jp/ws/jp_rghs_la_pipeline_9158/fac/apps/openImage/OIIO/external/dist/windows/glew-1.5.1/include GLEW library = //rghs/fac/pipeline/P4/jp/ws/jp_rghs_la_pipeline_9158/fac/apps/openImage/OIIO/external/dist/windows/glew-1.5.1/lib/glew.lib Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS) HDF5_FOUND=FALSE HDF5_INCLUDE_DIRS=HDF5_CXX_INCLUDE_DIR-NOTFOUND HDF5_C_LIBRARIES= HDF5_CXX_LIBRARIES= HDF5_LIBRARIES=HDF5_hdf5_cpp_LIBRARY_RELEASE-NOTFOUND;HDF5_hdf5_LIBRARY_RELEASE-NOTFOUND HDF5_LIBRARY_DIRS= Field3d will not be used WEBP_HOME= WebP library not found OpenCV library not found Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS) Freetype library not found Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR) Skipping OpenSSL support Field3D plugin will not be built WebP plugin will not be built Setting SOVERSION to: 1.2 WARNING: No QT/OpenGL -- 'iv' will not be built! From: Jim Polk Sent: Thursday, October 31, 2013 12:36 PM To: OpenImageIO developers Subject: RE: [Oiio-dev] which boost ? Sorry, forgot to add,...Do I need to also compile OpenColorIO ? in order to arrive at a compiled OpenImageIO ? Thanks, From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Jim Polk Sent: Thursday, October 31, 2013 12:34 PM To: OpenImageIO developers Subject: Re: [Oiio-dev] which boost ? Hey again :) Using cmake-gui to try to compile OiiO.... (btw, I find I'm spending a LOT of time settting up various path definitions,... I hit "configure", add more path definitions, over and over,..making progress, but slowly...) In the cmake-gui results window,...I'm getting a Boost python support not found -- will not build python components! Is this because over in my boost lib directory (C:\Program Files\boost\lib)..out of the 60-70 .libs/.dll's there, there's no file with "python" in its name...(Using Boost 1.50 from SourceForge, Boost-1.50.0-vs2010-x64.exe) Thank you, Jim From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Larry Gritz Sent: Thursday, October 31, 2013 10:08 AM To: OpenImageIO developers Subject: Re: [Oiio-dev] which boost ? OK, glad you have it worked out. Please don't hesitate to offer any suggestions for correcting the docs or web pages, as far as Windows installation is concerned. I don't have access to a Windows machine (in fact, haven't touched or seen one in I don't know how many years), so I rely completely on other people to tell me when the Windows build or docs are incorrect. -- lg On Oct 30, 2013, at 6:02 PM, Jim Polk <[email protected]<mailto:[email protected]>> wrote: Larry, You can safely ignore that last email I think ;-) I've located real Boost 1.51 libs....and installed. Also, I've read where I can use 32-bit CMake to compile 64-bit apps... Thanks, From: Jim Polk Sent: Wednesday, October 30, 2013 4:19 PM To: OpenImageIO developers Subject: RE: [Oiio-dev] which boost ? Hi Larry,..Thanks for your email... Back at the BoostPro site, I was able to run the 1.51 installer.... Just a sanity check,..but it results in a "lib" directory containing 60 or 70 .zip files...does that sound right? Are they unzipped at runtime?... About CMake,...could not find CMake binaries,...so downloaded 2.12 source to compile. Are there really no binaries out there? I didn't find any at their site, but haven't trolled the interwebs yet... and/or I did already have a 32-bit CMake 2.10 installed...the Cmake docs says you must have a CMake install in order to compile a new one...(lol, chicken-or-egg ? )....can I compile a 64-bit CMake binary(s) from a 32-bit CMake install ? Thank you very much, Jim From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Larry Gritz Sent: Wednesday, October 30, 2013 2:48 PM To: OpenImageIO developers Subject: Re: [Oiio-dev] which boost ? Oh, yes, any modern Boost is fine. I regularly use (on various systems) 1.42, 1.46, 1.51, 1.54. Frankly, I'd be surprised if the current OIIO source code would work with a boost as old as 1.38. I should update those install instructions. Sorry for any confusion. On Oct 30, 2013, at 2:44 PM, Jim Polk <[email protected]<mailto:[email protected]>> wrote: Hello, Old-time Unix guy here,...while I've compiled similar things before, this is my first time to compile OiiO, so please forgive my newbie ignorance... While getting set up, I went to download precomiled Boost 1.38 libs (in INSTALL instructions) only to find it's no longer available. Found source for Boost 1.38, but before I attempt,...is it possible to use a new version? That may have precompiled binaries? Will try to build OiiO on Windows 7 64-bit Any other advice or suggestions are greatly appreciated.. Thank you, Jim Polk Pipeline Software Developer RGH Entertainment Woodland Hills, CA _______________________________________________ Oiio-dev mailing list [email protected]<mailto:[email protected]> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org -- Larry Gritz [email protected]<mailto:[email protected]> _______________________________________________ Oiio-dev mailing list [email protected]<mailto:[email protected]> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org -- Larry Gritz [email protected]<mailto:[email protected]>
_______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
