Skip to Content.
Sympa Menu

freetds - [freetds] iconv

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Patrick Welche <prlw1 AT newn.cam.ac.uk>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] iconv
  • Date: Thu, 15 May 2003 16:51:34 +0100

With fresh cvs code, I get:

In file included from mem.c:39:
../../include/tdsiconv.h:53: parse error before `cd'
../../include/tdsiconv.h:53: warning: function declaration isn't a prototype

essentially because tdsiconv.h uses iconv_t. I don't have libiconv installed,
so configure quite rightly doesn't define HAVE_ICONV. So, is iconv required
for freetds? If so, then maybe a note in README or INSTALL, else it's time
to put some cunning HAVE_ICONVs about the place.. (I cheated and added
typedef void* iconv_t;
to tdsiconv.h but got many warnings compiling iconv.c - I don't thing config.h
is included in it either...)

Cheers,

Patrick



  • [freetds] iconv, Patrick Welche, 05/15/2003

Archive powered by MHonArc 2.6.24.

Top of Page