Skip to Content.
Sympa Menu

freetds - RE: [freetds] (no subject)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] (no subject)
  • Date: Wed, 08 Dec 2004 21:50:26 +0100

Il mer, 2004-12-08 alle 21:42, Herring, Ed ha scritto:
> Here is a sample of the output:
>
> odbc.c: At top level:
> odbc.c:4542: parse error before "SQL_API"
> odbc.c:4543: parse error before "hdbc"
> odbc.c:4544: warning: return type defaults to `int'
> odbc.c:4544: warning: function declaration isn't a prototype
> odbc.c: In function `_SQLSetConnectAttr':
> odbc.c:4545: `SQLUINTEGER' undeclared (first use in this function)
> odbc.c:4545: parse error before "u_value"
> odbc.c:4547: `SQLRETURN' undeclared (first use in this function)
> odbc.c:4547: parse error before "ret"
> odbc.c:4549: `hdbc' undeclared (first use in this function)
> odbc.c:4549: `SQL_NULL_HDBC' undeclared (first use in this function)
> odbc.c:4549: `SQL_HANDLE_DBC' undeclared (first use in this function)
> odbc.c:4549: `SQL_INVALID_HANDLE' undeclared (first use in this
> function)
> odbc.c:4549: dereferencing pointer to incomplete type
> odbc.c:4551: `Attribute' undeclared (first use in this function)
> odbc.c:4552: `SQL_ATTR_AUTOCOMMIT' undeclared (first use in this
> function)
> odbc.c:4554: dereferencing pointer to incomplete type
> odbc.c:4554: `u_value' undeclared (first use in this function)
> odbc.c:4556: `SQL_ATTR_CONNECTION_TIMEOUT' undeclared (first use in this
> function)
> odbc.c:4557: dereferencing pointer to incomplete type
> odbc.c:4558: dereferencing pointer to incomplete type
> odbc.c:4558: `SQL_SUCCESS' undeclared (first use in this function)
> odbc.c:4560: `SQL_ATTR_ACCESS_MODE' undeclared (first use in this
> function)
> odbc.c:4561: dereferencing pointer to incomplete type
> odbc.c:4562: dereferencing pointer to incomplete type
> odbc.c:4564: `SQL_ATTR_CURRENT_CATALOG' undeclared (first use in this
> function)
> odbc.c:4565: `StringLength' undeclared (first use in this function)
> odbc.c:4565: `SQL_NTS' undeclared (first use in this function)
> odbc.c:4565: `SQL_NULL_DATA' undeclared (first use in this function)
> odbc.c:4566: dereferencing pointer to incomplete type
> odbc.c:4567: dereferencing pointer to incomplete type
> odbc.c:4567: `SQL_ERROR' undeclared (first use in this function)
> odbc.c:4569: `SQLCHAR' undeclared (first use in this function)
> odbc.c:4569: parse error before ')' token
>

To build odbc driver you need to install odbc includes (like
unixODBC-devel package) or disable odbc build

freddy77






Archive powered by MHonArc 2.6.24.

Top of Page