openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Openexr-devel] OpenEXR build bug-fixes


From: Bob Friesenhahn
Subject: [Openexr-devel] OpenEXR build bug-fixes
Date: Tue, 23 Aug 2005 00:20:13 -0500 (CDT)

The attached patch fixes a number of OpenEXR build bugs that I noticed while building the CVS version of OpenEXR under Solaris 9. Much of this patch was previously described to this list back in April. None of these fixes are specific to Solaris.

The edit to acinclude.m4 fixes a shell syntax error.

The edits to the various Makefile.am files properly informs Automake of the library dependencies the way it is supposed to be done with Automake. The method currently used does not work portably. The ordering of libraries is not by accident. Unless the libraries are listed in this order (increasing dependency), the link fails under Solaris.

The edit to IlmThread/IlmThreadSemaphore.cpp seems pretty suspicious to me. It was necessary since otherwise the method implementations are missing entirely. Empty methods don't do very good at locking though. Maybe this file is a work in progress.

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/

Attachment: openexr-patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]