Skip to Content.
Sympa Menu

freetds - Re: TDSFREE on HPUX--- " There is not enough memor y available now"

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Thompson, Bill D (London)" <ThompBil AT exchange.uk.ml.com>
  • To: "'TDS Development Group'" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: TDSFREE on HPUX--- " There is not enough memor y available now"
  • Date: Wed, 16 Oct 2002 07:03:14 +0100


All,

> token.c: In function `tds_get_data':
> token.c:1140: `info' undeclared (first use in this function)
> token.c:1140: (Each undeclared identifier is reported only once
> token.c:1140: for each function it appears in.)
> gmake[1]: *** [token.lo] Error 1

> I didn't have time to look into this tonight. I bet Nick or Frediano will
> have it fixed in a matter of hours if they haven't already.

Before:

tds_swap_datatype(tds_get_conversion_type(curcol->column_type,
colsize),
&(info->current_row[curcol->column_offset])
);

After:

tds_swap_datatype(tds_get_conversion_type(curcol->column_type,
colsize), dest);

That does the business. I guess these HPUX guys and me are the only
big-enders out there at the moment...

Bill







  • Re: TDSFREE on HPUX--- " There is not enough memor y available now", Thompson, Bill D (London), 10/16/2002

Archive powered by MHonArc 2.6.24.

Top of Page