From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2771 invoked by alias); 16 Mar 2007 01:26:50 -0000 Received: (qmail 2763 invoked by uid 22791); 16 Mar 2007 01:26:50 -0000 X-Spam-Check-By: sourceware.org Received: from atlantis.wh2.tu-dresden.de (HELO atlantis.wh2.tu-dresden.de) (141.30.228.39) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 16 Mar 2007 01:26:44 +0000 Received: from blacky.tuxianer.homelinux.net (dslb-088-073-246-206.pools.arcor-ip.net [88.73.246.206]) by atlantis.wh2.tu-dresden.de (Postfix) with ESMTP id BE2DA145EED; Fri, 16 Mar 2007 02:26:40 +0100 (CET) From: Lars Poeschel To: ecos-discuss@ecos.sourceware.org Date: Fri, 16 Mar 2007 01:26:00 -0000 User-Agent: KMail/1.9.5 Cc: "Tales Toledo" References: <2308fb0f0703141414s2c69d51cqdcf9e21e630acfc0@mail.gmail.com> <2308fb0f0703151354wa40de4djdcbe530ede30c2bf@mail.gmail.com> <2308fb0f0703151420p73ad011fg50d2c2f82ca8fc74@mail.gmail.com> In-Reply-To: <2308fb0f0703151420p73ad011fg50d2c2f82ca8fc74@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1478850.Z5y5pB3Gzg"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200703160226.41295.larsi@wh2.tu-dresden.de> X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] Fwd: tclConfig.sh error in ubuntu edgy 6.10 X-SW-Source: 2007-03/txt/msg00104.txt.bz2 --nextPart1478850.Z5y5pB3Gzg Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-length: 3188 Am Donnerstag, 15. M=E4rz 2007 22:20 schrieb Tales Toledo: > Hi Lars, > > Regarding the compiling problem seems that is related with wxWidgets > version. I was using 2.6 and now move to 2.4 and also have problems > but in another file. > Some declarations/functions have changed. I don't know what is in Andreas Fritiofson's patch or if the cvs sources=20 changed shortly, I will investigate on this and create a new patch if=20 necessary next week. The problem the compiler is encountering is some unicode issue. wxStrings=20 printf cannot handle char and wchar_t in one function call. > At your "patch e-mail" you mentioned that you have used distribution > installed wxwidgets. Do you know which version was it? Every 2.6 version is fine. (2.6.3 for example) As mentioned, you do NOT hav= e=20 to install a seperate version of wxWidgets. You can use the one supplied wi= th=20 your distributions packaging system. > On 3/15/07, Tales Toledo wrote: > > 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=3D8.4 on the configure command line. > > > You had: > > > > In my case I need to use only --with-tcl-version=3D8.4 > > > > > Correct should be: > > > > > > ~/ecos-build$ /home/toledo/cvs20070315/ecos/host/configure > > > --prefix=3D/home/toledo/ecos-build --with-tcl=3D8.4 > > > > The complete command line was > > ~/ecos-build$ /home/toledo/cvs20070315/ecos/host/configure > > --prefix=3D/home/toledo/ecos-tools --with-tcl-version=3D8.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:56= 0: > > 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:12= 65 > >: warning: comparison between signed and unsigned integer expressions > > /home/toledo/ecos/host/tools/configtool/standalone/wxwin/mainwin.cpp:12= 81 > >: 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 --nextPart1478850.Z5y5pB3Gzg Content-Type: application/pgp-signature Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBF+fJR3m3cZ1XsbwcRAnFjAJ4vcKs6WH27k/utR82Xk0icb6SyLQCfSK4M 6ZQcb2oy6qlRcCoDHDEQNAU= =6mQu -----END PGP SIGNATURE----- --nextPart1478850.Z5y5pB3Gzg--