Hello,
I am complete newcomer to APL (thanks to Alex Weiner
http://mastodon.social/@acw).
I realized I could not build GNU APL on FreeBSD because of a missing header file
which gets included automatically on Linux via .
Here's the patch:
Index: src/emacs_mode/TcpListener.cc
===
There is a little incompatibility with Bourne shell in
the configure script. The whole thing should probably be changed,
but for now this is a quick fix:
Index: configure.ac
===
--- configure.ac(revision 928)
+++ configure.ac
Hello,
after building GNU APL when doing "svn status" we get lots
of files that are autogenerated by the autotools and
should need not to be in the repository.
A shell script below will set a "svn:ignore" property
on directories, so that most of the generated files disappear
from the "svn status"
The remaining files that are
autogenerated and - at the same time -
are included in the repository are:
m> svn status | grep '^M '
M Makefile
M Makefile.in
M aclocal.m4
M config.h
M config.h.in
M configure
M debian/Makefile.in
M debian/source/Makefil
On Thu, 4 May 2017, Juergen Sauermann wrote:
> Hi Marcin,
>
> actually all these files are in the GNU APL tar file which is generated by
> make dist.
> The SVN repository is simply the unpacked tar file, provided for convenience.
>
> It was mainly eitherĀ automake or autoconf which decided that