I've never built Openexr on Windows so someone else will have to give you more details. But strangely that compile command specifies posix paths to standard include location (osx/linux/...) Anyways, Openexr has dependencies on ilmbase, so you have to build and install those first.
It looks like there are precompiled windows binaries for openexr. Have you tried those first? http://www.openexr.com/downloads.html On Mon, 30 Mar 2015 10:42 PM illunara <[email protected]> wrote: > > <https://lh3.googleusercontent.com/-mmSrTfUi6rM/VRkaVSPNgwI/AAAAAAAAAKs/N5dSMzoTdm4/s1600/a.jpg> > Hi everybody > I want to write a quick python script, to convert every .exr file to .jpg > by using OpenEXR <http://www.excamera.com/sphinx/articles-openexr.html> > However i failed at first step, i can't compile its library, it keep > complaining that's missing include header files. > I'm using python 2.7, MCSV 2008 and window 7 > And thank for dropping by > > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/5a280a80-547a-4dc8-b9b9-9ade5bf0e2e8%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/5a280a80-547a-4dc8-b9b9-9ade5bf0e2e8%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0Wkz%2B62VdkCPFUn_gUSk8hS9RA3UOTJxOQVgv3AJfc7Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
