Hey Nick,

this is from the output win:

3>------ Build started: Project: IlmImf, Configuration: Debug x64 ------
3>  Building Custom Rule 
C:/_DEV/openexr-2.2/openexr-develop/OpenEXR/IlmImf/CMakeLists.txt
3>  CMake does not need to re-run because 
C:\_DEV\openexr-2.2\openexr-develop\OpenEXR-build\IlmImf\CMakeFiles\generate.stamp
 is up-to-date.
3>  Generating b44ExpLogTable.h
3>C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error 
MSB6006: "cmd.exe" exited with code -1073741511.
4>------ Build started: Project: IlmImfUtil, Configuration: Debug x64 ------

This breaks the IlmImf build which in turn breaks a lot of the other projects 
of course.

Cheers,
Thorsten




Thorsten Kaufmann
Production Pipeline Architect

________________________________

Mackevision Medien Design GmbH
Forststraße 7
70174 Stuttgart

T  T +49 711 93 30 48 606
F  +49 711 93 30 48 90
M +49 151 19 55 55 02

thorsten.kaufm...@mackevision.com
www.mackevision.de

Geschäftsführer: Armin Pohl, Joachim Lincke, Karin Suttheimer
HRB 243735 Amtsgericht Stuttgart
Von: Nick [mailto:mesh...@hotmail.com]
Gesendet: Sonntag, 13. Juli 2014 02:05
An: Thorsten Kaufmann
Cc: openexr-devel@nongnu.org
Betreff: Re: [Openexr-devel] 2.2.0 release plans

Anything in the console log?

Sent from my iPhone

On 2014/07/12, at 15:05, "Thorsten Kaufmann" 
<thorsten.kaufm...@mackevision.com<mailto:thorsten.kaufm...@mackevision.com>> 
wrote:

​Oh mixed up. IlmImf and IlmImfUtil are OpenExr of course. So IlmBase seems to 
compile fine then indeed.

IlmImf breaks with a cmd.exe error and i am unsure how to troubleshoot. It is 
one of the custom build steps i guess, but i have a hard time finding which.



Cheers,

Thorsten



Thorsten Kaufmann
Production Pipeline Architect


________________________________

Mackevision Medien Design GmbH
Forststraße 7
70174 Stuttgart

T  T +49 711 93 30 48 606
F  +49 711 93 30 48 90
M +49 151 19 55 55 02

thorsten.kaufm...@mackevision.com<mailto:thorsten.kaufm...@mackevision.com>
www.mackevision.de<http://www.mackevision.de>

Geschäftsführer: Armin Pohl, Joachim Lincke, Karin Suttheimer
HRB 243735 Amtsgericht Stuttgart

________________________________
Von: 
openexr-devel-bounces+thorsten.kaufmann=mackevision...@nongnu.org<mailto:openexr-devel-bounces+thorsten.kaufmann=mackevision...@nongnu.org>
 
<openexr-devel-bounces+thorsten.kaufmann=mackevision...@nongnu.org<mailto:openexr-devel-bounces+thorsten.kaufmann=mackevision...@nongnu.org>>
 im Auftrag von Thorsten Kaufmann 
<thorsten.kaufm...@mackevision.com<mailto:thorsten.kaufm...@mackevision.com>>
Gesendet: Samstag, 12. Juli 2014 23:41
An: 'openexr-devel@nongnu.org<mailto:openexr-devel@nongnu.org>'
Betreff: Re: [Openexr-devel] 2.2.0 release plans


Hey there,



just gave this a go on win7 using VS Express 2013.



For IlmBase:



ImathMatrixAlgo erros with "max not part of std". Fixed by adding

#include <algorithm>



Also needed in testJacobiEigenSolver.

Then IlmBase seems to compile (only tried Relase x64 so far)



OpenEXR itself:



min/max issues in quite a lot of files. The fix above fixes them all.



Also IlmBase seemed to compile before but misses the new IlmImfUtil lib as well 
as IlmImf lib itself.

Getting a cmd return error. Still looking.



Cheers,

Thorsten





Thorsten Kaufmann
Production Pipeline Architect


________________________________

Mackevision Medien Design GmbH
Forststraße 7
70174 Stuttgart

T  T +49 711 93 30 48 606
F  +49 711 93 30 48 90
M +49 151 19 55 55 02

thorsten.kaufm...@mackevision.com<mailto:thorsten.kaufm...@mackevision.com>
www.mackevision.de<http://www.mackevision.de>

Geschäftsführer: Armin Pohl, Joachim Lincke, Karin Suttheimer
HRB 243735 Amtsgericht Stuttgart

________________________________
Von: 
openexr-devel-bounces+thorsten.kaufmann=mackevision...@nongnu.org<mailto:openexr-devel-bounces+thorsten.kaufmann=mackevision...@nongnu.org>
 
<openexr-devel-bounces+thorsten.kaufmann=mackevision...@nongnu.org<mailto:openexr-devel-bounces+thorsten.kaufmann=mackevision...@nongnu.org>>
 im Auftrag von Ed Hanway <ehan...@ilm.com<mailto:ehan...@ilm.com>>
Gesendet: Samstag, 12. Juli 2014 03:07
An: 'openexr-devel@nongnu.org<mailto:openexr-devel@nongnu.org>'
Betreff: [Openexr-devel] 2.2.0 release plans

Hi openexr-devel,

We've pushed some new commits to the develop branch in preparation for a 
release at the beginning of August.   The significant new functionality 
includes:


-          A new high performance lossy compression codec contributed by 
DreamWorks Animation.  This work includes performance improvements to the 
Huffman decoder that also speed up the PIZ codec.

-          A new IlmImfUtil library intended to make it easier to develop 
simple utilities for image file manipulation, supporting the myriad of types of 
OpenEXR structures (deep, subsampled channels, multi-resolution, tiled, 
arbitrary channels, and so on).

Existing APIs are unchanged.

Also, while autoconf is still the method of choice to build OpenEXR on *nix 
platforms, the support for CMake should be up to date at this point and working 
for Linux, Xcode and Visual Studio.

Unless we run into any roadblocks, my plan is to merge to master and cut a 
2.2.0 release by SIGGRAPH.  The platforms we've tested in ILM are gcc 4.4, gcc 
4.6, OSX Mavericks / Xcode 5.1, and Visual Studio 2010.  We'd appreciate if 
anyone has the time to verify on other platforms and/or spot any regressions in 
the next few weeks.

-Ed

Ed Hanway, R&D Supervisor, ILM

_______________________________________________
Openexr-devel mailing list
Openexr-devel@nongnu.org<mailto:Openexr-devel@nongnu.org>
https://lists.nongnu.org/mailman/listinfo/openexr-devel
_______________________________________________
Openexr-devel mailing list
Openexr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/openexr-devel

Reply via email to