Robert Dodier wrote:
> Hello,
>
> A completely clean build w/ ECL fails because defsystem is loaded
> to regenerate src/ecl-depends.mk, and src/maxima.system says
> that BUILD-MAXIMA-LIB should be called (via :finally-do) but there
> are no binary files in sight, so it fails.
>
> I have made some minor changes to the build system on the
> 5.17 release branch to get this far. If you want to hack on the
> build stuff, probably you should work with the branch too.
>
Hmm. For 5.17, I modified Makefile.in to use defsystem to build, and it
worked on Linux, OSX, and Solaris. I'll try to take a look again.
The only issue I've run into is that sometimes I have to remove
src/binary-ecl completely and recompile. I haven't tried to figure out
why I have to do that.
Ray