Review Board

beta

Patch for Windows build to work with OpenEXR 1.6.1 instead of OpenEXR 1.4.0a

Submitted
Updated 2 months, 1 week ago

Chris Norman Reviewers
pabs
None Synfig SVN
Patch to update Windows NSIS installs to accept OpenEXR 1.6.1 instead of OpenEXR 1.4.0a.  Wildcards added for the NSIS scripts, but I can't see any way to add wildcards to the makefile.  This matches the updated scripts on the Windows Build Wiki page.  
Tested under Windows XP
Posted 2 months, 1 week ago (September 13th, 2008, 7:17 p.m.)

   

  
synfig-core/trunk/Makefile.am (Diff revision 2)
98
	cp -fu `which libHalf-4.dll` src/modules/mod_openexr/.libs/
98
	cp -fu `which libHalf-6.dll` src/modules/mod_openexr/.libs/
You already know how I dislike these version numbers.
  1. Chris Norman 2 months, 1 week ago (September 13th, 2008, 7:58 p.m.)
    Me too, but 'which libHalf*.dll' fails miserably :(
    At least we're down from 3 files affected by versions down to one.
synfig-core/trunk/Makefile.am (Diff revision 2)
102
	makensis win32inst.nsi
102
	makensis win32inst.nsi
Don't you also need the IlmBase library?
  1. Chris Norman 2 months, 1 week ago (September 13th, 2008, 8 p.m.)
    Correct.  libHalf, libIex & libIlmThread are from IlmBase. libIlmImf is from OpenEXR.