bugGuile - Bugs: bug #21790, `SCM_RESET_DEBUG_MODE' broken in...

 
 

bug #21790: `SCM_RESET_DEBUG_MODE' broken in HEAD

Submitter:  Ludovic Courtès <civodul>
Submitted:  Thu 13 Dec 2007 02:29:42 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  civodul
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

  Spam posted by bizzle
Sat 12 Sep 2009 09:28:36 PM UTC, comment #1: 

Likewise, compiling GNU Mailutils 2.1 with Guile 1.9.2 leads to this:

#v+
mu_guile.c: In function ‘mu_guile_init’:
mu_guile.c:111: error: ‘SCM_DEVAL_P’ undeclared (first use in this function)
mu_guile.c:111: error: (Each undeclared identifier is reported only once
mu_guile.c:111: error: for each function it appears in.)
mu_guile.c:112: error: ‘SCM_BACKTRACE_P’ undeclared (first use in this function)
mu_guile.c:113: error: ‘SCM_RECORD_POSITIONS_P’ undeclared (first use in this function)
mu_guile.c:114: error: ‘SCM_ENTER_FRAME_P’ undeclared (first use in this function)
mu_guile.c:114: error: ‘SCM_BREAKPOINTS_P’ undeclared (first use in this function)
mu_guile.c:114: error: ‘SCM_ENTER_FRAME_HDLR’ undeclared (first use in this function)
mu_guile.c:114: error: ‘SCM_APPLY_FRAME_P’ undeclared (first use in this function)
mu_guile.c:114: error: ‘SCM_TRACE_P’ undeclared (first use in this function)
mu_guile.c:114: error: ‘SCM_APPLY_FRAME_HDLR’ undeclared (first use in this function)
mu_guile.c:114: error: ‘SCM_EXIT_FRAME_P’ undeclared (first use in this function)
mu_guile.c:114: error: ‘SCM_EXIT_FRAME_HDLR’ undeclared (first use in this function)
mu_guile.c:114: error: ‘SCM_MEMOIZE_P’ undeclared (first use in this function)
mu_guile.c:114: error: ‘SCM_MEMOIZE_HDLR’ undeclared (first use in this function)
#v-

Ludo'.

Ludovic Courtès <civodul>
Group administrator
Thu 13 Dec 2007 02:29:42 PM UTC, original submission:  

Hi,

The `SCM_RESET_DEBUG_MODE' is broken in head, since it relies on macros/definitions that have been moved to `private-options.h'.  I'd suggest moving it to `deprecated.h' where it would be implemented as a function.

Thanks,
Ludovic.

Ludovic Courtès <civodul>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bizzle (Posted a comment)
  • -email is unavailable- added by civodul (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-08-20 civodul Assigned toNone civodul

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code