From owner-freebsd-database Sun Feb 25 13:22: 3 2001 Delivered-To: freebsd-database@freebsd.org Received: from hotmail.com (f298.law11.hotmail.com [64.4.16.173]) by hub.freebsd.org (Postfix) with ESMTP id 6C67E37B401 for ; Sun, 25 Feb 2001 13:21:56 -0800 (PST) (envelope-from t403403@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 25 Feb 2001 13:21:56 -0800 Received: from 12.77.221.119 by lw11fd.law11.hotmail.msn.com with HTTP; Sun, 25 Feb 2001 21:21:55 GMT X-Originating-IP: [12.77.221.119] From: "Terry Witherspoon" To: freebsd-database@freebsd.org Subject: MyODBC will not compile? Date: Sun, 25 Feb 2001 15:21:55 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Feb 2001 21:21:56.0207 (UTC) FILETIME=[FAF7C7F0:01C09F70] Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm trying to compile MyODBC 2.50.36 from source on a new 4.2 box. The compile fails with the message below. I don't want to use the ports version as it tries to install MySQL which I already have loaded. Anyone care to guess whats wrong with this? Thanks, TW /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/mysql -I/usr/local/include -g -O2 -c connect.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/mysql -I/usr/local/include -g -O2 -Wp,-MD,.deps/connect.pp -c -fPIC -DPIC connect.c -o connect.lo connect.c: In function `SQLAllocConnect': connect.c:89: structure has no member named `vio' connect.c: In function `SQLConnect': connect.c:196: structure has no member named `vio' gmake: *** [connect.lo] Error 1 _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Sun Feb 25 14:51:24 2001 Delivered-To: freebsd-database@freebsd.org Received: from hotmail.com (f60.law11.hotmail.com [64.4.17.60]) by hub.freebsd.org (Postfix) with ESMTP id E497637B401 for ; Sun, 25 Feb 2001 14:51:21 -0800 (PST) (envelope-from t403403@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 25 Feb 2001 14:51:12 -0800 Received: from 12.77.221.119 by lw11fd.law11.hotmail.msn.com with HTTP; Sun, 25 Feb 2001 22:51:12 GMT X-Originating-IP: [12.77.221.119] From: "Terry Witherspoon" To: freebsd-database@freebsd.org Subject: MyODBC 2.50.34 will not install. Date: Sun, 25 Feb 2001 16:51:12 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Feb 2001 22:51:12.0965 (UTC) FILETIME=[73D82F50:01C09F7D] Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I'm trying to install MyODBC from src. I get the below error. Does anyone know what causes this? I did not use the port since I already had the latest mysql installed in a non-standard place and the port tried to install an older release. TIA, TW /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/mysql -I/usr/local/include -g -O2 -c connect.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/mysql -I/usr/local/include -g -O2 -Wp,-MD,.deps/connect.pp -c -fPIC -DPIC connect.c -o connect.lo connect.c: In function `SQLAllocConnect': connect.c:89: structure has no member named `vio' connect.c: In function `SQLConnect': connect.c:196: structure has no member named `vio' gmake: *** [connect.lo] Error 1 _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message