Skip to Content.
Sympa Menu

freetds - [freetds] problem compiling token.c with libiconv-1.9.1?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "TDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: [freetds] problem compiling token.c with libiconv-1.9.1?
  • Date: Tue, 3 Feb 2004 12:06:05 -0500

Compiling current CVS with GNU libiconv 1.9.1, I get these errors:

gcc -DHAVE_CONFIG_H -I. \
-I../../../src/tds \
-I../../include \
-I../../../include \
-D_FREETDS_LIBRARY_SOURCE \
-I/usr/pkg/include \
-DDEBUG=1 \
-Wall \
-Wstrict-prototypes \
-Wmissing-prototypes \
-Wno-long-long \
-g \
-O2 \
-c \
../../../src/tds/token.c \
-Wp,-MD,.deps/token.TPlo \
-fPIC \
-DPIC \
-o .libs/token.o
../../../src/tds/token.c: In function `tds7_get_data_info':
../../../src/tds/token.c:1428: structure has no member named `libiconv'
../../../src/tds/token.c: In function `tds_get_data_info':
../../../src/tds/token.c:1570: structure has no member named `libiconv'
../../../src/tds/token.c: In function `tds_get_data':
../../../src/tds/token.c:1955: structure has no member named `libiconv'
../../../src/tds/token.c:1982: structure has no member named `libiconv'
../../../src/tds/token.c: In function `adjust_character_column_size':
../../../src/tds/token.c:3374: structure has no member named `libiconv'
../../../src/tds/token.c:3382: structure has no member named `libiconv'
../../../src/tds/token.c:3386: structure has no member named `libiconv'
../../../src/tds/token.c:3387: structure has no member named `libiconv'
../../../src/tds/token.c:3389: structure has no member named `libiconv'
../../../src/tds/token.c:3393: structure has no member named `libiconv'
../../../src/tds/token.c:3400: structure has no member named `libiconv'
../../../src/tds/token.c:3402: structure has no member named `libiconv'

Normally these days I compile with --disable-libiconv, so I don't know when
this began.

I should mention I compile in a "build" directory next to src. That's why
all the "../" prefixes in the include path.

--jkl
1345 6th Avenue, 39th floor
(212) 823-2646


-----------------------------------------
The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the original
message. Please note that we do not accept account orders and/or instructions
by e-mail, and therefore will not be responsible for carrying out such orders
and/or instructions.
If you, as an intended recipient of this commercial e-mail or advertisement,
would not like to receive further e-mail correspondence from the sender,
please "reply" to the sender indicating your wishes.
In the U.S.: 1345 Avenue of the Americas, New York, NY 10105








Archive powered by MHonArc 2.6.24.

Top of Page