build problem: file_search_lisp / file_search_maxima



>>>>> "Barton" == Barton Willis <willisb at unk.edu> writes:

    Barton> I decided to work on my Bernstein polynomial code and to place it into
    Barton> a new folder /share/contrib/bernstein. The new files were
    Barton> automatically included in src/sharefiles.mk, but both
    Barton> file_search_maxima and file_search_lisp are missing a path to the new
    Barton> folder and files. Any ideas of what I need to do to fix this problem?

Hmm.  src/share-subdirs.lisp is supposed to contain the default list
of directories to be used by file_search.  This file is generated by
configure.  Did you run configure?  (I think running "config.status"
should be enough.)  Of course, it could be a bug in the dependencies.
I thought make would rerun configure if the config-generated files
need to be updated.

Ray