Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 91151 invoked from network); 25 Sep 2006 17:46:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2006 17:46:34 -0000 Received: (qmail 86064 invoked by uid 500); 25 Sep 2006 17:46:34 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 86003 invoked by uid 500); 25 Sep 2006 17:46:34 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 85991 invoked by uid 99); 25 Sep 2006 17:46:34 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Sep 2006 10:46:34 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=ablack@roguewave.com; spf=permerror X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received-SPF: error (idunn.apache.osuosl.org: domain roguewave.com from 208.30.140.160 cause and error) Received: from [208.30.140.160] ([208.30.140.160:14177] helo=moroha.quovadx.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id A7/9D-13750-5E518154 for ; Mon, 25 Sep 2006 10:46:14 -0700 Received: from [10.70.3.48] ([10.70.3.48]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id k8PHjndi020244 for ; Mon, 25 Sep 2006 17:45:49 GMT Message-ID: <451815D9.2020701@roguewave.com> Date: Mon, 25 Sep 2006 11:46:01 -0600 From: Andrew Black User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] Scripts, generating solution and projects for MSVC/ICC References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Greetings Farid One note I have about the patch file is that it doesn't include the additional files that were added during the development process. While it isn't difficult to retrieve these files from the directory you provided, it is surprising to apply the patch, then receive an error message from cscript when you try to run the generate.bat file. For others following the thread, these new files are devenv_consts.js, filterdef.js, icc-9.0.config, icc-9.1.config, msvc-7.0.config, msvc-7.1.config, msvc-8.0.config, msvcex-8.0.config, projectdef.js, projects.js, and run_locale_utils.wsf --Andrew Black Farid Zaripov wrote: > I have been updated the scripts. > > The diff file: http://people.apache.org/~faridz/ver2/scripts.diff > > The copy of etc/config/windows from my working copy is here: > http://people.apache.org/~faridz/ver2/windows/ > > Brief changelog: > 1) solution file generated without using automation objects (because of > the MSVC Express doesn't registers this objects); > 2) rwtest library will be built as dynamic library in "... Dll" solution > configurations > > I have tried to build stdcxx on MSVC 7.0 and got some errors so I can > say that we don't support MSVC 7.0 at the moment. > > Some tests failed to link in "... Dll" configurations because of not > all used from rwtest symbols are exported. > > I'll show the details later. > > Farid.