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: Fwd: tclConfig.sh error in ubuntu edgy 6.10


Hi again,

it works, at least for configure command and autoreconf :-(


You don't have to change some lines in some files!! You have to supply the --with-tcl=8.4 on the configure command line. You had:


In my case I need to use only --with-tcl-version=8.4



Correct should be:


~/ecos-build$ /home/toledo/cvs20070315/ecos/host/configure --prefix=/home/toledo/ecos-build --with-tcl=8.4


The complete command line was ~/ecos-build$ /home/toledo/cvs20070315/ecos/host/configure --prefix=/home/toledo/ecos-tools --with-tcl-version=8.4

I also apply Andreas Fritiofson (06-08-24) patch since I had some
errors after make command. I'm using gcc (GCC) 4.1.2 20060928
(prerelease).

Everything was going fine until I found a new problem as you can see
in the folowing lines

---------------------
/home/toledo/ecos/host/tools/configtool/standalone/wxwin/mainwin.cpp:560:
error: no matching function for call to 'wxString::Printf(const char
[151], const wchar_t [6], const char [12], const char [9])'
/usr/include/wx-2.6/wx/string.h:1080: note: candidates are: int
wxString::Printf(const wxChar*, ...)
/home/toledo/ecos/host/tools/configtool/standalone/wxwin/mainwin.cpp:
In member function 'void
ecMainFrame::OnBuildToolsPath(wxCommandEvent&)':
/home/toledo/ecos/host/tools/configtool/standalone/wxwin/mainwin.cpp:1265:
warning: comparison between signed and unsigned integer expressions
/home/toledo/ecos/host/tools/configtool/standalone/wxwin/mainwin.cpp:1281:
warning: comparison between signed and unsigned integer expressions
make[2]: *** [mainwin.o] Error 1
make[2]: Leaving directory
`/home/toledo/ecos-build/tools/configtool/standalone/wxwin'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/toledo/ecos-build/tools/configtool/standalone/wxwin'
make: *** [all-recursive] Error 1
---------------------

Seems to be compiler problem again, I will try to fix it but if
someone have a suggestion or even have the same problem solved I
appreciate any help.

Thx
TT

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