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]

ConfigTool compilation-error


Hi,

I'm just compiling the configtool as descriebed at
http://www.ecoscentric.com/devzone/configtool.shtml
There where some stumbling block (i.e. the first part
of host/tools/configtool/standalone/wxwin/makefile.gnu
seems to be incomatible to my the gnu make 3.81)

Anyway - now I have a problem I am unable to solve
myself:

[martin@martin ~/configtool-build]$ gmake -f ~/ecos/host/tools/configtool/standalone/wxwin/makefile.gnu install WXDIR=/usr/local ECOSSRCDIR=/home/martin/ecos/host INSTALLDIR=/home/martin/ecos-tools/
[...]
c++ -O2 -c -ITCLDIR_use_system/include -I/home/martin/ecos-tools//include -I/home/martin/ecos/host/tools/configtool/common/common -I/home/martin/ecos/host/tools/Utils/common -I/home/martin/ecos/host/tools/ecostest/common -I/usr/local/include/tcl8.4/ -DecUSE_EXPERIMENTAL_CODE=1 `/usr/local/bin/wxgtk2-2.4-config --cppflags` -o /home/martin/configtool-build/mainwin.o /home/martin/ecos/host/tools/configtool/standalone/wxwin/mainwin.cpp
/home/martin/ecos/host/tools/configtool/standalone/wxwin/bitmaps/properties.xpm:22: warning: deprecated conversion from string constant to 'char*'
[many times the same warning...]
/home/martin/ecos/host/tools/configtool/standalone/wxwin/mainwin.cpp: In member function 'void ecMainFrame::OnAbout(wxCommandEvent&)':
/home/martin/ecos/host/tools/configtool/standalone/wxwin/mainwin.cpp:584: error: 'wxPlatformInfo' has not been declared
/home/martin/ecos/host/tools/configtool/standalone/wxwin/mainwin.cpp: In member function 'void ecMainFrame::OnToggleToolbar(wxCommandEvent&)':
/home/martin/ecos/host/tools/configtool/standalone/wxwin/mainwin.cpp:807: error: no matching function for call to 'ecMainFrame::GtkOnSize()'
/usr/local/include/wx-2.4/wx/gtk/frame.h:83: note: candidates are: virtual void wxFrame::GtkOnSize(int, int, int, int)
gmake: *** [/home/martin/configtool-build/mainwin.o] Fehler 1

I am using FreeBSD-7.0 with gcc/cpp 4.2.1, gtk-1.2.10 and wxgtk2-2.4.2.
Do you have any ideas or patchs?

Thank you,
 Martin L.


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