From issues-return-1637-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Wed Apr 30 18:38:42 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 32046 invoked from network); 30 Apr 2008 18:38:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Apr 2008 18:38:41 -0000 Received: (qmail 55637 invoked by uid 500); 30 Apr 2008 18:38:43 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 55587 invoked by uid 500); 30 Apr 2008 18:38:43 -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 55466 invoked by uid 99); 30 Apr 2008 18:38:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 11:38:43 -0700 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; Wed, 30 Apr 2008 18:37:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9EFC6234C10D for ; Wed, 30 Apr 2008 11:34:55 -0700 (PDT) Message-ID: <274878272.1209580495650.JavaMail.jira@brutus> Date: Wed, 30 Apr 2008 11:34:55 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Created: (STDCXX-903) [EDG eccp/SUSE EL 9] incompatible argument error on wcsftime() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [EDG eccp/SUSE EL 9] incompatible argument error on wcsftime() -------------------------------------------------------------- Key: STDCXX-903 URL: https://issues.apache.org/jira/browse/STDCXX-903 Project: C++ Standard Library Issue Type: Bug Components: Build Affects Versions: trunk Environment: EDG eccp 3.9 SUSE LINUX Enterprise Server 9 (x86_64) Reporter: Martin Sebor Priority: Critical Fix For: 4.2.2 The source file [time_put.cpp|http://svn.apache.org/viewvc/stdcxx/tags/4.2.1-rc-3/src/time_put.cpp] fails to compile with EDG eccp 3.9 on SUSE Enterprise Linux 9 with the following error: {noformat} eccp -c -I$(### gmake -Cbuild/lib BUILDMODE=,archive,debug,narrow CONFIG=eccp.config 2>&1 | sed -e "s/\/build2\/batman\/5.0.0\/builds\/34681289\/source-buildspace\/build/\$(BUILDDIR)/g;s/\/build2\/batman\/5.0.0\/builds\/34681289\/source-buildspace/\$(TOPDIR)/g" | tee /tmp/build.24118.log: ... gmake: Entering directory `$(BUILDDIR)/lib' TOPDIR)/include/ansi -D_RWSTDDEBUG -I$(TOPDIR)/include -I$(BUILDDIR)/include -A -x --template_directory=$(BUILDDIR)/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 $(TOPDIR)/src/time_put.cpp "$(TOPDIR)/src/time_put.cpp", line 2895: error #167: argument of type "char *" is incompatible with parameter of type "const wchar_t *" res = wcsftime (wbuf, bufsize, fmtstr, tmb); ^ 1 error detected in the compilation of "$(TOPDIR)/src/time_put.cpp". gmake: *** [time_put.o] Error 2 gmake: Leaving directory `$(BUILDDIR)/lib' {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.