Skip to Content.
Sympa Menu

freetds - RE: [freetds] (no subject)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Herring, Ed" <ed.herring AT intel.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] (no subject)
  • Date: Wed, 8 Dec 2004 12:42:20 -0800

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

-----Original Message-----
From: freetds-bounces AT lists.ibiblio.org
[mailto:freetds-bounces AT lists.ibiblio.org] On Behalf Of Michael Peppler
Sent: Wednesday, December 08, 2004 2:10 PM
To: FreeTDS Development Group
Subject: Re: [freetds] (no subject)

On Wed, 2004-12-08 at 20:44, Herring, Ed wrote:
> I'm having trouble compiling freetds on a Linux system.

It helps if you tell us *what* sort of problems you're having...

Michael
--
Michael Peppler - mpeppler AT peppler.org - http://www.peppler.org/
Sybase DBA/Developer
Available for contract work - http://www.peppler.org/resume.html

_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds




Archive powered by MHonArc 2.6.24.

Top of Page