From stdcxx-user-return-180-apmail-incubator-stdcxx-user-archive=incubator.apache.org@incubator.apache.org Wed Jan 03 11:14:57 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-user-archive@www.apache.org Received: (qmail 60210 invoked from network); 3 Jan 2007 11:14:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2007 11:14:57 -0000 Received: (qmail 72270 invoked by uid 500); 3 Jan 2007 11:15:04 -0000 Delivered-To: apmail-incubator-stdcxx-user-archive@incubator.apache.org Received: (qmail 72231 invoked by uid 500); 3 Jan 2007 11:15:03 -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 72220 invoked by uid 99); 3 Jan 2007 11:15:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 03:15:03 -0800 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FORGED_OUTLOOK_TAGS,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [194.250.47.2] (HELO ils.fr) (194.250.47.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 03:14:51 -0800 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) X-Spam-Level: X-Spam-Report: * 0.8 HTML_00_10 BODY: Message is 0% to 10% HTML * -4.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message * 2.5 FORGED_OUTLOOK_TAGS Outlook can't send HTML in this format X-MDDK-Result: neutral (ils.fr) X-MDSPF-Result: none (ils.fr) Received-SPF: none (ils.fr: nadine.faizant@nautitia.fr does not designate permitted sender hosts) x-spf-client=MDaemon.PRO.v9.0.5 receiver=ils.fr client-ip=193.252.45.58 envelope-from= helo=jacquard Received: from jacquard (lneuilly-152-23-30-58.w193-252.abo.wanadoo.fr [193.252.45.58]) by ils.fr (ils.fr) (MDaemon PRO v9.0.5) with ESMTP id md50002691940.msg for ; Wed, 03 Jan 2007 12:14:25 +0100 Message-ID: <034e01c72f28$5530d750$c001a8c0@jacquard> From: "Nadine Faizant" To: Subject: error LNK2005 : VC8 Date: Wed, 3 Jan 2007 12:14:26 +0100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_034A_01C72F30.B6661EB0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Lookup-Warning: MAIL lookup on nadine.faizant@nautitia.fr does not match 193.252.45.58 X-MDRemoteIP: 193.252.45.58 X-Return-Path: nadine.faizant@nautitia.fr X-Envelope-From: nadine.faizant@nautitia.fr X-MDaemon-Deliver-To: stdcxx-user@incubator.apache.org X-Spam-Processed: ils.fr, Wed, 03 Jan 2007 12:14:25 +0100 X-MDAV-Processed: ils.fr, Wed, 03 Jan 2007 12:14:26 +0100 X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-0.7 required=3.0 tests=BAYES_00,FORGED_OUTLOOK_TAGS, HTML_00_10,HTML_MESSAGE autolearn=no version=3.1.3 ------=_NextPart_000_034A_01C72F30.B6661EB0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_034B_01C72F30.B6661EB0" ------=_NextPart_001_034B_01C72F30.B6661EB0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I encoutered many errors around deque object while linking with = stdcxx with only one project. I don't understand what's wrong. For example :=20 Graph.lib(Graph.dll) : error LNK2005: "public: class = __rw::__rw_debug_iter >,class std::__rw_deque_iter >,class = std::__rw_deque_iter > > __thiscall std::deque >::end(void)" = (?end@?$deque@IV?$allocator@I@std@@@std@@QAE?AV?$__rw_debug_iter@V?$deque= @IV?$allocator@I@std@@@std@@V?$__rw_deque_iter@IHPAIAAIV?$allocator@I@std= @@@2@V32@@__rw@@XZ) d=E9j=E0 d=E9fini(e) dans = homoSyntagmaticConstraints.obj I used Graph.lib with other dll without any problem. So I think the = problem came with the homoSyntagmaticConstraints.cpp file... but I don't = what to search ! Thanks for help, Nadine PS : attached buildLog.htm -------------------------------------------------------------------------= ------- Nadine Faizant=20 NewPhenix=20 Z.A. - 5, Rue de l'Auberte=20 30 133 Les Angles=20 T=E9l : 04 90 26 74 82=20 Fax : 04 90 26 90 84=20 Courriel : nadine.faizant@nautitia.fr=20 -------------------------------------------------------------------------= ------- ------=_NextPart_001_034B_01C72F30.B6661EB0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
    Hello,
 
    I encoutered many = errors around=20 deque object while linking with stdcxx with only one project. I don't = understand=20 what's wrong.
 
For example :
 
Graph.lib(Graph.dll) : error LNK2005: = "public:=20 class __rw::__rw_debug_iter >,class std::__rw_deque_iter = >,class=20 std::__rw_deque_iter > > __thiscall std::deque >::end(void)"=20 (?end@?$deque@IV?$allocator@I@std@@@std@@QAE?AV?$__rw_debug_iter@V?$deque= @IV?$allocator@I@std@@@std@@V?$__rw_deque_iter@IHPAIAAIV?$allocator@I@std= @@@2@V32@@__rw@@XZ)=20 d=E9j=E0 d=E9fini(e) dans homoSyntagmaticConstraints.obj

I used Graph.lib with other dll = without any=20 problem. So I think the problem came with the = homoSyntagmaticConstraints.cpp=20 file... but I don't what to search !
 
    Thanks for = help,
 
       =20 Nadine
 
    PS : attached=20 buildLog.htm



Nadine = Faizant=20
NewPhenix
Z.A. - 5, Rue de = l'Auberte=20
30 133 Les = Angles

T=E9l : 04 90 26 74 = 82
Fax : 04 90 26 90 = 84
Courriel : nadine.faizant@nautitia.fr= =20

------=_NextPart_001_034B_01C72F30.B6661EB0-- ------=_NextPart_000_034A_01C72F30.B6661EB0--