From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5977 invoked by alias); 23 Feb 2006 16:13:29 -0000 Received: (qmail 5966 invoked by uid 22791); 23 Feb 2006 16:13:28 -0000 X-Spam-Check-By: sourceware.org Received: from snape.ecoscentric.com (HELO snape.ecoscentric.com) (212.13.207.199) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 23 Feb 2006 16:13:26 +0000 Received: by snape.ecoscentric.com (Postfix, from userid 99) id E06E5DC8054; Thu, 23 Feb 2006 16:13:23 +0000 (GMT) Received: from [192.168.7.4] (max.barn.ecoscentric.com [192.168.7.4]) by snape.ecoscentric.com (Postfix) with ESMTP id 9CAB6DC804D; Thu, 23 Feb 2006 16:13:21 +0000 (GMT) Message-ID: <43FDDF21.8070107@ecoscentric.com> Date: Thu, 23 Feb 2006 16:48:00 -0000 From: John Dallaway User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929) MIME-Version: 1.0 To: David Fernandez Cc: ecos-discuss@ecos.sourceware.org References: <1140626982.2878.16.camel@software.cct.co.uk> <20060222165331.GI3433@lunn.ch> <1140627369.2878.18.camel@software.cct.co.uk> <20060222213922.GP19406@lunn.ch> <1140691695.2885.25.camel@software.cct.co.uk> <20060223105500.GK3433@lunn.ch> <1140706974.2885.34.camel@software.cct.co.uk> In-Reply-To: <1140706974.2885.34.camel@software.cct.co.uk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Re: Problems building ecos sources X-SW-Source: 2006-02/txt/msg00276.txt.bz2 Hi David David Fernandez wrote: > But, when trying to make the graphical configuration utility (wxwin in > linux), I've got: > > make -f /opt/ecos/host/tools/configtool/standalone/wxwin/Makefile > ECOSDIR=/opt/ecos WXDIR=/usr/src/redhat/BUILD/wxGTK-2.4.2 LEVEL=release > full 2>&1 | tee make.out > ... > mkdir -p /root/ecfg-build/ct-build-release > c++ -O2 -c -I/usr/src/redhat/BUILD/wxGTK-2.4.2/include > -I/opt/ecos/host/libcdl -I/opt/ecos/host/infra > -I/opt/ecos/host/tools/configtool/common/common > -I/opt/ecos/host/tools/Utils/common > -I/opt/ecos/host/tools/ecostest/common > -I/root/ecfg-build/ecc-build-release/libcdl > -I/root/ecfg-build/ecc-build-release/infra -DecUSE_EXPERIMENTAL_CODE=1 > `/root/ecfg-build/wxwin-build-release/wx-config > --prefix=/root/ecfg-build/wxwin-build-release --cflags` > -o /root/ecfg-build/ct-build-release/aboutdlg.o /opt/ecos/host/tools/configtool/standalone/wxwin/aboutdlg.cpp > /opt/ecos/host/tools/Utils/common/eCosSocket.h:177: error: ‘static > CeCosSocket::SSReadResult CeCosSocket::SSRead(CeCosSerial&, > CeCosSocket&, void*, unsigned int, unsigned int&, bool*)’ is protected > /opt/ecos/host/tools/Utils/common/eCosSerial.h:53: error: within this > context > /usr/src/redhat/BUILD/wxGTK-2.4.2/include/wx/event.h:1949: warning: > inline function ‘wxEventTableEntry::wxEventTableEntry(const > wxEventTableEntry&)’ used but never defined > make: *** [/root/ecfg-build/ct-build-release/aboutdlg.o] Error 1 > > Any ideas?. I do not see this problem when building the eCos Configuration Tool against wxGTK-2.4.2 under Linux. Make sure that you have configured wxWidgets according to the instructions at: http://www.ecoscentric.com/devzone/configtool.shtml John Dallaway eCosCentric Limited -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss