Skip to Content.
Sympa Menu

freetds - Re: [freetds] Release Candidate 0.82RC1 available

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Release Candidate 0.82RC1 available
  • Date: Fri, 11 Jan 2008 10:51:08 +0100

>
> James K. Lowden schrieb:
>
> > The UG has some undoubtedly out-of-date information about
> Mac OS X. I
> > think it's been determined that FreeTDS as of today doesn't build
> > correctly on that platform. If you have notes on how to do
> it, I'll add
> > them to the readme.
>
> I tried it on MacOS X and there is just one problem that causes the
> compilation to fail:
>
> gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include
> -D_FREETDS_LIBRARY_SOURCE -DIODBC -D_REENTRANT -D_THREAD_SAFE
> -DDEBUG=1
> -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long
> -D_THREAD_SAFE -g -O2 -Wdeclaration-after-statement -MT
> tsql.o -MD -MP
> -MF .deps/tsql.Tpo -c -o tsql.o tsql.c
> tsql.c: In function 'main':
> tsql.c:687: error: 'rl_inhibit_completion' undeclared (first
> use in this
> function)
> tsql.c:687: error: (Each undeclared identifier is reported only once
> tsql.c:687: error: for each function it appears in.)
>
> The reason is that I have a libreadline 5.2 in my system and it seems
> that it doesn't have a rl_inhibit_completion any more.
>
> Regards,
> Mark
>
>

If you comment/remove that line does it build correctly??

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page