Kevin Hilton wrote: >> Sometimes autoconf and friends "overlook" the extra files in the m4 >> directory. >> > > Ok -- so is there a fix or workaround? > > >> 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? > > Sometimes I have this problem when the build environments gets corrupted, so I do this:
./buildgen.sh cleanall ./buildgen.sh clean And then manually remove these files and directories: rm -f config.h config.log config.status examples/Makefile libbarry-0.pc libtool m4/libtool.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 Makefile man/Makefile opensync-plugin/config.h opensync-plugin/config.log opensync-plugin/config.status opensync-plugin/libtool opensync-plugin/Makefile opensync-plugin/src/Makefile opensync-plugin/stamp-h1 src/Makefile stamp-h1 tools/Makefile rm -rf examples/.deps opensync-plugin/src/.deps src/.deps tools/.deps Then re-run: ./buildgen.sh and ./configure --with-boost=/usr --enable-gui --enable-opensync-plugin make If building the opensync plugin I also have to do this: cd opensync-plugin ./buildgen.sh clean ./buildgen.sh ./configure --with-boost=/usr --enable-gui --enable-opensync-plugin make Hope that helps. - Andy ------------------------------------------------------------------------------ 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