This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems building ecos sources


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]