Skip to Content.
Sympa Menu

freetds - variables undefined?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Devin" <devin AT aiyowei.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: variables undefined?
  • Date: Tue, 26 Jun 2001 23:42:52 -0400


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.




Archive powered by MHonArc 2.6.24.

Top of Page