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]

Build ConfigTool for Linux


Hi,
I am new to ecos and may have taken on a difficult task :-)  I am trying to
rebuild configtool from source!
Has anyone rebuilt configtool from source using the following combination of
components.
glib-2.0,6

gtk+-2.0.6

atk-1.0.3

pango-1.0.5

wxGTK-2.2.9

This with the latest ecos source from CVS

I am getting some compile errors and would like to know if this combination
is a valid one. Thank you for your comments and feedback.



Jean-Pierre Sainfeld

===============================================================

make -f $CONFIGTOOLDIR/Makefile WXDIR=$WXDIR ECOSDIR=$ECOSDIR LEVEL=debug
full

......................................................


mkdir -p /home/ecos-build/ct-build-debug

c++ -ggdb -c -I/root/wxWindows/wxGTK-2.2.9/include -I/home/ecos/ecos/host/li
bcdl -I/home/ecos/ecos/host/infra -I/home/ecos/ecos/host/tools/configtool/co
mmon/common -I/home/ecos/ecos/host/tools/Utils/common -I/home/ecos/ecos/host
/tools/ecostest/common -I/home/ecos-build/ecc-build-debug/libcdl -I/home/eco
s-build/ecc-build-debug/infra -DecUSE_EXPERIMENTAL_CODE=1
`/home/ecos-build/wxwin-build-debug/wx-config --prefix=/home/ecos-build/wxwi
n-build-debug --cflags` -o /home/ecos-build/ct-build-debug/aboutdlg.o
/home/ecos/ecos/host/tools/configtool/standalone/wxwin/aboutdlg.cpp

In file included from /usr/local/include/wx/splash.h:4,

from /home/ecos/ecos/host/tools/configtool/standalone/wxwin/aboutdlg.h:53,

from /home/ecos/ecos/host/tools/configtool/standalone/wxwin/aboutdlg.cpp:61:

/usr/local/include/wx/generic/splash.h:52: `wxFRAME_NO_TASKBAR' was not
declared in this scope

/usr/local/include/wx/generic/splash.h:52: invalid type `{type error}' for
default argument to `long

int'

make: *** [/home/ecos-build/ct-build-debug/aboutdlg.o] Error 1

[root@scortch ecos-build]#

[root@scortch ecos-build]#

=======================================================



The error seems to indicate that defs.h was not included ! am I walking in
uncharted territoties here ?


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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