From owner-freebsd-questions@FreeBSD.ORG Wed Sep 14 05:52:20 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E9BB16A41F for ; Wed, 14 Sep 2005 05:52:20 +0000 (GMT) (envelope-from r_avasarala@yahoo.com) Received: from web30213.mail.mud.yahoo.com (web30213.mail.mud.yahoo.com [68.142.201.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 9F9FC43D46 for ; Wed, 14 Sep 2005 05:52:19 +0000 (GMT) (envelope-from r_avasarala@yahoo.com) Received: (qmail 46204 invoked by uid 60001); 14 Sep 2005 05:52:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=HBg61VTJxIO2RpeNXW2jS3P4X+mJ19rRskmkV/MS99sCnND+bhXZiQNWlYdXMZBH1Bvi/hBxMqGAPP0+KnrDvQbMFQRXLK00i/BV0kjwRcMpK7z/VEWnSlFkm4haa7F41n/OQKdTvVBlOe3Gqgk9aCM/nqRoNy0vEQeYjYvm+kw= ; Message-ID: <20050914055218.46202.qmail@web30213.mail.mud.yahoo.com> Received: from [63.250.222.254] by web30213.mail.mud.yahoo.com via HTTP; Tue, 13 Sep 2005 22:52:18 PDT Date: Tue, 13 Sep 2005 22:52:18 -0700 (PDT) From: To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Using iodbc and getting an error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 05:52:20 -0000 I have downloaded iodbc on free bsd 4.11. Ran the configure and when I run make check I get the below error: Making check in admin Making check in bin Making check in etc Making check in man Making check in include Making check in iodbcinst source='SQLConfigDataSource.c' object='SQLConfigDataSource.lo' libtool=yes depfile='.deps/SQLConfigDataSource.Plo' tmpdepfile='.deps/SQLConfigDataSource.TPlo' depmode=gcc /usr/local/bin/bash ../admin/depcomp /usr/local/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -g -O2 -DODBCVER=0x0350 -DIODBC_BUILD=10928 -pthread -c -o SQLConfigDataSource.lo `test -f 'SQLConfigDataSource.c' || echo './'`SQLConfigDataSource.c rm -f .libs/SQLConfigDataSource.lo gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -g -O2 -DODBCVER=0x0350 -DIODBC_BUILD=10928 -pthread -c SQLConfigDataSource.c -Wp,-MD,.deps/SQLConfigDataSource.TPlo -fPIC -DPIC -o .libs/SQLConfigDataSource.lo In file included from ../include/sql.h:91, from ../include/iodbcinst.h:84, from SQLConfigDataSource.c:74: ../include/sqltypes.h:393: #error Please make sure your system supports the wchar_t type *** Error code 1 The product says it can support Free BSD and I get this check any idea? thanks Yo