Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 45209 invoked from network); 14 May 2007 15:35:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2007 15:35:19 -0000 Received: (qmail 86938 invoked by uid 500); 14 May 2007 15:35:26 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 86922 invoked by uid 500); 14 May 2007 15:35:26 -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 86911 invoked by uid 99); 14 May 2007 15:35:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 08:35:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 08:35:18 -0700 Received: from vcsmtpcs.ad.quovadx.com (dhcp-170-236.quovadx.com [192.168.170.236] (may be forged)) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l4EFYCx1015957 for ; Mon, 14 May 2007 15:34:12 GMT Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by vcsmtpcs.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 14 May 2007 09:34:27 -0600 Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 14 May 2007 09:34:26 -0600 Message-ID: <464881E7.9060207@roguewave.com> Date: Mon, 14 May 2007 09:36:07 -0600 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Paul Pedriana CC: Eric Lemings , stdcxx-dev@incubator.apache.org Subject: Re: EASTL References: <464429FA.30503@pedriana.com> <46480C36.9000801@pedriana.com> In-Reply-To: <46480C36.9000801@pedriana.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 May 2007 15:34:26.0937 (UTC) FILETIME=[5B206690:01C7963D] X-Virus-Checked: Checked by ClamAV on apache.org Paul Pedriana wrote: > I tried to download and test stdcxx. It seems to want me to run a > configure script before you can compile with it, as there are missing > files in the source distribution. Yes, stdcxx automatically configures itself before it can be built. > Unfortunately, on my Windows XP system > the generate script fails to run (or else I can't don't know how to run > it). I'm CC'ing stdcxx-dev on this. Someone more familiar with the Windows infrastructure than me will help you sort things out. 4.1.3 is old and may not set up correctly on Windows. The latest trunk as well as the (pre-release) 4.2.0 both should. You might able to glean some helpful info from the logs for our nightly test results: http://people.apache.org/~sebor/stdcxx/results/ (e.g., how to correctly invoke the generate.bat script). > Is there any pre-existing buildable version available for Win32? > Alternatively, I can build on Mac OS X (10.4 / GCC 4.0), Linux (2.6.17 / > GCC 4.1), or Win64 (AMD64 / GCC or VC++). There is no prebuilt version of the library but you should be able to build the latest trunk or 4.2.0 on all the platforms listed on the test matrix above. The Mac OS X port isn't complete (I don't know if it works or not but our plan is to make it work by the time 4.2.0 comes out). The rest of the platforms you mention should work. Again, look at the build logs for examples of how to invoke the build infrastructure. (You can also read the README for the description of the whole infrastructure). > > Thanks. > > Paul > > > > C:> F:\Development\C++\STL\Apache\stdcxx-4.1.3\generate.bat /CONFIG:VC71 > /TOPDIR:F:\Development\C++\STL\Apache\stdcxx-4.1.3 > /BUILDDIR:F:\Development\C++\STL\Apache\stdcxx-4. > 1.3\project > Solution generation script > Checking arguments... > Building directory tree created > Checking consistence... > Creating projects... > F:\Development\C++\STL\Apache\stdcxx-4.1.3\etc\config\windows\generate.wsf(17, > 6) WshShell.Exec: The system cannot find the file specified. I suspect it's actually a Windows file that the script can't find, not something that's missing from the distribution. We've made the error message more user-friendly in 4.2.0: http://issues.apache.org/jira/browse/STDCXX-133 Martin