That did the trick.   I now have a Makefile that compiles a Chicken program
incrementally.

Thanks a million to Felix and John. I'm always amazed that there is anyone out there willing to help. I guess what I have to do now is answer questions that I know the answer to. And, believe it or not, that answer list is growing.

Bill

John Cowan wrote:
William Ramsay scripsit:

It again compiles all the units correctly, but global constants are not recognized.

Right: that's because global constants are not exposed in the compiler's
output.  So define them all in one short file and (include ...) that file
into each unit.

Likewise, do I need to declare utility modules for procedures that
are in modA but are called from modB?

No, that should not be necessary.

This is probably all in a manual somewhere, but reading manuals are
for wimps.  Trial and error has always worked in the past...

The gods do *not* protect fools.  They are protected by greater fools.



_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to