Hi Fausto,

the simple ./configure (without arguments) does a "fast" install which assumes
that the sources were freshly unpacked from the GNU APL project tar file.

If you fetch from SVN then the fast install will not recognize changes in #included files.
This can be fixed with the --enable-maintainer-mode option of ./configure. The normal
way to do this is make develop after ./configure (which not only sets
--enable-maintainer-mode
but also other ./configure options that are useful for debugging.

Regarding APserver/Svar_DB, please start apl with -l 37 and let me know what it says.

/// Jürgen


On 04/07/2015 07:03 PM, Fausto Saporito wrote:
Hello,

starting new thread, maybe it's better :)

I noticed after I sent my last email that a make clean (on my system)
doesn't clean everything. Some object files were still present.

So I did a make distclean, and reconfigured everything... now I can
confirm with clang the libemacs error is not present anymore.

The Svar_DB error is still present, but maybe this could be related to
the way I start apl... (i.e. using emacs).

regards,
fausto



Reply via email to