I get the following warnings, when building on Mac OS X.
(It should show up for all platforms, though):
In file included from
/Users/jens/open-source/Source/guile-2.0.12/libguile/numbers.c:9731:
/Users/jens/open-source/Source/guile-2.0.12/libguile/conv-integer.i.c: In
function 'scm_to_int8':
/Us
I'm trying to build autogen on Mac OS X 10.5.8.
Building all dependencies goes alright until I'm building guile.
I've built all libraries as static libraries and placed them in /opt, mostly
because I don't want gmp to be shared.
Here's my build-recipe. "dlxb" means "download, extract and build",
iding using GCC-4.2.1.
Love
Jens
On Wed, 01 Mar 2017 10:18:28 +0100, Andy Wingo wrote:
> Hi,
>
> On Thu 06 Oct 2016 22:49, Jens Bauer writes:
>
>> I get the following warnings, when building on Mac OS X.
>> (It should show up for all platforms, though):
>>
>> I