X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; q=dns; s=default; b=XHJ+H9aSDxhP2fHb7x0/oWpHwITB6dqnaPMU6/TGZm8 8IGZR+jwtRDwhv3HRUAO4OVtvD+U0dbMwopRWkJOAB5NgULfMdcrTYLLQvXn3JTo u/yL+LzCftJeHzuvAvLVUOjQ0VG3puQcgotQ8wWS1ye0X9gonpoytiaafMDq3lYU = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; s=default; bh=GtItpJSFt/d7NLmdhyKWziNigdg=; b=vdkGsr2cRnIXu2nRP jzYR2N2Va2z/hNYTYJWBlnXDxh5OAiAEJKK2uA2KqYoQqfhF/Iu70B+WR+yIkIKw QQQhH/+UFzevbD2Gj9+L96ggISwQv0mpz1ZymVCsriARUbMyfGAECbHLocgpDCc/ GohaDKFOspb85FfePECqdsvVI4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f169.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=OmKWEaQSOU5hxMpCjxf3GTc2XSXLZUu2Rz9FXPoekqU=; b=myYGK2Ql6qhWdHiv336+ID613RdSGnGbWY591q1gJP8gtGEfdVCoej+iVvyH89ngru unjS5vFgUkr+eXsu5/e3GuNZV7aKdFfW0QQKP8TA67SFPiBZaKWi0q7v6J1IB9nK3VkY LSyPaLl+0gabIeija0CBf90Cus4IXmxlh6ovtokNBWklF74cDYhZEDJdMdWBbY4S8/qQ 3IQKn6xhnGeg79vcQydWI80lV4/YeU27BQTyg35oBK1MQVh6gLsQ/91fdOwPToT10RGV 9AjN3gC4EKFyTR1/CRvShf6z0ZXQIvJuKVr7+d1kPFUsquggqGAh8yxQFMh/E2qDAWVi Txsg== X-Gm-Message-State: ALoCoQnhHJe5bzmbPORxKz79L4lASPaCQGWCXY+WweAGY9lAg+BYv1aMPTnh9k7pRa2ng6u4BVaJ X-Received: by 10.194.158.67 with SMTP id ws3mr6363132wjb.5.1382183008055; Sat, 19 Oct 2013 04:43:28 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <52626F68.6070107@gmail.com> References: <52625238 DOT 9020304 AT gmail DOT com> <52626F68 DOT 6070107 AT gmail DOT com> From: =?ISO-8859-1?Q?Fr=E9d=E9ric_Bron?= Date: Sat, 19 Oct 2013 13:42:48 +0200 Message-ID: Subject: Re: [x86_64] x86_64-w64-mingw32 compiler issue with wxWidgets To: cygwin Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r9JBhgc5030031 2013/10/19 JonY <10walls AT gmail DOT com>: > On 10/19/2013 18:25, Frédéric Bron wrote: >>>> I have used x86_64-w64-mingw32-g++ (4.8.1) cross compiler from >>>> cygwin64 to build wxWidgets (2.9.5 with some patches). When I link to >>>> my project, I get a lot of errors like: >>>> /usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libuuid.a(lib64_libuuid_a-uuid.o):uuid.c:(.rdata+0x0): >>>> multiple definition of `FOLDERID_Windows' >>>> /cygdrive/c/Softs/mingw64-4.8.1-c++98-release/wx/lib/libwx_mswu_core-2.9-x86_64-w64-mingw32.a(corelib_msw_textentry.o):textentry.cpp:(.rdata$FOLDERID_Windows[FOLDERID_Windows]+0x0)> >>>> >>> >>> Please show your error message exactly, do not omit anything, show >>> everything. >> >> Please see attached file. >> > > It looks like a bug in wxwidgets, don't define INITGUID if you can't > handle the multiple defines. thanks, I will transfer to wxwidgets list. However, what difference between the cygwin cross compiler and the one I have built on linux? Same 4.8.1 gcc version. I used 3.0.0 w64 library. Regards, Frédéric -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple