On Mon, Jan 4, 2010 at 8:21 PM, Stefan Schake <[email protected]> wrote: > Hey, > > the command to checkout the source via SVN is mentioned at the very > end of the index page: > > svn co https://svn.reflextor.com/tmto-svn > > That should download the most up to date version. > > Greetings
Thanks Stefan. That worked; I now have the source tree. PS - I'd be happy to update the web page to put the source downloading instructions in the "Get a working copy of the table generator" section, just before the compiling instructions. If anybody needs a volunteer to clean things like this up, I'm offering. Next problem: When I invoke "make" I get the following: $ make Makefile:5: ../Makefile.local: No such file or directory make: *** No rule to make target `../Makefile.local'. Stop. Sure enough, the file "Makefile.local" does not exist. Line 5 of "Makefile" is: include $(TOPDIR)/Makefile.local ...and there is no "Makefile.local" anywhere on my system. Should the reference in "Makefile" be pointing to this file, i.e. is "Makefile" broken? Or should "Makefile.local" be getting generated automatically somewhere? There is a file in that directory called "Makefile.local.dist". Maybe something got changed during one of the revisions? I'm sorry about all the newbie questions. If needed I'll just shut up and wait for the binaries to get updated. Thanks again - Pete _______________________________________________ A51 mailing list [email protected] http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51
