guile-devel
[Top][All Lists]
Advanced

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

Fwd: Re: Wrong type argument in procedure variable-set-name-hint!


From: Bruce Korb
Subject: Fwd: Re: Wrong type argument in procedure variable-set-name-hint!
Date: Sat, 22 Jan 2005 11:36:19 -0800
User-agent: KMail/1.6.2


----------  Forwarded Message  ----------

Subject: Re: Wrong type argument in procedure variable-set-name-hint!
Date: Saturday 22 January 2005 11:35 am
From: Bruce Korb <address@hidden>
To: address@hidden
Cc: address@hidden, Matt Kraai <address@hidden>

Hello Guile Folks,

Below is an error message that Matt Kraai gets while trying to
start my autogen program.  Would anyone have a guess about
what the cause might be?  Attached is the script being run
when this failure occurs.

Thanks for your help!  Regards, Bruce

On Saturday 22 January 2005 11:06 am, Matt Kraai wrote:
> > > + /tmp/autogen-5.6.5/agen5/autogen -L/tmp/autogen-5.6.5/autoopts
> > > default-test.def
> > > ERROR: In procedure variable-set-name-hint!:
> > > ERROR: Wrong type argument in position ~A (expecting ~A): ~S

SCM_DEFINE (scm_variable_set_name_hint, "variable-set-name-hint!", 2, 0, 0,
            (SCM var, SCM hint),
            "Do not use this function.")
#define FUNC_NAME s_scm_variable_set_name_hint
{
  SCM_VALIDATE_VARIABLE (1, var);
  SCM_VALIDATE_SYMBOL (2, hint);
#if SCM_ENABLE_VCELLS
  SCM_SETCAR (SCM_SMOB_DATA (var), hint);
#endif
  return SCM_UNSPECIFIED;
}
#undef FUNC_NAME


-------------------------------------------------------


Attachment: schemedef.scm
Description: Text document


reply via email to

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