[tlbuild] starting builds

Ken Brown kbrow1i at gmail.com
Sun May 1 14:29:18 CEST 2011


On 5/1/2011 5:37 AM, angelo.graziosi wrote:
> Ken Brown wrote:
>
>> For the record, here's how the build of clisp-2.49 failed:
>> [...]
>
>> A workaround is to replace
>> '-luuid' by '/usr/lib/w32api/libuuid.a' in
>> clisp-2.49/modules/syscalls/configure and clisp-2.49/src/makemake.in.
>
> Just for the record, I have added this:
>
> ==============================================================
> [...]
> cd clisp-2.49
>
> +mv modules/syscalls/configure modules/syscalls/configure.orig
> +sed -e '{s%-luuid%-L/usr/lib/w32api -luuid%}' \
> + modules/syscalls/configure.orig > modules/syscalls/configure \
> + || return 1
>
> +mv src/makemake.in src/makemake.in.orig
> +sed -e '{s%-luuid%-L/usr/lib/w32api -luuid%}' \
> + src/makemake.in.orig > src/makemake.in \
> + || return 1
>
> # On FreeBSD/amd64, add --disable-mmap.
> [...]
> ==============================================================
>
> to the 'build' utils/README 'script' :-)

Hi Angelo,

A small correction for the sake of the archives:  It turns out that the 
patch to src/makemake.in isn't relevant for the Cygwin build; the patch 
to modules/syscalls/configure suffices.

Ken


More information about the tlbuild mailing list