Re: [Cegcc-devel] Some problems and questions...

2006-11-05 Thread Danny Backx
On Sun, 2006-11-05 at 01:40 +0100, Simon Posnjak wrote: > I managed to build the svn version of the tool chains on Linux. I can > confirm (as reported earlier) that there is a problem with building > gdb on Ubuntu 6.10 - I attached the error. Looking into that. > I have a program (pure C) that r

Re: [Cegcc-devel] Some problems and questions...

2006-11-05 Thread Danny Backx
Simon, I've just rerun a complete build using scripts/linux/build.sh . The command that compiles gdb/wince.c on my system is this (copied from a typescript, it's one long line) : gcc -c -I/home/danny/src/cegcc/svn.sf.net/cegcc/trunk/cegcc/src/w32api/include -D__USE_W32_SOCKETS -D__arm__ -DARM -

Re: [Cegcc-devel] Some problems and questions...

2006-11-05 Thread Danny Backx
Err, apologies. I was too quick. The include parameter is there, the -D__USE_W32_SOCKETS isn't. Same question : why? Danny On Sun, 2006-11-05 at 12:10 +0100, Danny Backx wrote: > Simon, > > I've just rerun a complete build using scripts/linux/build.sh . > > The command that compiles gd

[Cegcc-devel] More header changes for CE

2006-11-05 Thread Kevin O'Connor
I have found additional definitions that should go into the headers. (Most of these aren't in the videolan headers either, which is why I didn't find them sooner.) -Kevin Index: src/w32api/include/tlhelp32.h === --- src/w32api/includ

Re: [Cegcc-devel] More header changes for CE

2006-11-05 Thread Kevin O'Connor
On Sun, Nov 05, 2006 at 11:49:57AM -0500, Kevin O'Connor wrote: > I have found additional definitions that should go into the headers. > (Most of these aren't in the videolan headers either, which is why I > didn't find them sooner.) I missed the necessary conversion of char->TCHAR in tlhelp32.h.