|
From: | Piotr Stanczyk |
Subject: | Re: [Openexr-devel] Building custom OpenEXR |
Date: | Wed, 15 Aug 2012 16:51:50 +0000 |
+1 on what Nick just said.
I think I may have missed that detail in your earlier message. However, I am curious as how you got configure to work at all since a new clone will not contain the file. To sum up: if you clone from github then be sure to run bootstrap before running configure (it's also prudent to do this if you are switching branches) If you get the tarballs then you can omit the bootstrap command. Piotr From: Nick Rasmussen address@hidden
Sent: 14 August 2012 19:02 To: Larry Gritz Cc: Piotr Stanczyk; address@hidden Subject: Re: [Openexr-devel] Building custom OpenEXR If you're developing from the repository, or download from one of the github tags, you need to run bootstrap first to generate the configure script and Makefile.in files. After that and a configure, it's usually smart enough to re-run automake if you change a Makefile.am. This is mentioned in the README.CVS file, which we should probably rename to README.GIT :) The official release tarballs are generated by using 'make distcheck' which guarantee that the distribution is self-consistent and passes all the tests. It also performs all the build steps up to the configure step, so it's not required to have automake installed to build the release tarballs. -nick On Tue, Aug 14, 2012 at 5:12 PM, Larry Gritz
<address@hidden> wrote:
Yes, that did seem to fix it. |
[Prev in Thread] | Current Thread | [Next in Thread] |