gEDA-dev: Deprecated macros in Guile

Peter TB Brett peter at peter-b.co.uk
Fri May 18 03:36:47 EDT 2007


Hi folks,

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


[peter at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.seul.org/pipermail/geda-dev/attachments/20070518/84f4c9e3/attachment.pgp


More information about the geda-dev mailing list