guile-user
[Top][All Lists]
Advanced

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

compiling gtrees problem


From: David Pirotte
Subject: compiling gtrees problem
Date: Tue, 05 Feb 2002 14:30:09 -0400

Hello,

I am trying to compile gtrees-0.3 on

        SuSE 7.3
        guile-1.7.x (cvs download 4th fev 02)
        guile configuration was:
                ./configure --enable-maintainer-mode --with-threads

Anyone can help me?
Thanks
David


address@hidden:/usr/local/src/guile/gtrees-0.3/src 32 $ make
cc -c -fPIC --ansi --pedantic -Wall -I/usr/local/include rbtree.c
In file included from /usr/local/include/libguile/tags.h:58,
                 from /usr/local/include/libguile/__scm.h:360,
                 from /usr/local/include/libguile.h:50,
                 from gtrees_p.h:22,
                 from rbtree.c:19:
/usr/include/inttypes.h:35: warning: invalid preprocessing directive name
In file included from /usr/local/include/libguile.h:134,
                 from gtrees_p.h:22,
                 from rbtree.c:19:
/usr/local/include/libguile/inline.h:57: syntax error before `SCM'
/usr/local/include/libguile/inline.h:104: syntax error before `SCM'
rbtree.c: In function `scm_rbtree_p':
rbtree.c:160: warning: implicit declaration of function `SCM_GCTYP16'
rbtree.c: In function `scm_rbt_set_x':
rbtree.c:187: warning: implicit declaration of function `SCM_LIST2'
rbtree.c:187: warning: passing arg 2 of `scm_apply' makes pointer from integer 
without a cast
rbtree.c:191: warning: passing arg 2 of `scm_apply' makes pointer from integer 
without a cast
rbtree.c:211: warning: passing arg 2 of `scm_apply' makes pointer from integer 
without a cast
rbtree.c: In function `scm_rbt_remove_x':
rbtree.c:306: warning: passing arg 2 of `scm_apply' makes pointer from integer 
without a cast
rbtree.c:309: warning: passing arg 2 of `scm_apply' makes pointer from integer 
without a cast
rbtree.c: At top level:
rbtree.c:498: parse error before `scm_rbt_free_proc'
rbtree.c:499: warning: return-type defaults to `int'
rbtree.c: In function `scm_rbt_free_proc':
rbtree.c:502: warning: ANSI C forbids nested functions
rbtree.c:502: syntax error before `bytes_freed'
rbtree.c:508: `bytes_freed' undeclared (first use in this function)
rbtree.c:508: (Each undeclared identifier is reported only once
rbtree.c:508: for each function it appears in.)
rbtree.c:516: warning: control reaches end of non-void function
rbtree.c: At top level:
rbtree.c:523: parse error before `scm_rbt_free'
rbtree.c:524: warning: return-type defaults to `int'
rbtree.c: In function `scm_rbt_free':
rbtree.c:527: warning: ANSI C forbids nested functions
rbtree.c:527: syntax error before `bytes_freed'
rbtree.c:530: `bytes_freed' undeclared (first use in this function)
rbtree.c:542: warning: control reaches end of non-void function
rbtree.c: In function `init_gtrees_rbtree':
rbtree.c:584: warning: passing arg 2 of `scm_set_smob_free' from incompatible 
pointer type
make: *** [rbtree.o] Error 1




reply via email to

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