From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16956 invoked by alias); 24 Sep 2012 16:15:24 -0000 Received: (qmail 16943 invoked by uid 22791); 24 Sep 2012 16:15:23 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from outbound002.roc2.bluetie.com (HELO outbound002.roc2.bluetie.com) (208.89.132.142) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Sep 2012 16:15:10 +0000 Received: from web002.roc2.bluetie.com ([10.200.2.96]) by outbound002.roc2.bluetie.com with bizsmtp id 34F81k00C24HP3e014F8LL; Mon, 24 Sep 2012 12:15:08 -0400 X-CMAE-OUT-Analysis: v=2.0 cv=Y+16Q2iN c=1 sm=1 a=Apz5CJrrGWQA:10 a=i-wQWBNYtOgA:10 a=IkcTkHD0fZMA:10 a=FmX3VfpdAAAA:8 a=QoHJ8kPOAAAA:8 a=ERzF8SsagHEA:10 a=_10PKzyFBQLJH63i3soA:9 a=QEXdDO2ut3YA:10 a=41l5LDBFByitqw60Fh41mg==:117 X-CMAE-OUT-Score: 0.00 Received: from web002.roc2.bluetie.com (localhost.localdomain [127.0.0.1]) by web002.roc2.bluetie.com (Postfix) with ESMTP id CAE093F0119 for ; Mon, 24 Sep 2012 12:15:08 -0400 (EDT) Message-ID: <20120924121508.1419@web002.roc2.bluetie.com> X-HTTP-Received: from kenkyee.excite [173.162.132.73] by web002.roc2.bluetie.com (BlueTie WebMail ); Mon, 24 Sep 2012 12:15:08 -0400 Date: Mon, 24 Sep 2012 16:15:00 -0000 Cc: To: ecos-discuss@ecos.sourceware.org From: "Ken Yee" Content-transfer-encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] fstream support conflicts w/ networking package X-SW-Source: 2012-09/txt/msg00026.txt.bz2 Forgot to post about this problem/workaround that I hit a while back. If you see an error like this: .../ecos_install/include/ustl/config.h:96:52: error: declaration of C funct= ion =E2=80=98int ioctl(int, CYG_ADDRWORD, ...)=E2=80=99 conflicts with .../ecos_install/include/sys/ioctl.h:86:5: error: previous declaration =E2= =80=98int ioctl(int, long unsigned int, ...)=E2=80=99 here It's because the fstream package conflicts w/ the networking package. I tried doing all sorts of #undefs and #defines to try to work around it w/= no luck, so I ended up just removing the fstream package which luckily was= n't needed and is a bit of a memory hog anyways... Now at least the ecos mailing list search engine will find it if anyone els= e hits it :-) ken -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss