From stdcxx-user-return-158-apmail-incubator-stdcxx-user-archive=incubator.apache.org@incubator.apache.org Tue Oct 31 11:29:26 2006 Return-Path: Delivered-To: apmail-incubator-stdcxx-user-archive@www.apache.org Received: (qmail 55667 invoked from network); 31 Oct 2006 11:29:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2006 11:29:25 -0000 Received: (qmail 93966 invoked by uid 500); 31 Oct 2006 11:29:36 -0000 Delivered-To: apmail-incubator-stdcxx-user-archive@incubator.apache.org Received: (qmail 93952 invoked by uid 500); 31 Oct 2006 11:29:36 -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 93940 invoked by uid 99); 31 Oct 2006 11:29:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2006 03:29:36 -0800 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 [212.82.213.172] (HELO exkiv.kyiv.vdiweb.com) (212.82.213.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2006 03:29:22 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Problem buiding ICU, Xerces ... Date: Tue, 31 Oct 2006 13:29:18 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem buiding ICU, Xerces ... Thread-Index: Acb8iZC2HdRu+Zb9QaGSVAcpXQkueQAUmgeg From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Christophe Dupuy [mailto:christophe.dupuy@nautitia.fr]=20 > Sent: Monday, October 30, 2006 11:41 AM > To: stdcxx-user@incubator.apache.org > Subject: Problem buiding ICU, Xerces ... >=20 > For the ICU library, I've this compil error :=20 > 1>d:\developpement\externals\stdcxx\include\rw\_defs.h(1135)=20 > : error C2061: erreur de syntaxe : identificateur '__rw' > 1>d:\developpement\externals\stdcxx\include\rw\_defs.h(1135)=20 > : error C2059: erreur de syntaxe : ';' > 1>d:\developpement\externals\stdcxx\include\rw\_defs.h(1135) : error=20 > 1>C2449: trouv=E9 '{' au niveau de la port=E9e du fichier (en-t=EAte = de=20 > 1>fonction manquant ?) > 1>d:\developpement\externals\stdcxx\include\rw\_defs.h(1156)=20 > : error C2059: erreur de syntaxe : '}' I guess these errors appeared when .c source file is being compiled, = right? The ICU library contains C and C++ projects. stdcxx is C++ library, so = you have two choices: 1. build C projects without using stdcxx library; 2. build C projects using C++ compiler (set "Compile As" property on the = "C/C++ | Advanced" page to the "Compile as C++ Code (/TP)" value). Farid.