On Sun, Feb 01, 2009 at 11:27:05PM -0600, Kevin Hilton wrote:
> >Sometimes autoconf and friends "overlook" the extra files in the m4 
> >directory.
> 
> Ok -- so is there a fix or workaround?

Not that I know of, unfortunately.  Autoconf and friends are a bit of black
box sometimes.

If you do find a workaround, please let me know.  It is not a priority itch
to scratch for me.

If anyone makes changes to the build process, make sure that the
test/buildtest.sh script works correctly after your changes.  Or be prepared
to make a really good argument to change it. :-)


> >If you're using git, you can force a clean tree with:
> >
> >git clean -xdf
> >
> >Then buildgen.sh as normal.
> >
> >Make sure that you really want a clean tree before running that though. :-)
> 
> I'd prefer not to use a clean tree everytime if I could.  However
> based on what's posted here and my experience thus far, what are my
> alternatives?

I understand.  You should only need to rebuild your configure script if
there were changes in the configure.ac or Makefile.am files.

But if these files do change, the only reliable way to update them that I
know of is to start from a clean tree.  I do that a lot.

I also recommend installing ccache, since it speeds up compilation times
tremendously.

Export these variable before running configure:

        export CC="ccache gcc"
        export CXX="ccache g++"

I have my configure commands in scripts (see the scripts branch in git)
and so this is always done for me.

- Chris


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to