guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Portability testers, please: getting the stack base


From: Richard Guenther
Subject: Re: Portability testers, please: getting the stack base
Date: Thu, 12 Oct 2000 11:40:57 +0200 (CEST)

On 11 Oct 2000, Marius Vollmer wrote:

> Hi,
> 
> I have finally added code to libguile to find the stack base.  This
> means that it is no longer necessary to use scm_boot_guile, you can
> also use the newer scm_init_guile, which will return immediatly after
> initializing Guile.
> 
> However, the code is *very* platform dependent and I can't really test
> it.  So please update from CVS and try to compile when you think you
> have an unusal platform.

Actual CVS does not compile (IRIX6.5, gcc 2.97 snapshot):

gcc -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl -g -O2 -Wall
-Wmissing-prototypes -Wp,-MD,.deps/gc_os_dep.pp -c gc_os_dep.c  -DPIC -o
.libs/gc_os_dep.lo
gc_os_dep.c: In function `GC_find_limit':
gc_os_dep.c:1706: parse error before "GC_bool"
gc_os_dep.c:1708: syntax error before "ptr_t"
gc_os_dep.c:1717: `result' undeclared (first use in this function)
gc_os_dep.c:1717: (Each undeclared identifier is reported only once
gc_os_dep.c:1717: for each function it appears in.)
gc_os_dep.c:1725: warning: implicit declaration of function `GC_noop1'
gc_os_dep.c:1733: warning: control reaches end of non-void function
gc_os_dep.c: In function `scm_get_stack_base':
gc_os_dep.c:1811: `TRUE' undeclared (first use in this function)
gmake[1]: *** [gc_os_dep.lo] Error 1

(didnt manage to fix this - GC_bool seems to be nowhere defined,
 but replacing with int reveals undefined VOLATILE, replaced with
 volatile reveals undefined GC_noop1.... etc.)

Richard.

--
Richard Guenther <address@hidden>
WWW: http://www.anatom.uni-tuebingen.de/~richi/
The GLAME Project: http://www.glame.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]