Building OpenEXR 1.4.0a on Vista/VS2008

Some notes for building OpenEXR 1.4.0a on Vista with VS2008:

  • createDLL won’t work as it tries to create files in C:\. You can easily work around this by replacing C:\\ with a path where you have write rights.
  • FLTK include files have to be directly in the fltk folder. The fltk folder needs to be placed side-by-side to the OpenEXR folder.
  • Using multi-threaded building won’t wont, so make sure you either batch-build or set your "maximum number of parallel project builds" to 1.

Observing this and the readme notes, I was able to successfully compile all but the exrdisplay with Cg support, which is no wonder as I don’t have Cg installed.

Related posts:

  1. Building Qt from source with Visual Studio
  2. Building Boost from SVN trunk with Visual Studio 2008 (x86 & x64)
  3. Boosting your C++ tools
  4. Indexing PDFs for Windows Search on Vista x64
  5. Building Qt — fast

This entry was posted in Graphics, Programming. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>