Skip to Content.
Sympa Menu

freetds - Re: [freetds] dbschema.pl -- fixed

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: David Owen <dowen AT midsomer.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] dbschema.pl -- fixed
  • Date: 25 Feb 2003 13:47:44 -0700

There is a bit of confusion here. The login.c is in src/server not
src/tds I have just tried adding the lines for sys/types with the
#defines and it all works OK.

Just about to try it on 4.7, but the suggested change worked on 4.6, all
tests passing.

dowen


On Tue, 2003-02-25 at 13:35, Craig Davison wrote:
> On Tue, Feb 25, 2003 at 03:00:02PM -0500, Lowden, James K wrote:
> > Craig,
> >
> > Thank you for testing rc4. I'll put together a "proper patch" tonight. I
> > hope you'll try rc5. ;-)
> >
> > In login.c, I see:
> >
> > #if HAVE_SYS_SOCKET_H
> > #include <sys/socket.h>
> > #endif /* HAVE_SYS_SOCKET_H */
> >
> > #if HAVE_SYS_TYPES_H
> > #include <sys/types.h>
> > #endif /* HAVE_SYS_TYPES_H */
> >
> > If you reverse these two blocks, does it compile?
>
> My copy didn't have the HAVE_SYS_TYPES_H block in either file. (Was
> ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/current/freetds-0.61rc.tgz
> the right tarball for rc4?)
>
> Once I _added_ the block to both, it compiled just fine.
>
> Thanks
>
> --
> Craig Davison
> Symantec Corporation
> +1 (403) 213-3939 ext. 228
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>
--
David Owen Midsomer Consultants Inc. dowen AT midsomer.org
Maintainer of the Sybase FAQ: http://www.isug.com/Sybase_FAQ




Archive powered by MHonArc 2.6.24.

Top of Page