[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [dev-serveez] required guile version
From: |
stefan |
Subject: |
Re: [dev-serveez] required guile version |
Date: |
Fri, 14 Sep 2001 10:04:36 +0200 (CEST) |
On Wed, 12 Sep 2001, stefan wrote:
> > What about copying their implementation out of Guile 1.4/1.5 into
> > libserveez, and enabling them only when configure detects that they
> > are not available under the installed version of Guile?
>
> Personally I do not consider this a good idea.
>
> The "scm_simple_format" call I could replace by the function
> "scm_display_error_message" which is actually what we want at this point
> (see guile_exception).
>
> The three others are temporarily replaced by its "one-argument-less"
> implementations of guile 1.3.4:
>
> SCM_ASSERT_TYPE -> SCM_ASSERT
> scm_out_of_range_pos -> scm_out_of_range
> scm_wrong_type_arg_msg -> scm_wrong_type_arg
With these changes Serveez is even able to link against a Guile version
1.3.2 installation. Tested on:
* Linux spe146.testdrive.compaq.com 2.2.14-3smp #1 SMP
Cheers,
address@hidden