Skip to Content.
Sympa Menu

freetds - [freetds] build broken on OS X

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Craig A. Berry" <craigberry AT mac.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: [freetds] build broken on OS X
  • Date: Thu, 27 Aug 2015 18:54:07 -0500

This is what I see with master as of 6ac57ef9e7eed5fcbcfa80. I don’t see
anything obvious or recent that caused it, though 9b57e2ad99f7cc32 ("Allow to
include replacements/readpassphrase.h directly”) from back in May is surely
part of the picture. fisql.c itself has not changed in a year.

Making all in apps
Making all in fisql
CC fisql.o
fisql.c:414:3: warning: implicit declaration of function 'readpassphrase' is
invalid in C99 [-Wimplicit-function-declaration]
readpassphrase("Password: ", password, READPASSPHRASE_MAXLEN,
RPP_ECHO_OFF);
^
fisql.c:414:65: error: use of undeclared identifier 'RPP_ECHO_OFF'
readpassphrase("Password: ", password, READPASSPHRASE_MAXLEN,
RPP_ECHO_OFF);

^
1 warning and 1 error generated.
make[3]: *** [fisql.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

I am getting this defined:

$ grep READPASS include/config.h
#define HAVE_READPASSPHRASE 1

________________________________________
Craig A. Berry
mailto:craigberry AT mac.com

"... getting out of a sonnet is much more
difficult than getting in."
Brad Leithauser





Archive powered by MHonArc 2.6.24.

Top of Page