-
You're welcome, Bruce.
I must admit that I'm a bit confused by your "No fix this time?" question. Was there a problem with the supplied patch?.
2009-11-05 15:56:41 UTC in AutoGen: The Automated Program Generator
-
ag_scm_{stack,len,count} call entry_list_search to get the list of values for a particular definition matching the name supplied to them. However, if the name begins with a dot to suppress a back-tracking search through containing contexts, then one gets something like:
Error in template ../../../AUTOGEN-LIB/c-func-decl.agt, line 23.
2009-11-04 23:59:40 UTC in AutoGen: The Automated Program Generator
-
Hey, it bootstraps now! Thanks Bruce.
2009-10-31 16:50:55 UTC in AutoGen: The Automated Program Generator
-
I can't say that noag-boot.sh is helpful in this case, because it doesn't unpack a copy of agen5/proto.h. If it did, then agen5/bootstrap.dir would probably skip it, based on the file existence test that it performs while it is building its list of files to process. But, if you did decide to pack a copy in noag-boot.sh, then I think that there would still be an issue for someone making and...
2009-10-31 03:17:42 UTC in AutoGen: The Automated Program Generator
-
Well, actually I couldn't find 'allbut' when I pulled down an update after you closed out the other ticket. I am wondering whether maybe it didn't get pushed from your local repo to the master on Savannah...?
By "pull the whole thing", do you mean "git pull" to a repo that was created with:
git clone git://git.savannah.gnu.org/autogen.git
or do you mean something else?.
2009-10-29 21:53:51 UTC in AutoGen: The Automated Program Generator
-
Bruce, sorry to be a pain. But, here's where the bootstrap process dies, if one gets past the 'allbut' problem. I can probably get past this one as well, if I fiddle with something like 'cproto', but the preference is certainly to bootstrap with the same set of tools which you use.
Re-building proto.h
./bootstrap.dir: line 301: mk-fwd: command not found
Thanks.
2009-10-29 21:05:21 UTC in AutoGen: The Automated Program Generator
-
I wrote a little shell script for 'allbut'. I spent more time trying to get 'agen5/bootstrap.dir' to find it than to took to write it. Even though it looks like 'config/bootstrap' is content with bash, at some point processing is being done with sh, which on my system should be bash in "compatibility mode". Problem is that bash is okay with "~" in a path, but old Bourne shell wants an absolute...
2009-10-13 23:18:09 UTC in AutoGen: The Automated Program Generator
-
When trying to bootstrap fresh Autogen sources pulled down via Git, I get the following error:
./bootstrap.dir: line 299: allbut: command not found
I'm guessing that this is either a homegrown script or else part of some package that I don't have installed. Google wasn't turning up much of interest, unless I added "Autogen" as a search term, in which case I found someone else complaining...
2009-10-13 19:48:10 UTC in AutoGen: The Automated Program Generator
-
Looks good, sir. Thank you.
2009-10-10 20:44:43 UTC in AutoGen: The Automated Program Generator
-
I definitely agree about the configurable - something that will allow an Autogen user to always get the current time as the output file mtimes, no matter the mtimes of the definitions file, templates, extraction sources, or Scheme library in use. Do you want me to file this as a feature request?.
2009-10-10 16:33:51 UTC in AutoGen: The Automated Program Generator