[Bug-apl] sockaddr_in needs

2017-04-22 Thread Marcin Cieslak
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 ===

[Bug-apl] configure should not assume bash everywhere

2017-04-22 Thread Marcin Cieslak
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

[Bug-apl] SVN ignore: part 1

2017-05-03 Thread Marcin Cieslak
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"

[Bug-apl] SVN ignore: part 2

2017-05-03 Thread Marcin Cieslak
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

Re: [Bug-apl] SVN ignore: part 2

2017-05-04 Thread Marcin Cieslak
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