Skip to Content.
Sympa Menu

freetds - Re: variables undefined?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: variables undefined?
  • Date: Wed, 27 Jun 2001 20:17:03 -0400 (EDT)



These are in tds.h which is generated from tds.h.in

It seems to be ok in my tree.

Brian

On Tue, 26 Jun 2001, Devin wrote:

> When compiling the latest version of FreeTDS I am getting several errors
> about variables undefined. Here is what happens when I compile token.c
>
> token.c: In function `tds_process_default_tokens':
> token.c:66: `TDS_DBG_FUNC' undeclared (first use in this function)
> token.c:66: (Each undeclared identifier is reported only once
> token.c:66: for each function it appears in.)
> token.c: In function `tds_process_login_tokens':
> token.c:169: `TDS_DBG_FUNC' undeclared (first use in this function)
> token.c: In function `tds_process_result_tokens':
> token.c:229: `TDS_DBG_INFO1' undeclared (first use in this function)
> token.c: In function `tds_process_row_tokens':
> token.c:316: `TDS_DBG_INFO1' undeclared (first use in this function)
> token.c: In function `tds_process_row':
> token.c:887: `TDS_DBG_INFO1' undeclared (first use in this function)
> token.c: In function `tds_process_env_chg':
> token.c:1082: `TDS_DBG_INFO1' undeclared (first use in this function)
> token.c: In function `tds_process_msg':
> token.c:1227: `TDS_DBG_WARN' undeclared (first use in this function)
> token.c: In function `tds_set_null':
> token.c:1401: `TDS_DBG_INFO1' undeclared (first use in this function)
> token.c: In function `tds_clr_null':
> token.c:1413: `TDS_DBG_INFO1' undeclared (first use in this function)
>
> What header file are these variables defined in?
>
> Thanks,
>
> Devin.
>
> ---
> You are currently subscribed to freetds as: [camber AT ais.org]
> To unsubscribe, forward this message to $subst('Email.Unsub')
>





Archive powered by MHonArc 2.6.24.

Top of Page