Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 77931 invoked from network); 16 Feb 2005 06:47:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Feb 2005 06:47:27 -0000 Received: (qmail 49010 invoked by uid 500); 16 Feb 2005 06:47:27 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 48988 invoked by uid 500); 16 Feb 2005 06:47:26 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 48974 invoked by uid 99); 16 Feb 2005 06:47:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from theoryx5.uwinnipeg.ca (HELO theoryx5.uwinnipeg.ca) (142.132.65.108) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 15 Feb 2005 22:47:25 -0800 Received: from theoryx5.uwinnipeg.ca (localhost.localdomain [127.0.0.1]) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8) with ESMTP id j1G6kVH3007214 for ; Wed, 16 Feb 2005 00:46:31 -0600 Received: from localhost (randy@localhost) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8/Submit) with ESMTP id j1G6kVve007210 for ; Wed, 16 Feb 2005 00:46:31 -0600 Date: Wed, 16 Feb 2005 00:46:31 -0600 (CST) From: Randy Kobes To: apreq-dev@httpd.apache.org Subject: [multi-env] illegal escape sequence Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Win32, in the multi-env branch (but also in trunk), I get an error when compiling library/t/cookie.c: D:\svn\MULTI-~1\library\t\cookie.c(114) : error C2017: illegal escape sequence This arises whenever an escaped quote is used, as in "rfc=out; Version=1; domain=\"example.com\"" of line 114 in cookie.c, apparently due to VC++ not being able to correctly use AT_str_eq() of at.h in this case. I've found qualitatively similar problems with google, but can't find something that works here - does this ring a bell with anyone? Thanks. -- best regards, randy