bug#24630: guile-2.0.12: Comparison is always true warning - may cause problems.

2016-10-06 Thread Jens Bauer
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

bug#24631: Mac OS X 10.5.8: build error, undefined symbols

2016-10-06 Thread Jens Bauer
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",

bug#24630: guile-2.0.12: Comparison is always true warning - may cause problems.

2017-03-01 Thread Jens Bauer
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