Skip to Content.
Sympa Menu

freetds - RE: [freetds] Yet another freetds on Solaris 8 problem.

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Thompson, Bill D (London)" <bill_d_thompson AT ml.com>
  • To: "'FreeTDS Development Group'" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Yet another freetds on Solaris 8 problem.
  • Date: Tue, 18 May 2004 15:05:01 +0100

Hi damian,

Freddy has kindly fixed in CVS my sloppy coding that was causing the "too
few arguments" errors...

The "overflow in implicit constant conversion" errors can be overcome by
changing....

colinfo->column_bindtype = CS_UNUSED;
colinfo->column_bindfmt = CS_UNUSED;

to...

colinfo->column_bindtype = 0;
colinfo->column_bindfmt = 0;

in lines 102,103 and 125, 126

Freddy, you couldn't fix these too, could you ????

Damian, you really should go back to Solaris 6, you know...the compilers are
much more forgiving :-)

Bill

> -----Original Message-----
> From: Damian Marinaccio [SMTP:dxmwml AT rit.edu]
> Sent: 18 May 2004 14:12
> To: freetds AT lists.ibiblio.org
> Subject: [freetds] Yet another freetds on Solaris 8 problem.
>
> I am sorry to be the bearer of bad news again but another error has
> popped up on Solaris 8 when trying to install freetds from nightly
> snapshot 20040518.
>
> gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
> -D_FREETDS_LIBRARY_SOURCE -DMSDBLIB -D_REENTRANT -D_THREAD_SAFE
> -DDEBUG=1 -Wall o
> blk.c: In function `blk_bind':
> blk.c:102: warning: overflow in implicit constant conversion
> blk.c:103: warning: overflow in implicit constant conversion
> blk.c:125: warning: overflow in implicit constant conversion
> blk.c:126: warning: overflow in implicit constant conversion
> blk.c: In function `blk_done':
> blk.c:246: too few arguments to function `_ctclient_msg'
> blk.c:255: too few arguments to function `_ctclient_msg'
> blk.c:272: too few arguments to function `_ctclient_msg'
> blk.c: In function `blk_init':
> blk.c:351: too few arguments to function `_ctclient_msg'
> blk.c:356: too few arguments to function `_ctclient_msg'
> blk.c:396: too few arguments to function `_ctclient_msg'
> blk.c:404: too few arguments to function `_ctclient_msg'
> blk.c:411: too few arguments to function `_ctclient_msg'
> blk.c:418: too few arguments to function `_ctclient_msg'
> blk.c:464: too few arguments to function `_ctclient_msg'
> blk.c:472: too few arguments to function `_ctclient_msg'
> blk.c: In function `_blk_rowxfer_out':
> blk.c:633: too few arguments to function `_ctclient_msg'
> blk.c:643: too few arguments to function `_ctclient_msg'
> blk.c:677: too few arguments to function `_ctclient_msg'
> blk.c: In function `_rowxfer_in_init':
> blk.c:779: warning: implicit declaration of function `asprintf'
> blk.c:807: too few arguments to function `_ctclient_msg'
> make[3]: *** [blk.lo] Error 1
> make[3]: Leaving directory `/src/freetds-0.63.dev.20040518/src/ctlib'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/src/freetds-0.63.dev.20040518/src/ctlib'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/src/freetds-0.63.dev.20040518/src'
> make: *** [all-recursive] Error 1
>
>
>
> Damian Marinaccio
> RIT Library
> dxmwml AT rit.edu
> 585.475.7741
>
>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds

==============================================================================

If you are not an intended recipient of this e-mail, please notify
the sender, delete it and do not read, act upon, print, disclose,
copy, retain or redistribute it.

Click here for important additional terms relating to this e-mail.
<http://www.ml.com/email_terms/>

==============================================================================





Archive powered by MHonArc 2.6.24.

Top of Page