From: Holger L. <de...@la...> - 2006-10-08 10:59:32
|
Hi, On Thursday 05 October 2006 23:03, David Bruce wrote: > I put in autogen.sh as above and tested to see what files are autogenerat= ed > by autogen.sh and configure. As a result, I removed several files from > svn: > > D trunk/configure > D trunk/Makefile.in > D trunk/src/Makefile.in > D trunk/config.sub > D trunk/missing > M trunk/Makefile > D trunk/aclocal.m4 After I run autogen.sh I now have the following files, which are locally=20 modified/not commited: ? configure ? Makefile.in ? config.sub ? autom4te.cache ? missing ? aclocal.m4 ? src/Makefile.in _Maybe_ it would be cool to re-add them to svn, so we dont need to run=20 autogen.sh while building, but I have to admit I'm lost here and now it=20 works. I have a tuxmath-0.97 package ready for uploading. > Now tuxmath builds with "./autogen.sh && ./configure && make && make > install". I do get a warning when aclocal runs: > > Not sure (yet) what to do about these warnings. me neither :-/ > > > but "make install" creates a blizzard of error messages that seem to = be > > > caused by the hidden .svn files. Nonetheless, the program gets > > > installed and seems to work properly. > > maybe you can make "make install" ignore those files? > I'm pretty sure that is the solution, once I figure out how to do it. and you did! Yay! :-) regards, Holger |