Re: [Cegcc-devel] Building xwords: diffs available?

2008-02-04 Thread eehouse.org
> Great to see that you have succeeded in getting things to work. Thanks! I just checked in Makefile changes switching to cegcc, so if nothing else I'll be testing it for a while. :-) > > If I'd hit this bug on a desktop gdb would have pointed me right at it, > > but I had to printf my way to it

[Cegcc-devel] make error: field 'videoMode' has incomplete type

2008-02-04 Thread Jared Forsyth
I'm trying to build SDL with the mingw32ce compiler, but I've run into a few errors. Here's the make output (I've configured with "./configure --host=arm-wince-mingw32ce"): [EMAIL PROTECTED]:~/Desktop/SDL-1.2.13$ make /bin/bash ./libtool --mode=compile arm-wince-mingw32ce-gcc -g -O2

Re: [Cegcc-devel] Building xwords: diffs available?

2008-02-04 Thread Ivan Vucica
On Mon, 4 Feb 2008, Carsten Sørensen wrote: The -Wcast-align switch might be just what you need. It will help you identify casts like the bug you describe. Best regards, Carsten Sorensen Now why didn't anyone tell me about this warning when I experienced same problems ;) Best to note it do

Re: [Cegcc-devel] Building xwords: diffs available?

2008-02-04 Thread Danny Backx
Hi Eric, Great to see that you have succeeded in getting things to work. I'm taking bits and pieces from several mails and putting my answers/comments in one instead of several messages. > If I'd hit this bug on a desktop gdb would have pointed me right at it, > but I had to printf my way to it

Re: [Cegcc-devel] Building xwords: diffs available?

2008-02-04 Thread Carsten Sørensen
On Feb 4, 2008 6:06 PM, eehouse.org <[EMAIL PROTECTED]> wrote: > There's at least one feature broken by the new tools, but it's probably > something like the above: my code is old and originally written for a very > slow 68K processor. I'm sure all will be working soon. The -Wcast-align switch mi

Re: [Cegcc-devel] Building xwords: diffs available?

2008-02-04 Thread eehouse.org
> On Sun, 2008-02-03 at 10:39 -0800, eehouse.org wrote: > > I'm the primary developer of xwords (xwords.sf.net), a game that I > > recall Danny brought up using cegcc a year or so back. I'm looking > > now at moving from the pocketpc-sdk (a Debian package) to cegcc for my > > next release. I can

Re: [Cegcc-devel] Closed source project

2008-02-04 Thread Pedro Alves
InfoMail InfoMail wrote: > Hi all, > > I'm wondering if it would be possible to compile and link a closed > source project with mingw32ce. Yes. In the detail, does that compiler > statically link some GPL snippets inside produced binaries ? > No. -- Pedro Alves ---

[Cegcc-devel] Closed source project

2008-02-04 Thread InfoMail InfoMail
Hi all, I'm wondering if it would be possible to compile and link a closed source project with mingw32ce. In the detail, does that compiler statically link some GPL snippets inside produced binaries ? Thx in advance! - This S