Re: Adding New C Files

2010-06-18 Thread Andy Wingo
On Fri 18 Jun 2010 04:14, Noah Lavine noah.b.lav...@gmail.com writes: ../meta/uninstalled-env guile-tools in the command line in libguile will produce the message Abort trap. [...] Therefore I believe there is a bug in meta/uninstalled-env, but I'm unsure why building the git trunk seemed

Re: Adding New C Files

2010-06-17 Thread Noah Lavine
Thanks a lot! I'm afraid the new C file issue is interacting with some other problem in a strange way. I find that running this: ../meta/uninstalled-env guile-tools in the command line in libguile will produce the message Abort trap. That command is run as part of the larger command cat lots

Re: Adding New C Files

2010-06-15 Thread Noah Lavine
I've tried this, but I still get the error. Currently my files are in every long list of files (.c, .doc, .x, and .h), and I don't see any other places where source files for the main Guile program are listed. Is there anything else I can try? Thanks a lot Noah On Mon, Jun 14, 2010 at 5:39 PM,

Re: Adding New C Files

2010-06-15 Thread Andy Wingo
On Tue 15 Jun 2010 16:06, Noah Lavine noah.b.lav...@gmail.com writes: I've tried this, but I still get the error. Currently my files are in every long list of files (.c, .doc, .x, and .h), and I don't see any other places where source files for the main Guile program are listed. Is there

Re: Adding New C Files

2010-06-14 Thread Andy Wingo
On Sun 13 Jun 2010 16:26, Noah Lavine noah.b.lav...@gmail.com writes: How does one add new C files to libguile? Look for e.g. all the lines that start with alist. in the Makefile.am, and copy them to your new file. If you don't use SCM_DEFINE et al, you might not need to copy the .doc or .x