[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freetds
Subject:    Re: [freetds] 0.82 status
From:       "Craig A. Berry" <craigberry () mac ! com>
Date:       2008-02-18 0:59:39
Message-ID: p06240800c3de87a3ac56 () [172 ! 16 ! 52 ! 1]
[Download RAW message or body]

At 3:35 PM -0600 2/9/08, Craig A. Berry wrote:
> With both 0.82rc1 and with the development snapshot dated 20080209, I get a clean \
> build using 
> $ cc/version
> HP C V7.3-009 on OpenVMS Alpha V8.3
> 
> Running tests will have to wait until I can get the SQL 2005 Express Edition on my \
> home network to actually listen on the network, which at the current rate may be \
> never.

Either I overcame my resistance to getting SQL 2005 configured or it
overcame it's resistance to me, but I've now got it working and have
run the FreeTDS test suite with all tests passing,  the only caveat
being that I still need to add support to build some of the newer tests.

I also discovered that the system-supplied iconv() is broken in a
couple of nasty ways, so the attached patch turns it off by default
so we use the FreeTDS home-grown implementation.

-- 
________________________________________
Craig A. Berry
mailto:craigberry@mac.com

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


["vms_iconv.patch" (vms_iconv.patch)]

--- vms/configure.com;-0	Thu Dec 29 04:24:34 2005
+++ vms/configure.com	Thu Feb 14 12:41:00 2008
@@ -38,7 +38,9 @@ $! The system-supplied iconv() is fine, 
 $! kit has been installed, we may not have the conversions we need.  Check
 $! for their presence and use the homegrown iconv() if necessary.
 $!
-$ IF F$SEARCH("SYS$I18N_ICONV:UCS-2_ISO8859-1.ICONV") .NES. "" -
+$ IF -
+    "FALSE" - ! native iconv() buggy, don't use for now
+    .AND. F$SEARCH("SYS$I18N_ICONV:UCS-2_ISO8859-1.ICONV") .NES. "" -
     .AND. F$SEARCH("SYS$I18N_ICONV:ISO8859-1_UCS-2.ICONV") .NES. "" -
     .AND. F$SEARCH("SYS$I18N_ICONV:UTF-8_ISO8859-1.ICONV") .NES. "" -
     .AND. F$SEARCH("SYS$I18N_ICONV:ISO8859-1_UTF-8.ICONV") .NES. ""


_______________________________________________
FreeTDS mailing list
FreeTDS@lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic