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

gEDA-dev: Deprecated macros in Guile



Hi folks,

While implementing the Guile functions for my enormous component library 
rewrite, I found the following:


[peter@ptbb2b geda-gaf]$ GUILE_WARN_DEPRECATED=detailed gschem
gEDA/gschem version 20070216
gEDA/gschem comes with ABSOLUTELY NO WARRANTY; see COPYING for more details.
This is free software, and you are welcome to redistribute it under certain
conditions; please see the COPYING file for more details.

'scm_create_hook' is deprecated.  Use 'scm_make_hook' and 'scm_c_define' 
instead.
SCM_STRINGP is deprecated.  Use scm_is_string instead.
SCM_STRING_CHARS is deprecated.  See the manual for alternatives.
SCM_INUMP is deprecated.  Use scm_is_integer or similar instead.
SCM_INUM is deprecated.  Use scm_to_int or similar instead.
SCM_MAKINUM is deprecated.  Use scm_from_int or similar instead.
SCM_SYMBOL_CHARS is deprecated.  Use scm_symbol_to_string.
Loading schematic [/home/peter/Projects/geda/git/geda-gaf/untitled_1.sch]
scm_must_malloc is deprecated.  Use scm_gc_malloc and scm_gc_free instead.


Would a patch correcting these be accepted (it would be large).

Cheers,

Peter


-- 
Fisher Society                              http://tinyurl.com/o39w2
CU Small-Bore Club                          http://tinyurl.com/mwrc9

      09f911029d74e35bd84156c5635688c0            peter-b.co.uk

PGP signature



_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev