[tlbuild] 2014 builds

Taco Hoekwater taco at elvenkind.com
Wed Mar 19 15:26:21 CET 2014


On 19 Mar 2014, at 13:21, Nikola Lečić <nikola.lecic at anthesphoria.net> wrote:

> On Tue, 18 Mar 2014 23:08:58 +0000
> Karl Berry <karl at freefriends.org> wrote:
> 
>> Hello again TL builders,
>> 
>> Well, I believe the main updates to the sources for 2014 are in.
>> No doubt plenty of tweaks remain, but please try an initial build on
>> your respective platforms and report any problems.
>> 
>> We're not ready to actually update the binaries in the repository, so
>> please don't do that and/or there's no need yet to make the new
>> binaries available to me.  Just get the current sources, try a build,
>> and if it works, you're good :).  Please let me know either way.
> 
> The current sources build fine on FreeBSD i386/amd64, with this small
> patch applied:
> 
> Index: Build/source/libs/lua52/lua-5.2.3/src/liolib.c
> ===================================================================
> --- Build/source/libs/lua52/lua-5.2.3/src/liolib.c	(revision 33227)
> +++ Build/source/libs/lua52/lua-5.2.3/src/liolib.c	(working copy)
> @@ -19,6 +19,7 @@
> #include <stdio.h>
> #include <stdlib.h>
> #include <string.h>
> +#include <unistd.h>

According to the FreeBSD manpage, it is better to use:

#include "sys/types.h”

instead of unistd.h

Still, it is a weird bit of non-POSIX behaviour  :(

Best wishes,
Taco







More information about the tlbuild mailing list