Return-Path: Delivered-To: apmail-incubator-stdcxx-user-archive@www.apache.org Received: (qmail 51254 invoked from network); 7 Feb 2006 02:50:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Feb 2006 02:50:34 -0000 Received: (qmail 85001 invoked by uid 500); 7 Feb 2006 02:50:34 -0000 Delivered-To: apmail-incubator-stdcxx-user-archive@incubator.apache.org Received: (qmail 84979 invoked by uid 500); 7 Feb 2006 02:50:34 -0000 Mailing-List: contact stdcxx-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-user@incubator.apache.org Delivered-To: mailing list stdcxx-user@incubator.apache.org Received: (qmail 84968 invoked by uid 99); 7 Feb 2006 02:50:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 18:50:34 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sreyesp@gmail.com designates 64.233.162.194 as permitted sender) Received: from [64.233.162.194] (HELO zproxy.gmail.com) (64.233.162.194) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 18:50:33 -0800 Received: by zproxy.gmail.com with SMTP id 40so1274537nzk for ; Mon, 06 Feb 2006 18:50:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iZ91NSwiBJb9/YYbyVjAG2Ldkfv1QqgxsFgF/H6j/MQ/eWpi+3v6284yiyyzG3q7fwEGwRLbmzn4ces6F/CgWfguzO5JosOYwkjoeOSnD+hzz1h1EzEIgHeVZA41nRjXnIhgXzzThFH0P1XUhJTLq3+msan0RLMep3Zw0Lc9MyQ= Received: by 10.65.182.1 with SMTP id j1mr802288qbp; Mon, 06 Feb 2006 18:50:11 -0800 (PST) Received: by 10.65.132.19 with HTTP; Mon, 6 Feb 2006 18:50:11 -0800 (PST) Message-ID: <506c7c800602061850y1f6b78f2p621806a3785d9d8d@mail.gmail.com> Date: Mon, 6 Feb 2006 20:50:11 -0600 From: "Sergio A. Reyes-Peniche" To: stdcxx-user@incubator.apache.org Subject: Re: Error with generate.bat In-Reply-To: <43E50921.40702@roguewave.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <506c7c800602031942i670ecb2bta2d0a0f68e034ca0@mail.gmail.com> <43E50921.40702@roguewave.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi again, On 2/4/06, Martin Sebor wrote: > > Only MSVC 7.1 works with the infrastructure in 4.1.3. Getting MSVC > 8.0 to work isn't difficult -- you simply use the Visual Studio 8.0 > conversion wizard to convert the solution (and tweak a few compiler > options). But since the solution format is incompatible between > different versions of Visual Studio there is no way to go back > from 7.1 to 6.0. I suspect that adding support for MSVC 6 would be > a challenge (AFAIK, no one has tried it, even though the library > itself was tested with the compiler not too long ago). I just wanted to see a complete solution (makefiles or project files) in order to understand the build process and manually port it to other platforms. > I tried MSVC 6 and ran into the same error. It was caused by my > PATH environment variable missing a directory containing the uuidgen > utility that the infrastructure needs. With uuidgen in my PATH the > script successfully generated the MSVC 7.1 solution and all the > projects. The utility comes with MSVC 8 but I'm sure you can > download it separately as well. As I said, though, the 7.1 solution > will not work with 6.0. I cannot find a (legal) download of uuidgen. I will switch to Linux, run make -f GNUMakefile and study that solution. > That being said, the error message in this case is not descriptive > enough and should be improved. I created an issue in our bug tracking > database to make sure we don't forget: > http://issues.apache.org/jira/browse/STDCXX-133 > > Martin OK, thank you for your help. Sergio.