Re: [Cegcc-devel] Catching exceptions with mingw32ce

2007-06-03 Thread Danny Backx
On Sat, 2007-06-02 at 20:59 +0100, Pedro Alves wrote: > Pedro Alves wrote: > > Kevin O'Connor wrote: > > I recently ported the haret application > > (http://www.handhelds.org/moin/moin.cgi/HaRET) to mingwce32. In the > > process, I used the c++ compiler, mainly because there were a few > > places

Re: [Cegcc-devel] Proposed patch for build-cegcc.sh

2007-06-03 Thread Danny Backx
On Sat, 2007-06-02 at 17:51 +0100, Pedro Alves wrote: > Carsten Sørensen wrote: > > Danny Backx wrote: > >> I've implemented the Makefile change (libstdc++) as you said, and reran > >> my RPM build for both cegcc and mingw32ce. Both succeeded. > > > > Excellent, this fixes the cegcc build for me o

Re: [Cegcc-devel] Version numbers etc

2007-06-03 Thread Danny Backx
On Sat, 2007-06-02 at 17:45 +0100, Pedro Alves wrote: > What do you think of releasing a 1.0 in a near future? No objection, but I'd suggest a couple of steps in between. Now that you have the arm-unknown-mingw32ce accepted, we need to change. I don't see many arguments to put this in another than

[Cegcc-devel] libiconv

2007-06-03 Thread Ximsce
Hi, I've read the previous posts in the archive about the libiconv dependency, but after following those steps I am still getting an install/compilation error that libiconv.so.2 cannot be found. I am running debian etch, so first I tried installing the RPM from Sourceforge using alien to make

Re: [Cegcc-devel] Catching exceptions with mingw32ce

2007-06-03 Thread Pedro Alves
Danny Backx wrote: > On Sat, 2007-06-02 at 20:59 +0100, Pedro Alves wrote: >> Pedro Alves wrote: >>> Kevin O'Connor wrote: >>> I recently ported the haret application >>> (http://www.handhelds.org/moin/moin.cgi/HaRET) to mingwce32. In the >>> process, I used the c++ compiler, mainly because there

Re: [Cegcc-devel] Version numbers etc

2007-06-03 Thread Pedro Alves
Danny Backx wrote: > On Sat, 2007-06-02 at 17:45 +0100, Pedro Alves wrote: >> What do you think of releasing a 1.0 in a near future? > > No objection, but I'd suggest a couple of steps in between. Now that you > have the arm-unknown-mingw32ce accepted, we need to change. I don't see > many argumen

Re: [Cegcc-devel] libiconv

2007-06-03 Thread Pedro Alves
Ximsce wrote: > Hi, > > I've read the previous posts in the archive about the libiconv > dependency, but after following those steps I am still getting an > install/compilation error that libiconv.so.2 cannot be found. I am > running debian etch, so first I tried installing the RPM from > Sou

Re: [Cegcc-devel] remote runner with stdio redirection?

2007-06-03 Thread Pedro Alves
Pedro Alves wrote: > Danny Backx wrote: >> On Mon, 2007-05-28 at 11:57 +0200, Danny Backx wrote: >>> On Mon, 2007-05-28 at 02:12 +0100, Pedro Alves wrote: I'm not having much luck with telnet or ssh servers for WinCE. Does anyone have experience with those? >>> I've occasionally used a te

Re: [Cegcc-devel] UserKInfo?

2007-06-03 Thread Kevin O'Connor
On Sat, Jun 02, 2007 at 08:56:29PM +0100, Pedro Alves wrote: > Kevin O'Connor wrote: > > In the wince docs a couple of pages refer to a UserKInfo array. For > > example, see the docs for UserKInfo[KINX_PFN_SHIFT] in the remarks > > section of the following page: > > > > http://msdn2.microsoft.com

Re: [Cegcc-devel] Catching exceptions with mingw32ce

2007-06-03 Thread Kevin O'Connor
Hi Pedro, I'm going to reply to both your emails here. On Sat, Jun 02, 2007 at 08:20:12PM +0100, Pedro Alves wrote: > Hi Kevin, > > glad to see you're still around :) Heh, my silence was just because everything has been working really well. :-) On Sun, Jun 03, 2007 at 07:01:35PM +0100, Pedro

Re: [Cegcc-devel] libiconv

2007-06-03 Thread Ximsce
Thanks for the quick response! I think ldconfig usually takes care of linking in that directory, but for some reason it didn't in this case. Compilation ran fine with the LD_LIBRARY_PATH set to /usr/local/lib. Pedro Alves wrote: > Ximsce wrote: >> Hi, >> >> I've read the previous posts in the ar

Re: [Cegcc-devel] Catching exceptions with mingw32ce

2007-06-03 Thread Pedro Alves
Kevin O'Connor wrote: > Hi Pedro, > > I'm going to reply to both your emails here. > > On Sat, Jun 02, 2007 at 08:20:12PM +0100, Pedro Alves wrote: >> Hi Kevin, >> >> glad to see you're still around :) > > Heh, my silence was just because everything has been working really > well. :-) > > On S