This is the mail archive of the ecos-discuss@sources.redhat.com 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]

building configtool from cvs


I've tried to build the configtool several times now.  None of the
instructions yields a compiled tool.  I followed both of the following
methods with no success.

http://sources.redhat.com/ecos/ct2.html
http://www.ecoscentric.com/devzone/configtool.shtml

Here is the beginning of the build from the egocentric instructions:

CONFIGTOOLDIR=/opt/ecos/ecos/host/tools/configtool/standalone/wxwin
WXDIR=/usr/local/ecos-support/wxGTK-2.4.0
ECOSDIR=/opt/ecos/ecos

make -f $CONFIGTOOLDIR/makefile.gnu install WXDIR=$WXDIR
ECOSSRCDIR=$ECOSDIR/host INSTALLDIR=/usr
c++ -O2 -c -ITCLDIR_use_system/include -I/usr/include -I/opt/ecos/ecos/host/
tools/configtool/common/common -I/opt/ecos/ecos/host/tools/Utils/common -I/o
pt/ecos/ecos/host/tools/ecostest/common -DecUSE_EXPERIMENTAL_CODE=1
`/usr/local/ecos-support/wxGTK-2.4.0/bin/wx-config --cppflags` -o
/opt/ecos/configtool-build/aboutdlg.o
/opt/ecos/ecos/host/tools/configtool/standalone/wxwin/aboutdlg.cpp
/bin/sh: line 1: /usr/local/ecos-support/wxGTK-2.4.0/bin/wx-config: No such
file or directory
In file included from /usr/include/wx/defs.h:23,
                 from /usr/include/wx/wx.h:15,
                 from
/opt/ecos/ecos/host/tools/configtool/standalone/wxwin/ecpch.h:61,
                 from
/opt/ecos/ecos/host/tools/configtool/standalone/wxwin/aboutdlg.cpp:50:
/usr/include/wx/platform.h:62:22: wx/setup.h: No such file or directory
In file included from /usr/include/wx/platform.h:65,
                 from /usr/include/wx/defs.h:23,
                 from /usr/include/wx/wx.h:15,
                 from
/opt/ecos/ecos/host/tools/configtool/standalone/wxwin/ecpch.h:61,
                 from
/opt/ecos/ecos/host/tools/configtool/standalone/wxwin/aboutdlg.cpp:50:
/usr/include/wx/chkconf.h:47:9: #error "wxUSE_DYNLIB_CLASS must be defined."
/usr/include/wx/chkconf.h:55:9: #error "wxUSE_FILESYSTEM must be defined."
/usr/include/wx/chkconf.h:68:9: #error "wxUSE_DYNAMIC_LOADER must be
defined."
/usr/include/wx/chkconf.h:76:9: #error "wxUSE_LOG must be defined."
/usr/include/wx/chkconf.h:84:9: #error "wxUSE_LONGLONG must be defined."
/usr/include/wx/chkconf.h:92:9: #error "wxUSE_MIMETYPE must be defined."
/usr/include/wx/chkconf.h:100:9: #error "wxUSE_PROLOGIO must be defined."
/usr/include/wx/chkconf.h:108:9: #error "wxUSE_PROTOCOL must be defined."
/usr/include/wx/chkconf.h:150:9: #error "wxUSE_REGEX must be defined."

The build goes downhill from there.  If any body can give me some help in
how to get the cvs version of configtool to compile I would appreciate it.
The directions at Redhat are woefully out of date with included URL's
pointing to dead pages and using code that is no longer available.  The
directions from ecoscentric don't contain those kinds of errors but when
trying to make configtool I get a lot of undefined things, acting like there
is some kind of version problem.  I'm rnning Redhat 9 on in intel pentium
system and have download wxGTK-2.4.0 and patched it with the patch from the
Redhat site.  I followed the instructions as closely as I could, changing
only the directories to what I am using.

Greg

Secrecy, being an instrument of conspiracy, ought never to be the system of
a regular government. -Jeremy Bentham, jurist and philosopher (1748-1832)



-- 
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]