unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Michael Tuexen <Michael.Tuexen@lurchi.franken.de>
Cc: guile-user@gnu.org, guile-devel@gnu.org
Subject: Re: Guile 1.7.1 has been released.
Date: Sat, 28 Aug 2004 23:35:12 +0200	[thread overview]
Message-ID: <24CF5BB2-F93A-11D8-B8A1-000A95C37894@lurchi.franken.de> (raw)
In-Reply-To: <87sma9h59y.fsf@zagadka.ping.de>

Hi Marius,

I tried to compile it on Mac OS X, but the following comes up:

if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.. -I.. -I../libguile-ltdl    -g -O2 -Wall -Wmissing-prototypes 
-Werror -MT srfi-13.lo -MD -MP -MF ".deps/srfi-13.Tpo" -c -o srfi-13.lo 
srfi-13.c; \
then mv -f ".deps/srfi-13.Tpo" ".deps/srfi-13.Plo"; else rm -f 
".deps/srfi-13.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../libguile-ltdl -g -O2 
-Wall -Wmissing-prototypes -Werror -MT srfi-13.lo -MD -MP -MF 
.deps/srfi-13.Tpo -c srfi-13.c  -fno-common -DPIC -o .libs/srfi-13.o
srfi-13.c: In function `scm_string_trim_right':
srfi-13.c:771: warning: passing arg 3 of `scm_i_get_substring_spec' 
from incompatible pointer type
srfi-13.c:771: warning: passing arg 5 of `scm_i_get_substring_spec' 
from incompatible pointer type
srfi-13.c: In function `scm_string_xcopy_x':
srfi-13.c:3067: warning: passing arg 5 of `scm_i_get_substring_spec' 
from incompatible pointer type
make[2]: *** [srfi-13.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Best regards
Michael

On 27. Aug 2004, at 1:02 Uhr, Marius Vollmer wrote:

> We are pleased to announce the release of Guile 1.7.1.  This is a
> 'technology preview' for the upcoming Guile 1.8.  It can be found
> here:
>
>     ftp://alpha.gnu.org/gnu/guile/guile-1.7.1.tar.gz
>
> Its MD5 checksum is
>
>     21c9f4061166900d2926955ade0ef5cc  guile-1.7.1.tar.gz
>
> This version is guaranteed to contain serious bugs, and the publically
> visible interfaces will almost certainly change before 1.8 is
> released.  The 1.7 releases might be termed "selected snapshots".
>
> We are releasing it anyway to start testing the new features, and to
> get feedback about how difficult or tedious it is to switch from Guile
> 1.6 to this series.
>
> Ideally, you should be able to just link your program with Guile 1.7.1
> instead of with Guile 1.6.x.  You will get many warnings about
> deprecated features, but your program should nevertheless run
> correctly.  If you find that this is not the case (which is quite
> likely) please do not change your program yet.  Instead, report the
> problem to <bug-guile@gnu.org>.
>
> The shared library major versions have been bumped compared to the 1.6
> series, but they will not be bumped on binary incompatible changes
> within the 1.7 series.
>
>
> The NEWS file is quite long.  Here are the most spectacular entries in
> a condensed form:
>
>   Changes since the 1.6.x series:
>
>   - Guile is now licensed with the GNU Lesser General Public License.
>
>   - The manual is now licensed with the GNU Free Documentation License.
>
>   - We now use GNU MP for bignums.
>
>   - We now use native POSIX threads for real concurrent threads.
>
>   - There is now support for copy-on-write substrings and
>     mutation-sharing substrings.
>
>   - We now have exact rationals, such as 1/3.
>
>   - A new family of functions for converting between C values and
>     Scheme values has been added that is future-proof and thread-safe.
>
>   - The INUM macros like SCM_MAKINUM have been deprecated.
>
>   - The macros SCM_STRINGP, SCM_STRING_CHARS, SCM_STRING_LENGTH,
>     SCM_SYMBOL_CHARS, and SCM_SYMBOL_LENGTH have been deprecated.
>
>   - There is a new way to deal with non-local exits and re-entries in
>     C code, which is nicer than scm_internal_dynamic_wind.
>
>   - There are new malloc-like functions that work better than
>     scm_must_malloc, etc.
>
> and most importantly
>
>   - call-with-current-continuation is now also available under the name
>     call/cc.
>
> See NEWS and the manual for more details.
>
> -- 
> GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405
>
>
> _______________________________________________
> Guile-devel mailing list
> Guile-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/guile-devel
>



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


  parent reply	other threads:[~2004-08-28 21:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-26 23:02 Guile 1.7.1 has been released Marius Vollmer
2004-08-27 22:57 ` Jonathan Bartlett
2004-08-28 21:35 ` Michael Tuexen [this message]
2004-08-29  9:23   ` Andreas Vögele
2004-09-20 22:53     ` Marius Vollmer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=24CF5BB2-F93A-11D8-B8A1-000A95C37894@lurchi.franken.de \
    --to=michael.tuexen@lurchi.franken.de \
    --cc=guile-devel@gnu.org \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).