Return-Path: Delivered-To: apmail-stdcxx-issues-archive@minotaur.apache.org Received: (qmail 45243 invoked from network); 25 Feb 2010 20:12:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2010 20:12:51 -0000 Received: (qmail 44242 invoked by uid 500); 25 Feb 2010 20:12:51 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 44215 invoked by uid 500); 25 Feb 2010 20:12:51 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 44207 invoked by uid 99); 25 Feb 2010 20:12:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 20:12:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 20:12:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4F137234C045 for ; Thu, 25 Feb 2010 12:12:28 -0800 (PST) Message-ID: <1033324450.534381267128748308.JavaMail.jira@brutus.apache.org> Date: Thu, 25 Feb 2010 20:12:28 +0000 (UTC) From: "Sheldon Robinson (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (STDCXX-1046) Unable to generate Visual Studio solution and project files In-Reply-To: <1819784402.514681267062867859.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838517#action_12838517 ] Sheldon Robinson commented on STDCXX-1046: ------------------------------------------ I went through the code using to the report (msg) method to trace execution points. I found that it stop at AddPlatform, looked up AddPlatform on msdn where they said it was not implemented for Visual C++. Commented it and out then had another error at AddConfiguration, googled found this problem http://social.msdn.microsoft.com/forums/en-US/vsx/thread/ebf65582-1014-4598-ad40-a46b7b2100ef. If I remove those two lines, it creates bad solution and project files which are useless in Visual Studio. Quick check, do the solution open in the IDE. Microsoft Visual Studio 2008 Version 9.0.30729.1 SP Microsoft .NET Framework Version 3.5 SP1 Installed Edition: VC Express Microsoft Visual C++ 2008 91909-152-0000052-60723 Microsoft Visual C++ 2008 Hotfix for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU (KB945282) KB945282 This hotfix is for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU. If you later install a more recent service pack, this hotfix will be uninstalled automatically. For more information, visit http://support.microsoft.com/kb/945282. Hotfix for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU (KB946040) KB946040 This hotfix is for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU. If you later install a more recent service pack, this hotfix will be uninstalled automatically. For more information, visit http://support.microsoft.com/kb/946040. Hotfix for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU (KB946308) KB946308 This hotfix is for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU. If you later install a more recent service pack, this hotfix will be uninstalled automatically. For more information, visit http://support.microsoft.com/kb/946308. Hotfix for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU (KB947540) KB947540 This hotfix is for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU. If you later install a more recent service pack, this hotfix will be uninstalled automatically. For more information, visit http://support.microsoft.com/kb/947540. Hotfix for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU (KB947789) KB947789 This hotfix is for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU. If you later install a more recent service pack, this hotfix will be uninstalled automatically. For more information, visit http://support.microsoft.com/kb/947789. Hotfix for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU (KB948127) KB948127 This hotfix is for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU. If you later install a more recent service pack, this hotfix will be uninstalled automatically. For more information, visit http://support.microsoft.com/kb/948127. > Unable to generate Visual Studio solution and project files > ----------------------------------------------------------- > > Key: STDCXX-1046 > URL: https://issues.apache.org/jira/browse/STDCXX-1046 > Project: C++ Standard Library > Issue Type: Bug > Components: Build and Installation > Affects Versions: 4.2.2, 4.2.x, 4.3.x, 4.3.0, 5.0.0 > Environment: Microsoft Visual C++ Express 9.0.30729.1 SP > Microsoft Windows XP [Version 5.1.2600] SP3 > Windows Script Host Version 5.7 > Reporter: Sheldon Robinson > Assignee: Farid Zaripov > Attachments: msvc-9.0slngen.log, scr-err-breakpoint.jpg, scr-error-msg.jpg > > > Fails on the following lines > Line 337: VCProject.AddPlatform(PLATFORM); > method AddPlatform is not implement in Visual C++ > Suggestion: remove > Line 363: VCProject.AddConfiguration(confNames[i]); > method AddConfiguration is not available under automation. WScript fails. > Suggestion: > 1. Generate solution using application. > or > 2. Change the a modern build system -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.